Techie Tinkering: StepCounter 6.0
Giving My Treadmill a Brain ChatGPT really delivered on this one! "Draw a cartoon of a treadmill walking, with a cartoon brain added to its head" Long-time readers will remember the main issue I have with my desk treadmill from my acclaimed article about it : it’s dumb. Whilst the treadmill came with a companion app, it required me to start and stop the treadmill via this app in order to collect any usage stats. And there was no option to export that data. That was the spark that led to StepCounter 6.0 , a project to give my treadmill a brain. The Plan I'd get one of these little screens, which I could program to record how many steps I'd done: The screen is 0.99" across. Diddy. It contains a Raspberry Pi Pico and an accelerometer —all for under £20. I'd write some simple step detection and logging logic. And it would just work, without me needing to start or stop anything. Requirements Wait until I start walking. Detect steps using acceleromete...