With this DIY project and a simple $18 ESP32 Arduino board you will have a budget Cadence display for your indoor cycling bike for Peloton or Apple Fitness+
I read the blog post earlier and I thought you might like a CI build added to aid with all the future pull requests 😜.
I don't actually use Arduino code usually (Merge Conflict convinced me to try out the ESP32, but I stick to the C/C++ ESP-IDF route), but I quite enjoy a challenge!
The build action uses the Arduino CLI to follow the steps in the README (plus adding the esptool via pip) and then stores the build outputs as artifacts for downloading.
I read the blog post earlier and I thought you might like a CI build added to aid with all the future pull requests 😜.
I don't actually use Arduino code usually (Merge Conflict convinced me to try out the ESP32, but I stick to the C/C++ ESP-IDF route), but I quite enjoy a challenge!
The build action uses the Arduino CLI to follow the steps in the README (plus adding the
esptool
viapip
) and then stores the build outputs as artifacts for downloading.