Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/damiansuess/learn.bluetoothle
- Owner: DamianSuess
- Created: 2022-02-24T14:55:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T14:02:19.000Z (6 months ago)
- Last Synced: 2024-10-11T19:13:35.547Z (about 1 month ago)
- Language: C#
- Size: 852 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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)