
MicroPython - Python for microcontrollers
MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in …
Overview — MicroPython latest documentation
2 days ago · This is the documentation for the latest development branch of MicroPython and may refer to features that are not available in released versions. If you are looking for the documentation for a …
1. Getting started with MicroPython on the ESP32 — MicroPython …
Once you have the firmware on the device you can access the REPL (Python prompt) over either UART0, which might be connected to a USB-serial converter depending on your board, or the chip’s …
1. Getting started with MicroPython on the ESP8266 — MicroPython …
An older version (at least 1.2.1 is needed) works fine but will require Python 2.7. Any other flashing program should work, so feel free to try them out or refer to the documentation for your board to see …
MicroPython language and implementation
MicroPython aims to implement the Python 3.4 standard (with selected features from later versions) with respect to language syntax, and most of the features of MicroPython are identical to those described …
Getting Started — MicroPython latest documentation
In many ways, it works a lot like CPython’s python binary. To build for the Unix port, make sure all Linux related dependencies are installed as detailed in the required dependencies section.
Home [wiki.micropython.org]
Convert fonts to Python source A PC utility to convert ttf and otf files to MicroPython source which may optionally be frozen as bytecode. The file format is offered as a proposed standard.
MicroPython tutorial for the pyboard
2 days ago · All you need is a pyboard and a micro-USB cable to connect it to your PC. If it is your first time, it is recommended to follow the tutorial through in the order below.
MicroPython tutorial for ESP32
Feb 14, 2026 · The tutorial does not assume that you know Python, but it also does not attempt to explain any of the details of the Python language. Instead it provides you with commands that are …
The following standard Python libraries have been “micro-ified” to fit in with the philosophy of MicroPython. They provide the core functionality of that module and are intended to be a drop-in …