nRF Blinky is an application developed targeting an audience of developers who are new to Bluetooth Low Energy. This is a simple application with two basic features.
- Scan and connect to any nRF5 DK containing the Nordic Semiconductor’s proprietary LED Button Service.
- Turn on/off LED 1 on the nRF DK
- Receive Button 1 press event from a nRF DK on the nRF Blinky Application.
The source code for this application is available on GitHub on the following link:
https://github.com/NordicSemiconductor/Android-nRF-Blinky
Note:
- Android 5 or newer is required.
- Location permission is required on devices running Android 5 - 11. This app will not use the location information in any way. Starting from Android 12 the app is requesting Bluetooth Scan and Bluetooth Connect instead.