Posts tagged with “stm32”

USB Power Meter

USB Power Meter

Casually put together a small but rather fun project. I got curious about how much power my DIY gadgets actually consume—and at the same time, I wanted to check the real capacity of those AliExpress batteries. Sure, you could use a multimeter, but then you’d have to rig up some janky setup to wedge it into a USB cable, plus keep unplugging it whenever you need it elsewhere. And devices with microcontrollers have fluctuating power draw depending on their operating mode. So I built myself a dedicated device.
Read more...
Custom FM Receiver with STM32 and RDA5807: Full Project Breakdown

Custom FM Receiver with STM32 and RDA5807: Full Project Breakdown

I built an FM radio receiver. As usual, the goal was to “build something useful and learn something new along the way.” What made this project especially exciting was that it involved working with an STM32 microcontroller—something I hadn’t done before, even though I’ve had several dev boards and programmers lying around for years. I also really wanted to use the headphone wire as the antenna, just like in commercial devices.
Read more...
FIDO2 Authenticator - USB Dongle

FIDO2 Authenticator - USB Dongle

After a long break, I’m back working on my FIDO2 authenticator! With BLE dropped from Chrome, I’ve shifted gears to USB—and that meant switching from ESP32 to STM32 (and soon RP2040). The latest prototype features a fingerprint scanner, secure element, and a fresh USB PCB. Still lots to build, but it’s moving again!

Read more...