-
FitBit
com.fitbit.FitbitMobile
http://cdn.appstorm.net/iphone.appstorm.net/files/2011/11/App-Store-Fitbit-Activity-and-Calorie-Tracker.png
-
The Fitbit-API returns days with 0 counted steps as well. This is most likely due to the fact that people a) either didn't own a tracker at the time b) didn't wear it. So we should exclude those days …
-
I need to load the JSON from a file on the device, instead of from the internet. How would I go about this with Maglev?
My JSON look like this:
```
{
id: "made"
headline: ""
issues: [1]
0: …
-
I [mentioned this on Twitter](https://twitter.com/tonyarnold/status/121362530479247360), but lets get it on record: Presently, fitbit seems to prevent reboots under Lion (not sure if this effects earl…
-
in python/fitbit.py, FitBit::run_opcode, it looks like there is something missing..
First, it sends the opcode to the tracker, then looks at the reply data[1]. There are three cases for 0x42, 0x61, …
-
Just starting with libfitbit, hope I can get this running. Documentation is impressive, especially the log/trace of the ANT protocol to the device. However, when I tried (both using latest download …
-
$ dmesg
[34601.057057] usb 4-2: New USB device found, idVendor=0fcf, idProduct=1008
[34601.057064] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[34601.057068] usb 4-2: Product: AN…
-
First time ever I try it... I wonder why it stucks on tha last receive :-S
; fitbit_client.py
['a4', '01', '4a', '00', 'ef']
['a4', '09', '46', '00', '00', '00', '00', '00', '00', '00', '00', '00'…