diff options
Diffstat (limited to 'Mussel/examples/voting_from_EddystoneTLM/Beacon_Scanner.md')
-rw-r--r-- | Mussel/examples/voting_from_EddystoneTLM/Beacon_Scanner.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Mussel/examples/voting_from_EddystoneTLM/Beacon_Scanner.md b/Mussel/examples/voting_from_EddystoneTLM/Beacon_Scanner.md new file mode 100644 index 0000000..34101fe --- /dev/null +++ b/Mussel/examples/voting_from_EddystoneTLM/Beacon_Scanner.md @@ -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 |