Earlier quoted context omitted.
Why not try to intercept the data as it comes through the USB port instead?
Or try liftbit as noted above: https://github.com/openyou/libfitbit
Fitbit, why can’t I have my data?
81–90 of 102 posts
Re: Fitbit, why can’t I have my data?
#82I feel the same with regards to my Nike FuelBand. I even asked Nike if they would provide an API[0] (they won't). Fortunately their web app keeps your NikeFuel—Nike's activity metric—for every day (in 15-minute increments) as a global JavaScript variable. I wrote a scraper[1] to get me my data. I wonder if you can do the same with Fitbit. [0] https://twitter.com/NikeFuel/status/205424488836370433 [1] https://github.c…
Re: Fitbit, why can’t I have my data?
#83So far, we've put out Emokit (emotiv epoc headset), libfitbit, libomron, and have started libfuelband and libsensewear. The main problem is just time and lack of people resources. We need more people aware that USB/Bluetooth reversing, while somewhat complex, is not all that inherently difficult. 2 or 3 people working together can easily open up a device and protocol format with a minimal amount of [insert language that supports libusb or hidapi] code. However, not many people are interested in learning that, as they just wanna get the data and run. Understandable, but that means you're waiting on one or two people to finish something that they may lose interest in.
I've been contemplating trying to teach a usb/bt reversing workshop for years now, I should really get around to trying that soon.
Re: Fitbit, why can’t I have my data?
#84Earlier quoted context omitted.
Or Quebec?
I would guess the reason they don't sell in Quebec is because their product is not localized for French speakers. The company I work with is nationwide in Canada except for Quebec because of the legal hassles and logistical troubles of localizing for French speakers as mandated by law in Quebec.
Re: Fitbit, why can’t I have my data?
#85I own a fitbit, and have loved it. I don't regret paying the $99 for it. I log into the web site, and see my daily totals, and the little graph showing when my activity spikes were. At the end of a grueling day walking around New York City, I can tell my wife that we took 20,000 steps and that's a bit interesting. It's useful and interesting - only to a point.
So after reading this post, my main question is "Why?"
Why do you need minute-by-minute access to pedometer data? What use is it, really? The OP says, basically, "out of curiosity". OK, so hack the thing. There's a number of links for intercepting that data during the sync process. But can you fault fitbit for not providing data that noone (not even the company itself) needs?
What data can the fitbit give you on a minute-by-minute basis that is remotely useful or interesting?
It's just a pedometer. At the end of the day, it tells you you took 10,000 steps or whatever. It's also interesting that you walked 50 miles this month, or have walked up steps to the level of a helicopter flies. Or how many miles you've walked this year.
But minute-by-minute?
Re: Fitbit, why can’t I have my data?
#86I run http://openyou.org , a site dedicated to reversing as many medical devices as we (or, well, at the moment, mostly I) can get our (my) hands on. So far, we've put out Emokit (emotiv epoc headset), libfitbit, libomron, and have started libfuelband and libsensewear. The main problem is just time and lack of people resources. We need more people aware that USB/Bluetooth reversing, while somewhat complex, is not all…
EA put out a fitness video game with a wireless heart rate monitor that showed up as a normal HID device via its USB dongle. On sale it was like $40, making it a very inexpensive way to log heart rate wirelessly. But no-one had reversed the protocol, and I couldn't find any online resources to teach me how to do it myself.
I'm pretty sure I threw it out, and the product is discontinued now, but I would encourage you to at least put training materials together, if not a full workshop.
Re: Fitbit, why can’t I have my data?
#87Earlier quoted context omitted.
I have various Garmins (Forerunner 405 for running and Edge 705 for cycling). None of my data goes to Garmin as I just use Garmin Training Centre and don't upload anything to Garmin Connect.
Much as I dislike Garmin's lack of support for Linux, I have to second this. My Forerunner 405, eTrex Vista and Vista HCx all download to my computer, with the option ( not forced ) of uploading. I have full access to .GPX files that I can use with any number of pieces of software (including Google Earth and Maps). Also, I've been pretty happy with the Zephyr HxM hooked up to my N900, and the wife has a Zephyr as wel…
Re: Fitbit, why can’t I have my data?
#88I run http://openyou.org , a site dedicated to reversing as many medical devices as we (or, well, at the moment, mostly I) can get our (my) hands on. So far, we've put out Emokit (emotiv epoc headset), libfitbit, libomron, and have started libfuelband and libsensewear. The main problem is just time and lack of people resources. We need more people aware that USB/Bluetooth reversing, while somewhat complex, is not all…
There's not a lot of help out there for people who are willing to put the time and effort into protocol reversing but don't know where to start! EA put out a fitness video game with a wireless heart rate monitor that showed up as a normal HID device via its USB dongle. On sale it was like $40, making it a very inexpensive way to log heart rate wirelessly. But no-one had reversed the protocol, and I couldn't find any…
I've taught workshops on other subjects before, and usually once I get going to writing cirriculum that question answers itself in spades, though. Just need the motivation.
I'm finishing up another personal project right now, then I may start on this. I suppose I don't really have much room to complain when I've already set out a solution that just needs to be done. :)
Re: Fitbit, why can’t I have my data?
#89For me, this is the first time that not owning my own data has really put me off. I'll be returning my FitBit.
Re: Fitbit, why can’t I have my data?
#90Earlier quoted context omitted.
There's not a lot of help out there for people who are willing to put the time and effort into protocol reversing but don't know where to start! EA put out a fitness video game with a wireless heart rate monitor that showed up as a normal HID device via its USB dongle. On sale it was like $40, making it a very inexpensive way to log heart rate wirelessly. But no-one had reversed the protocol, and I couldn't find any…
Yeah, I will admit that information does end up being the main problem. I've been doing this long enough that it's pretty much second nature these days, and I just find myself going "but what is there to teach?". I've taught workshops on other subjects before, and usually once I get going to writing cirriculum that question answers itself in spades, though. Just need the motivation. I'm finishing up another personal…
You might also consider trying out Zed Shaw's "Learn X the Hard Way" format as a framework, which he recently formally published: https://gitorious.org/learn-x-the-hard-way/learn-x-the-hard-...