
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 …
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 …
Overview — MicroPython latest documentation
3 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 …
1. Getting started with MicroPython on the ESP8266 — …
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 …
MicroPython tutorial for the pyboard
Oct 27, 2025 · 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 ESP8266
3 days ago · 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 …
MicroPython tutorial for ESP32
Oct 27, 2025 · 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 …
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.
MicroPython libraries — MicroPython latest documentation
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 …
MicroPython on Unicorn
# The user and reset buttons along with the LEDs and pins