Recent posts

#CircuitPython2026

6 minute read

CircuitPython feels like it’s in a pretty good place. It supports a variety of CPUs, a very useful subset of Python, and is actively developed and supported....

ESP32-H2 Coming Soon

2 minute read

Adafruit now has listings for the ESP32-H2-MINI-1 module and ESP32-H2-DevKitM-1. The ESP32-H2 is Espressif’s new CPU that has Thread, Zigbee, Bluetooth 5 and...

ESP32-C6 Reality Check

5 minute read

I was lucky enough to get a couple of ESP32-C6 devkits through AliExpress when Espressif recently made them available. If you’re thinking about getting one t...

Stop The loop() Insanity!

3 minute read

Learn how to write an Arduino 1 loop() with multiple delays without shooting yourself in the foot.