Where I use the Labrador to test a different way of implementing Blink on the RP2040 using timer().
Sources#
Background#
I started reading the Python SDK above and noticed this example on page 12.
Its a method of blinking 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 …
Where I use the Labrador to test specific functions of the ESP32 running MicroPython.
Where I investigate using MicroPython on the HUZZAH32.
I have spent quite a few years using Python to develop applications. I like the language, however I believed it wasn’t a good candidate for microcontrollers. Given the strong …
Where I find a much, more evolved version of ESPForth. While investigating a bug I found in ESPForth (now called ESPForth6), I ran across a new version of ESPForth 7.0, which I’ll refer to as ESPForth7.
Where I write an Arduino program to test pins on a specific board in order to confirm a Forth HAL for the same board.
When writing software which will control a circuit, it is best to confirm the behavior of circuit using known or familar test …