Gaudon / zephyr-cycling

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

Heart Rate Zone Configuration #4

Closed Gaudon closed 7 months ago

Gaudon commented 7 months ago

Due to the difficulty of accepting user input with the minimalist inputs available, the hardware should create a persistent mapping of HRM device to Max HR observed. This should dynamically update as the user achieves higher heart rates and auto configure itself through normal usage.

When the user performs a full device reset, these settings should be removed.

Gaudon commented 7 months ago

This is a complicated issue and this approach isn't really ideal.

Some other options to consider:

  1. Dedicated bluetooth application
  2. Hosting a local wifi network with simple wifi configuration page/form. (similar to smart bulbs)
  3. building in usb mass storage support to allow modification through a computer.