Forum Posts

Resolved! collecting accelerometer and gyroscope data

Hi everyone,   I got a problem when I collect accelerometer and gyroscope data in real-time. I found that the totoal number of accelerometer data and gyroscope data are not the same. For example, "let acc = new Accelerometer({ frequency: 6, batch: 6}...

Aemonzzx by Recovery Runner
  • 3072 Views
  • 22 replies
  • 5 votes

Resolved! Can't find out what's wrong

I'm coding a clock face app. Here's the code:import clock from "clock";import document from "document";import { preferences } from "user-settings";import * as util from "../common/utils";import { today } from "user-activity";import { HeartRateSensor ...

FunGamer by Recovery Runner
  • 1070 Views
  • 3 replies
  • 0 votes

Resolved! Unable to develop for Fitbit Versa

I am unable to use the fitbit studio or cli tool to deploy to a physical fitbit versa, as i receive the error: Sideload of app failed. Connected device does not support API version requested by app. I have selected API version 4.1.0 and the fitbit ve...

SDK disable quick view

I would like to be able to temporarily disable quick view in my clock face app, so I can insure the display stays alive at crucial moments.

Guy_ by Space Racer
  • 571 Views
  • 0 replies
  • 0 votes

How to optimise the memory usage?

We developed a custom clock face for Fitbit, but there is an issue with memory usage.The Fitbit has a max memory of 65kb. With our clockface, we are generally surfing around the 32kb mark. Are there any ways in which we can optimize memory usage? At ...

Resolved! How Can I send accelerometer values to server?

Hi,I am using a fit bit studio for collecting accelerometer, Heart rate values and then wanted to send those values to my server for inserting into my database.  This is my URL: https://qav2.cs.odu.edu/fitbit/test.phpfirst priority if possible: How c...