What is the Buffer Protocol? The buffer protocol is a mechanism originally built into standard Python (CPython). It is not a concept exclusive to MicroPython. I am thinking of a system to let people ...
There are lots of graphics libraries available for the ESP32, and lots of ways to program one to boot. Even still, most of us wouldn’t immediately think to CSS when it comes to embedded products — yet ...
Included are 12 bitmap fonts derived from classic pc text mode fonts, 26 Hershey vector fonts and several example programs for different devices. This is a driver for MicroPython to handle cheap ...
The Raspberry Pi Pico is a microcontroller development board powered by the custom RP2040 chip. With its dual-core ARM Cortex-M0+ processor, extensive GPIO pins, and built-in programmable I/O (PIO), ...
This is the MicroPython project, which aims to put an implementation of Python 3.x on microcontrollers and small embedded systems. You can find the official website at micropython.org. WARNING: this ...
Compared to the Arduino Uno of old, modern microcontrollers are absolutely tiny — especially for the amount of processing power and I/O you get. But if you need something really small, like ...