Embedding Micropython on ESP32

Embedding MicroPython in an existing ESP IDF project turned out not to be so simple. So here’s a guide to how I managed to get it working.

Installing ESP-IDF on WSL2

I find that the Espressif ESP32 documentation for installing their IDF development toolchain doesn’t work for me on WSL2 without a few mods …

Pushing Z80 to the Limits

Asked enough times how to modify RC2014 processor boards to use all the BusRaider features I decided it was time to build one that works out of the box. With a few more goodies thrown in.

Introducing the Stepper Hat Trio

A new board for driving up to three stepper motors, WiFi connected with a web-server UI for CNC or dedicated applications. Based on the Raspberry Pi HAT format and also allowing control from a Pi,

Marty Learns to Swing – Part 2

In this, the second part of the series, I develop an OpenAI Gym to model Marty the Robot on a swing and get it to the point where we can start testing strategies for keeping Marty swinging once he gets started.

Marty Learns To Swing – Part 1

Marty is an amazing walking robot designed by Sandy Enoch and the Robotical team. Here we’re starting the process of teaching Marty how to use a playground swing.