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()
569 B
569 B
Eddystone URL beacon
EddystoneURL beacon by BeeGee based on pcbreflux ESP32 Eddystone URL deepsleep
EddystoneURL frame specification
Create a BLE server that will send periodic Eddystone URL frames. The design of creating the BLE server is:
- Create a BLE Server
- Create advertising data
- Start advertising.
- wait
- Stop advertising.
- deep sleep