Skip to content

rbaron/arduino-nRF5

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 3 commits ahead, 40 commits behind sandeepmistry:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Arduino Core for Nordic Semiconductor nRF5 based boards

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.

Installing

From git (for core development)

  1. Follow steps from Board Manager section above
  2. cd <SKETCHBOOK>, where <SKETCHBOOK> is your Arduino Sketch folder:
  • OS X: ~/Documents/Arduino
  • Linux: ~/Arduino
  • Windows: ~/Documents/Arduino
  1. Create a folder named hardware, if it does not exist, and change directories to it
  2. Clone this repo: git clone https://github.com/rbaron/arduino-nRF5.git rbaron/nRF5
  3. Restart the Arduino IDE

Credits

This core is based on the Arduino SAMD Core and licensed under the same LGPL License

The following tools are used:

About

Arduino Core for Nordic Semiconductor nRF5 based boards

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.5%
  • C++ 4.4%
  • Other 1.1%