Anything is hackable.
Ask HN: Is there a fitness wristband that is hackable?
11–20 of 122 posts
Re: Ask HN: Is there a fitness wristband that is hackable?
#12Re: Ask HN: Is there a fitness wristband that is hackable?
#13Re: Ask HN: Is there a fitness wristband that is hackable?
#14A few years back, I played around with TI's EZ430-Chronos: http://processors.wiki.ti.com/index.php/EZ430-Chronos?DCMP=C... It's not sleek like modern fitness bands/watches but is hackable. TI has more Smart Watch components and reference designs here: http://www.ti.com/solution/smart-watch
Re: Ask HN: Is there a fitness wristband that is hackable?
#15If you can go without GPS maybe have a look at the MI Band 2.. afaik there is sone kind of third party app android that allows you to sync and export the data without the mi software..
The devices have the advantage of being very cheap; I've bought two for £15 each. I'm kind of surprised there isn't an open project on them. The chip is Dialog Semi with the usual Cortex M0: https://www.dialog-semiconductor.com/products/connectivity/b...
Re: Ask HN: Is there a fitness wristband that is hackable?
#16How about something supported by Gadgetbridge[1]? Or someone looks to be building their own Smartwatch[2] [1] https://gadgetbridge.org/ [2] https://github.com/no-go/UART-Smartwatch/blob/HEAD/README.md
Re: Ask HN: Is there a fitness wristband that is hackable?
#17If you can go without GPS maybe have a look at the MI Band 2.. afaik there is sone kind of third party app android that allows you to sync and export the data without the mi software..
Re: Ask HN: Is there a fitness wristband that is hackable?
#18Don't the Garmin watches still have USB access to the file system? The old ones did, and even the newest Garmin Edge series cycling computers let you do this. They run (mostly) the same firmware as the (high-end) watches, so I'd be surprised if they don't.
That would be interesting to know. As long as the files are not obfuscated too much that could be a solution (I'd like to avoid having to reverse engineer a binary format).
Re: Ask HN: Is there a fitness wristband that is hackable?
#19Pebble. Someone installed linux on one and they're extraordinarily cheap to pick up now.
Re: Ask HN: Is there a fitness wristband that is hackable?
#20Earlier quoted context omitted.
That would be interesting to know. As long as the files are not obfuscated too much that could be a solution (I'd like to avoid having to reverse engineer a binary format).
Activities are stored in the FIT format, which is publicly documented and they have a rather easy to use sdk available for it as well[0]. Its fairly trivial to get other daily metrics out of the watch as well using Connect IQ, you can even write out to a plain text log file if you want. [0]: https://www.thisisant.com/resources/fit/