Where I evaluate an interesting prototyping board using CircuitPython.
Sources#
Introduction#
I ran across this board, the omzlo FIDI via an Adafruit blog article. I was struck by its size and utility along …
Where I evaluate an interesting prototyping board using CircuitPython.
I ran across this board, the omzlo FIDI via an Adafruit blog article. I was struck by its size and utility along …
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 …
Where I demonstrate how to use the ATmega328PB Xplained Mini from Microchip to understand how to program in Standard C.
Where I provide hints on using avr-gdb and bloom to debug code on the ATmega328P.
Where I show some examples as to how to use Bloom and avr-gdb to debug code on the ATmega328P.
In a previous entry, I …