Flashforth: Working with the Uno

Where I describe how to use Forth with an Arduino Uno and make it easier to program the Uno in Forth.

Introduction#

The Arduino Uno benefits from an incredible software framework. Between the programs already developed by the Arduino organization, and the …

FlashForth: blink

Where I demonstrate your first embedded application, much like the C Language “Hello, World” program, blink.

To begin to understand how to program in Forth, I’ll iterate over several versions of blink.

Light the …

FlashForth: Simple Setup

UPDATED: Where I describe how to use FlashForth, a phenomenal version of Forth for the ATmega328P to learn how to use Forth in an embedded system.

Notes for Video#

This video demonstrates the ease of loading FlashForth on to an Arduino Uno, and …

RP2040 MicroPython: Onboard Shell

Where I demonstrate an enhanced on-board shell for RP2040 (Pi Pico and Pi Pico W) using MicroPython, upysh2.py.

Introduction#

While Thonny can be a bit cumbersome if you already know Python, it does have advantages in being able to provide fundamental file …