Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damiansuess/learn.bluetoothle

Sample code using the Nordic nRF52 (Bluefruit nRF52 Feather)
https://github.com/damiansuess/learn.bluetoothle

Last synced: 17 days ago
JSON representation

Sample code using the Nordic nRF52 (Bluefruit nRF52 Feather)

Awesome Lists containing this project

README

        

# nRF52 Examples

These examples were compiled against the Nordic nRF52832 (Bluefruit by AdaFruit)

## Examples

### BLE LED

Blinks the onboard Red and Blue LEDs. The original source by PlatformIO can be found [here](https://github.com/platformio/platform-nordicnrf52/tree/master/examples/arduino-ble-led).

## Examples to Build

* [OTA Blinky](https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/libraries/Bluefruit52Lib/examples/Peripheral/blinky_ota/blinky_ota.ino)
* [BLE Keyboard](https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/libraries/Bluefruit52Lib/examples/Peripheral/blehid_keyboard/blehid_keyboard.ino)
* [BLE Pin Controller](https://learn.adafruit.com/bluefruit-nrf52-feather-learning-guide/ble-pin-i-o)
* [Client UART](https://learn.adafruit.com/bluefruit-nrf52-feather-learning-guide/central-bleuart)

## References

* Bluetooth
* [Developer's Guide to Bluetooth](https://www.bluetooth.com/blog/a-developers-guide-to-bluetooth/)
* Adafruit
* [Adafruit_nRF52_Arduino - Code for the Nordic nRF52 BLE SoC on Arduino](https://github.com/adafruit/Adafruit_nRF52_Arduino)
* [Advertising Beacon - Bluefruit nRF52 Feather Learning Guide - Adafruit Learning System](https://learn.adafruit.com/bluefruit-nrf52-feather-learning-guide/advertising-beacon)
* [Controller](https://github.com/adafruit/Adafruit_nRF52_Arduino/tree/master/libraries/Bluefruit52Lib/examples/Peripheral/controller)
* [Firmata](https://github.com/adafruit/Adafruit_nRF52_Arduino/tree/master/libraries/Bluefruit52Lib/examples/Peripheral/StandardFirmataBLE)
* [RPi and .NET Core Bluetooth](https://stackoverflow.com/questions/53933345/utilizing-bluetooth-le-on-raspberry-pi-using-net-core)
* [Nordic Debugging](https://docs.platformio.org/en/latest/tutorials/nordicnrf52/arduino_debugging_unit_testing.html)