Skip to content

AdySan/arduino-nRF5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Core for Nordic Semiconductor nRF5 based boards

Program Nordic Semiconductor nR5 based boards with the Arduino IDE.

Supported boards

Installing

Board Manager

  1. Download and install the Arduino IDE
  2. Start the Arduino IDE
  3. Go into Preferences
  4. Add https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json as an "Additional Board Manager URL"
  5. Open the Boards Manager from the Tools -> Board menu and install "Nordic Semiconductor nRF5 Boards"
  6. Select your nRF5 board from the Tools -> Board menu

From git (for core development)

  1. Follow steps from Board Manager section above
  2. cd <SKETCHBOOK>/hardware, where <SKETCHBOOK> is your Arduino Sketch folder:
  • OS X: ~/Documents
  • Linux: ~/Sketchbook
  • Windows: ~/Documents
  1. Create the following folder: hardware/nRF5 and change directories to it
  2. Clone this repo: git clone https://github.com/sandeepmistry/arduino-nRF5.git nRF5

OS Specific Setup

OS X

No additional setup required.

Linux

No additional setup required.

Windows

Driver Setup for Segger J-Link
  1. Download Zadig
  2. Plugin Segger J-Link or DK board
  3. Start Zadig
  4. Select Options -> List All Devices
  5. Select J-Link (Interface 2) from the device dropdown
  6. Click Replace Driver

Credits

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

About

Arduino Core for Nordic Semiconductor nRF5 based boards

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.4%
  • C++ 10.1%
  • Assembly 1.1%
  • Other 0.4%