Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

List of sensors in watches and trackers

ANSWERED

Hello,

 

is there an overview which sensors are available in which product?

 

Thank you

Stefan

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Versa 2 doesn't have those (see its store page specs).

Peter McLennan
Gondwana Software

View best answer in original post

Best Answer
0 Votes
4 REPLIES 4

I don't know of an overview. There are some Versa clues here and some Versa Lite clues here. The most comprehensive list for each device is probably the specs tab of their store page, eg, this.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

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

Best Answer
0 Votes

Versa 2 doesn't have those (see its store page specs).

Peter McLennan
Gondwana Software
Best Answer
0 Votes

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

Best Answer
0 Votes