diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-15 12:02:50 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-15 12:04:34 +0200 |
commit | 818722baf294c9f7d1b9422bf1f2a3066cb2c9cf (patch) | |
tree | f2a8436eddb38a8b78914bb5e6ff7057bc96ddf6 /sensor/Mussel_Sensor_Beacon.md | |
parent | 2b55b35b3be6b42400359f6e816705efc530508a (diff) |
add sensor as non-library sketch
Diffstat (limited to 'sensor/Mussel_Sensor_Beacon.md')
-rw-r--r-- | sensor/Mussel_Sensor_Beacon.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sensor/Mussel_Sensor_Beacon.md b/sensor/Mussel_Sensor_Beacon.md new file mode 100644 index 0000000..89beeec --- /dev/null +++ b/sensor/Mussel_Sensor_Beacon.md @@ -0,0 +1,35 @@ +# Mussel Sensor Beacon + +1. Reads sensors. + +2. Normalises sensor data as a gape angle in the range of 0°-90°. + +3. Broadcasts normalised sensor data as a beacon on a bluetooth network. + +## Scanner apps + +These Android apps have been found usable +for monitoring this type of sensor: + + * FeasyBeacon on Play store + * NanoBeacon BLE Scanner on Play store + * decodes Eddystone TLM temperature as Fahrenheit + * does not decode Eddystone URL + * SemBeacon on Play store + * detects URL-only but not TLM-only Eddystone Beacon + * too aggressive caching misses changing data + * UI optimized for SemBeacon + * nRF Connect for Mobile on Play store + * misses changing data + * UI not specific to beacons + +These Android apps are potentially interesting as well: + + * Beacon Locator on F-droid + * unreliable detection + * active development + * BLE Radar on F-droid + * detects URL-only but not TLM-only Eddystone Beacon + * UI not specific to beacons + * AltBeacon Loc on Play store + * detects URL-only but not TLM-only Eddystone Beacon |