ESP32: Automation

Where I discuss different methods of automating the process of compiling/linking/loading code for an embedded microcontroller.

Update March 13, 2022#

For automation to work well, it needs to work on multiple platforms along with other automation. For …

ESP32: Using a modular approach

Where I examine the differences between writing a monolithic program versus a much more modular program.

Important#

While I display some of the code on this page, the absolute truth of working code is on github. Use it to fully understand and/or implement …

ESP32: Solving Issues with Arduino Development

Where I demonstrate identifying and solving specific issues with developing code for the ESP32 using the Arduino framework.

Use Both the IDE and the CLI#

While my entries are primarily related to using arduino-cli, I will use the IDE for a couple of …

ESP32: Using arduino-cli

This is a raw dump of my exploring using the arduino-cli with the ESP32. I wanted to find something that was better than the Arduino IDE, however, not as complex as VS Code/PlatformIO. Using arduino-cli, allows me to use my programming editor, Sublime Text …