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 …

RP2040 MicroPython: Making a Web Server

Where I begin to develop a web server for the RP2040 (Pi Pico and Pi Pico W) using MicroPython and microdot.

Introduction#

The Pico W added wireless capability to the Pico, which brings the ability to network the Pico board. Once a board can be networked, …

Mecrisp-Stellaris Forth: An IDE for the RP2040

Where I describe how I develop Forth on my Mac using Sublime Text 3 and Serial, as my Forth IDE.

Summary#

  1. Edit Forth code in Sublime Text 4.
  2. Execute ST’s Build command which transfers the code to the board for on-board compiling for Forth, typically …