For Arduino Micro:
For Arduino Uno (if applicable):
One NRF unit connected directly to Arduino mounted on wrist device, the other NRF unit connected to an Arduino connected via USB adapter directly to computer.
- In order to utilise the "Keyboard.h" library, an Arduino Micro or Leonardo must be used.
- A special NRF Repository was acquired from this link.
- On the NRF24L01 module, a capacitor was placed across the connection of the VCC and GND to provide a consistent current.
System Preferences > Bluetooth
Pair with the bluesmirf device in question.
Launch Terminal and type:
screen /dev/cu.<PAIRED BLUESMIRF DEVICE> 9600
To quit screen:
CTRL+A+K followed by Y
You're connected to the bluesmirf device now.
Print using:
bluetooth.print("Aliens")
Whatever you type in the console on your computer can be read using:
bluetooth.read()
The tutorial for using the bluesmirf is here

