03-06-2018 01:25
03-06-2018 01:25
Does Fitbit store acelerometer X,Y,Z data in a dataset for 31 days like other data? & is it possible to interrogate that dataset or does the API only access the data in real-time. Any assistance greatly appreciated.
03-06-2018 04:58
03-06-2018 04:58
It's real-time only in the SDK. Can you elaborate on your potential use case?
03-06-2018 05:34
03-06-2018 05:34
Hi Jon, my research is in AAL. The fitbit avoids having to use a pressure sensor on their beds but I can only seem to access their sleep times but not the raw data. Any assistance greatly appreciated.
03-06-2018 06:20
03-06-2018 06:20
Correct, so the Web API contains detailed sleep data, but not the raw accelerometer data.
You'd need to develop a device app to capture the sensor data, then you could combine that with the sleep data from the Web API.
03-06-2018 06:23
03-06-2018 06:23
If I develop an app will I be able to receive/access the data in batch format (not a summarisation/abstraction of such data). I would like to access/receive raw data batched for a given week or indeed month. Thank you.
03-06-2018 06:32
03-06-2018 06:32
I wish to access the X,Y,Z accelerometer/IMU raw data for a research study. Thank you.