arduino-esp32/libraries/BLE/examples/BLE_Beacon_Scanner/BLE_Beacon_Scanner.md
Bernd Giesecke ef2b54547e
Fix issue #3833, data parsing of Eddystone TLM data frame (#3836)
* 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()
2020-09-30 14:55:58 +03:00

212 B

BLE Beacon Scanner

Initiates a BLE device scan. Checks if the discovered devices are

  • an iBeacon
  • an Eddystone TLM beacon
  • an Eddystone URL beacon

and sends the decoded beacon information over Serial log