Using Arduino on the RP2040: Notes

Introduction#

Where I share various observations as to how to use the Pico with the Arduino software framework and the legacy (~1.8.19) Arduino IDE.

Pico Reset Button#

While most RP2040 boards will have a Reset button, the Pico does not. Why? To save …

Setup a Raspberry Pi as a Apache/PHP/SQLite Server

Web, PHP

The beginning of a short course on setting up a webserver on a Raspberry Pi.

Introduction#

It is helpful to understand how to setup a webserver from scratch. As doing so, gives you complete control as to what that server can do. For example, using a …

Developing in C for the ATmega328P: I/O Ports

Where I describe how to improve the performance of your programs by accessing the input/output (I/O) ports on the Arduino Uno, natively.

Introduction#

The Arduino framework and Uno hardware has performed an admirable job in abstracting much of the …