diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-08 23:05:02 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-08 23:05:02 +0200 |
commit | 818dce2a0adeaf94c3e5b5f2b18c15107c78d35a (patch) | |
tree | 9f02848aad5a11e9422e60756cd160dfbfee5f6a /Mussel/examples/voting_from_EddystoneTLM/Beacon_Scanner.md | |
parent | 8a1e160ba0dc6f8153f6ee4aa8566c2622cbe331 (diff) |
add Bluetooth examples
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 |