This is a fork from sandeepmistry/arduino-nRF5. This fork adds support for the ID115 fitness bracelet board, which packs a nRF51822 IC. For more information, check out this blog.
- Follow steps from Board Manager section above
cd <SKETCHBOOK>
, where<SKETCHBOOK>
is your Arduino Sketch folder:
- OS X:
~/Documents/Arduino
- Linux:
~/Arduino
- Windows:
~/Documents/Arduino
- Create a folder named
hardware
, if it does not exist, and change directories to it - Clone this repo:
git clone https://github.com/rbaron/arduino-nRF5.git rbaron/nRF5
- Restart the Arduino IDE
This core is based on the Arduino SAMD Core and licensed under the same LGPL License
The following tools are used:
- GCC ARM Embedded as the compiler
- A forked version of OpenOCD to flash sketches