10-22-2017 10:42
10-22-2017 10:42
Hello,
I just bought an Ionic to start playing with the SDK but I've run into a difficulty from the very beginning, the gyroscope doesn't seam to work.
I read:
https://dev.fitbit.com/reference/device-api/gyroscope/
https://dev.fitbit.com/guides/sensors/gyroscope/#overview
I've tried both samples from the overview but they don't work even if I remove everything else from my code. The similar sample with the accelerator works fine. I'm I missing something? Do I need to enable access to it for my app or something like that?
Thank you for your help.
Nicolas.
10-23-2017 04:37
10-23-2017 04:37
10-26-2017 13:33
10-26-2017 13:33
Which template are you referring to?
I tried the "sensor" template but I only these 3 with no Gyroscope. I have no issues with the accelerometer.
This is what the template has for me:
let accel = new Accelerometer(); let bar = new Barometer(); let hrm = new HeartRateSensor();
Thank you for your help 🙂
10-26-2017 14:08
10-26-2017 14:08