nRF Blinky is an application targeted towards developers who are new to Bluetooth Low Energy.
nRF Blinky has the following features:
- Scan and connect to any nRF5 DK containing the Nordic Semiconductor’s proprietary LED/Button Service.
- Toggle the LED on the development kit On and Off from within the application.
- Recieve Button press and release events from the development kit and display it within the application.
This application is open sourced and the is written in Swift 4.2 and available on GitHub:
https://github.com/NordicSemiconductor/iOS-nRF-Blinky
一個簡單的應用程序在藍牙LE新手。
nRF Blinky是針對低藍牙新手的開發人員開發的應用程序。這是一個具有兩個基本功能的簡單應用程序。
-掃描並連接到任何包含Nordic Semiconductor專有LED按鈕服務的nRF5 DK。
-打開/關閉nRF DK上的LED 1
-從nRF Blinky應用程序上的nRF DK接收Button 1按下事件。
該應用程序的源代碼可在GitHub上的以下鏈接中找到:
https://github.com/NordicSemiconductor/Android-nRF-Blinky
注意:
-需要Android 4.3或更高版本。
-為了掃描Bluetooth LE設備,必須授予“位置”權限,並且在某些電話上,必須啟用“位置”。此應用程序不會以任何方式使用位置信息。