LilyGo-LoRa-Series/firmware/BLE/README.MD

13 lines
555 B
Markdown
Raw Normal View History

2024-12-09 10:36:19 +08:00
# BLE Firmware
## 1. Firmware to test whether the BLE function of the board is normal
* **esp32_ble_server.bin** For esp32 , Write address 0x0
* **esp32s3_ble_server.bin** For esp32s3 , Write address 0x0
* How to write firmware, please see [here](../GPS_Reset/README.MD)
2024-12-09 10:38:46 +08:00
* Please download [nRF Connect](https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-mobile) on Google Play, and then you can scan Bluetooth devices through nRF Connect. If you find a device named **LilyGo-BLE**, it means that the device Bluetooth is working.
2024-12-09 10:36:19 +08:00