05-15-2021 13:29 - edited 05-15-2021 13:30
05-15-2021 13:29 - edited 05-15-2021 13:30
It should work like this. The fan is off at 50% heart rate or less. When heart rate is 50% or higher, each 1% my HR increases or decreases, the fan's speed will increase/decrease by 2%. It should be at full speed when my HR is 100%. How do I do the PWM, and how do I turn off the fan with pin 4 when my heart rate is less than 50%? How do I get the live HR directly from a BT connection between the Alta HR and my Raspberry pi? 100% heart rate is calculated by subtracting your age from 220, and I already got the code to enter your age.
05-17-2021 10:11
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.
05-17-2021 10:11
All Fitbit devices do not support direct BT connectivity to a 3rd party device. The only devices that support real-time access to the data are the smart watches (ionic, Versa family and Sense). However, using the Device SDK with the smart watches, you can build a companion application which pulls the data from the Fitbit device over a "socket" connection.
Best Answer