2022
-
ESP32: Automation
Where I discuss different methods of automating the process of compiling/linking/loading code for an embedded microcontroller.
-
ESP32: Using a modular approach
Where I examine the differences between writing a monolithic program versus a much more modular program.
-
ESP32: Solving Issues with Arduino Development
Where I demonstrate identifying and solving specific issues with developing code for the ESP32 using the Arduino framework.
-
ESP32: Using arduino-cli
This is a raw dump of my exploring using the arduino-cli with the ESP32.
2021
-
ESP32 MicroPython Coding Setup
A short entry to explain how to code using MicroPython on the ESP32.
-
Testing MicroPython with the Labrador: PWM
Where I continue to use the Labrador to test the PWM functionality of the ESP32.
-
Testing MicroPython with the Labrador: Blink
Where I use the Labrador to test specific functions of the ESP32 running MicroPython.
-
MicroPython
Where I investigate using MicroPython on the HUZZAH32.
-
ESPForth 7.0
Where I find a much, more evolved version of ESPForth.
-
PinTest
Where I write an Arduino program to test pins on a specific board in order to confirm a Forth HAL for the same board.
-
ESP32 Oscilloscope
Using an ESP32 board as a web-based oscilloscope.
-
ESPForth Part 2
I discuss designating ESPForth as ArduinoForth, which is Forth words calling the Arduino framework.
-
ESPForth
ESPForth is one of the easiest and least expensive ways to learn Forth.
-
ESP32 Resources
Here are links to ESP32 information, primarily for espForth.