(no title)
Molpot
|
5 years ago
Has anybody tried to reverse engineer garmin's bluetooth protocols? I often want to buy one of their smartwatches but the idea of having to install proprietary software on my phone kind of puts me off. I'd love to write my own software but I don't have any experience doing bluetooth RE.
mjsir911|5 years ago
It's mostly shambled together stuff but I have a wireshark plugin that works pretty good for the few pieces it supports
https://github.com/mjsir911/GarminBLE
I started this project with no bluetooth experience either, it's definitely been a lot of learning.
Let me know if you are interested in continuing / working on this, might give me a nudge to get back on it.
mormegil|5 years ago
barbegal|5 years ago
https://support.garmin.com/en-GB/?faq=Ht3ZP52Kju075uKvqTqu99...
Molpot|5 years ago
javispedro|5 years ago
The sync protocol mostly just sends all the files to the Garmin server so there is not a lot of logic locally. I no longer have any interest in the topic but if I were to restart, I'd focus on the "Explore" protocol which seems to allow upload/download of waypoints/tracks which is all that I wanted from the device in the first place.
wil421|5 years ago
Molpot|5 years ago
hamburglar|5 years ago
Open your protocols and you'll get lots of nerdy cheerleaders for your devices.
fionaellie|5 years ago
pantaloony|5 years ago