06-24-2021 07:59
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
06-24-2021 07:59
Using Nudge, Nudge-max or Bump.
Is there an established or anyone using an algorithm to generate a normalised vibration sensation across all watches from the same program?
Ie. Simulate the same level of intensity/duration to compensate for hardware/firmware differences.
Currently the Versa always produces a consistent and detectable vibration and is by far the best, and the one to emulate on the others, because
The Versa 2 seems also consistent, but somewhat more feeble.
The Versa 3 / Sense barely produce any vibration, even on the Strong setting, not only that, it gets progressively worse as the battery level decreases.
Author | ch, passion for improvement.
Answered! Go to the Best Answer.
08-22-2021 20:23
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
08-22-2021 20:23
Best Answer07-01-2021 00:06
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
07-01-2021 00:06
Has anyone had any success with this calling of Vibration on OS 5?
The available patterns from the documentation are:
"alert"
"bump"
"confirmation"
"confirmation-max"
"nudge"
"nudge-max"
"ping"
"ring"
The calling structure seems to be
vibration.start(Name, Repeat, Time, Strength, Ramp);
where:
Name (A pattern name),
Repeat (0-6, 7=infinite),
Time (ms) (5ms granularity),
Strength (1-7, 0=off),
Ramp "yes" to ramp to next point
Author | ch, passion for improvement.
07-01-2021 04:22
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
07-01-2021 04:22
It's just the name.
import { vibration } from "haptics";
vibration.start("ring");
Best Answer07-01-2021 04:40
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
07-01-2021 04:40
Thanks Jon, but it's not enough to detect the vibration, and it's only for use in issuing an alert.
Author | ch, passion for improvement.
Best Answer08-22-2021 20:23
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more