03-29-2020 03:43
03-29-2020 03:43
Hello,
is there an overview which sensors are available in which product?
Thank you
Stefan
Answered! Go to the Best Answer.
03-30-2020 12:58
03-30-2020 12:58
Versa 2 doesn't have those (see its store page specs).
03-29-2020 12:32
03-30-2020 12:49
03-30-2020 12:49
Thank you. The link to Versa Lite tells that it does not have gyroscope and orientation. I wonder if Versa 2 has? The sensor demo app does not show these sensor readings.
Stefan
03-30-2020 12:58
03-30-2020 12:58
Versa 2 doesn't have those (see its store page specs).
03-31-2020 14:52
03-31-2020 14:52
The safest way to develop for all supported fitbit devices, present and future, is to check for hardware-related sensors presence.
For example:
if (HeartRateSensor) {
const hr = new HeartRateSensor(...)
That way, all the software you publish today will still work tomorrow for newer devices that may or may not include that sensors