Where I describe how to edit, assemble, link, and UF2 Mecrisp-Stellaris for the RP2040 and specifically, the Adafruit Feather RP2040 and Pico/Pico W.
Sources#
Updated#
Now that I have gone …
Where I work with the Adafruit Feather RP2040 (Feather), Mecrisp-Stellaris Forth (MSForth) and create Forth versions of ManPinTest and PinTest.
Where I compile interesting notes as to how Mecrisp-Stellaris Forth is implemented on the RP2040 microcontroller.
I was working on this entry and was attempting to hand-write the definition of PIN_BLINK by keeping the …
Where I implement Forth on the Feather RP2040 using Mecrisp-Stellaris Forth.
Where I compare the Labrador with the $300 Digilent Analog Discovery 2 and determine if using a “rail-to-rail” operational amplifier matters.
Where I explain my process for developing code on the RP2040 board.
When developing software for microcontrollers, the …
Where I use the Labrador to test a different way of implementing Blink on the RP2040 using timer().
I started reading the Python SDK above and noticed this example on page 12.
Its a method of blinking the …
A short entry to explain how to code using MicroPython on the ESP32.
In my introduction to Micropython, I mentioned how I wrote MicroPython for the ESP32 on a Mac. As I stated, Phillip van Allen has a nice process, however I like my process …
Where I continue to use the Labrador to test the PWM functionality of the ESP32.
We continue to use the Labrador to …