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

Send live HR data to Raspberry Pi

I have a Versa and I want this to happen: 

1. HR is recorded.

2. HR is sent to Pi and is displayed on screen

3. Pi adjusts PWM fan speed

4, Pi reports fan speed back to Versa

5. Fan speed is shown on Versa

How do I make an app for the Pi and the Versa to do this (python only)? I have a 4 wire CPU fan.

Fan curve:

Off for 0-50% HR

Every 1% HR changes fan speed changes by 2%

100% speed on 100% HR 

No signal is detected: Fan off

 

Best Answer
0 Votes
3 REPLIES 3

Some Fitbits have a WiFi connection. Maybe it's possible you can do something with XMLHttpRequest / AJAX ?

Best Answer
0 Votes

@josekreif  Data is exchanged via Bluetooth.

Best Answer

Hey So if i got your point, you want to adjust your fan speed based on your Heart Rate? 

Well, as far is i've learned ( still new ) , you'd need to use the heart rate API ( documentation here ) and use a companion app to communicate with a small web API  you'd then build in Python, as you prefer, thanks to the fetch API ( documentation here )

Best Answer