ef2b54547e
* Fix issue #3833, data parsing of Eddystone TLM data frame Add Beacon scanner example to show usage of BLEEddystoneTLM class and BLEEddystoneURL class Add EddystoneTLM beacon example Add EddystoneURL beacon example * Fix buffer size for .toString()
606 B
606 B
Eddystone TLM beacon
EddystoneTLM beacon by BeeGee based on pcbreflux ESP32 Eddystone TLM deepsleep
EddystoneTLM frame specification
Create a BLE server that will send periodic Eddystone TLM frames. The design of creating the BLE server is:
- Create a BLE Server
- Create advertising data
- Start advertising.
- wait
- Stop advertising.
- deep sleep