A "something you have" authentication factor that has some limited, but great practical applications. You can monitor any Bluetooth MAC address and perform specific actions based on set receive signal strength indicator thresholds. Supports hysteresis to prevent flapping. My own practical application was monitoring my phone's MAC address and signal strength. Using that, automatically unlocking my toolbox when I'm nearby, and automatically locking it when I'm more than 15'ish feet away.
Go to file
Steven Polley 46cf56767e initial commit 2023-07-01 10:16:12 -06:00
.gitignore initial commit 2023-07-01 10:16:12 -06:00
README.md initial commit 2023-07-01 10:16:12 -06:00
go.mod initial commit 2023-07-01 10:16:12 -06:00
go.sum initial commit 2023-07-01 10:16:12 -06:00
main.go initial commit 2023-07-01 10:16:12 -06:00

README.md

embedded-bt-rssi-monitor

A bluetooth RSSI monitor to run on a tiny system such as a microcontroller or single board computer.