
The Oxocard Connect is a versatile
microcontroller board with a color display
and plug-in cartridges for making all kinds of
electronic projects. It has been designed to be
programmed in NanoPy, a beginner-friendly
language similar to Python, but you can also
program it using CircuitPython, a popular Python
implementation for microcontrollers. In this
article we’ll cover how to install CircuitPython, the
basics of programming with it, and some simple
experiments to get you started.
INSTALLING CIRCUITPYTHON
The simplest way to install CircuitPython on
the Oxocard Connect is to use the web installer
from CircuitPython. It uses WebUSB (developer ...