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()
This commit is contained in:
Bernd Giesecke
2020-09-30 19:55:58 +08:00
committed by GitHub
parent 9856f0cc28
commit ef2b54547e
7 changed files with 522 additions and 10 deletions

View File

@ -0,0 +1,9 @@
## 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