sandeepmistry/arduino-nRF5

Support for NRF52840

Open

#70 opened on Dec 18, 2016

View on GitHub
 (17 comments) (1 reaction) (0 assignees)C (288 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (952 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Awesome work on this core! I just received a couple of the new NRF52840 Dev Kits and hacked together support for it. It's still pretty dodgy, and is missing stuff.

Things that I had to do: Add support for GPIO Port 1 Map GPIO pins Update SDK files Updated Softdevice files

https://github.com/lpercifield/arduino-nRF5/tree/nrf52840

Please let me know if you think I'm on the right track, happy for suggestions

Testing simple GPIO, Serial, and BLE with the BLEPeripheral Library, ALL WORKING

Contributor guide