Gaudon / zephyr-cycling

A micropython project to create a smart fan for indoor cycling.
2 stars 0 forks source link

Implement the FanService (Relay Circuit Control va GPIO) #9

Closed Gaudon closed 7 months ago

Gaudon commented 7 months ago

The primary device should run a FanService that subscribes to heart rate data notifications in the bluetooth_receiver_service. With these values, the FanService should be able to properly output to configurable (config.txt) GPIO pins to active select (low) which relay circuits to enable.

Gaudon commented 7 months ago

This has been implemented.