ATAkapa Tuoyointuoyo.hashnode.dev·Jun 7 · 5 min readHow I Got My STM32 to Read a Knob and Stream It LiveUp to now, everything I had built on my STM32 was about the board talking out: blinking an LED, sending text over serial, parsing commands I typed in. This project flips that around. For the first tim00
ATAkapa Tuoyointuoyo.hashnode.dev·May 31 · 4 min readHow I Made a Screen-less STM32 Talk to My LaptopThe STM32 board I'm learning on has no screen. So when I write code for it, there's no obvious way to see what it's doing, because there's no display to print to. This project fixed that: I made the b00