mjsir911 / GarminBLE

Reverse engineering garmin's bluetooth protocol
23 stars 0 forks source link

Presence Detection #1

Open sibero80 opened 3 years ago

sibero80 commented 3 years ago

Any clue if your approach could allow a third party device ie. Arduino or RPI sniff bluetooth traffic to determine proximity of a Garmin smartwatch?

mjsir911 commented 3 years ago

Hi @sibero80, thank you for the question! What you want probably has little to do with this repo, as it is more for getting information off of garmin devices. You could do bluetooth proximity detection with any standard bluetooth's library RSSI, something like signal strength.

Hope I could help, I hope to be able to see what you're working on!