Skip to content

DuerstockIAS/WristDevice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

WristDevice

NRF24L01 Radio Unit

Schematic

Hookup Guide

For Arduino Micro:

52dc78a8-29c5-11e7-84e1-01b5861500c2 copy

For Arduino Uno (if applicable):

nrf-ardino-en

Commumicating Arduino to Computer

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.

Important Notes

  • 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.

Old Considerations (Using Bluetooth Device):

Windows

macOS

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.

Usage from an Arduino

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Other 100.0%