RP2040 MicroPython: Onboard Shell

Where I demonstrate an enhanced on-board shell for RP2040 (Pi Pico and Pi Pico W) using MicroPython, upysh2.py.

Introduction#

While Thonny can be a bit cumbersome if you already know Python, it does have advantages in being able to provide fundamental file …

RP2040 MicroPython: Debugging

Where I describe various methods of debugging programs using MicroPython on the RP2040 (Pi Pico and Pi Pico W).

Introduction#

Programming is a science, debugging is an art. When I chat with students learning to program, I’ve found it isn’t …