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 …

Using Arduino on the RP2040: Notes

Introduction#

Where I share various observations as to how to use the Pico with the Arduino software framework and the legacy (~1.8.19) Arduino IDE.

Pico Reset Button#

While most RP2040 boards will have a Reset button, the Pico does not. Why? To save …