
MicroPython - Python for microcontrollers
MicroPython is a full Python compiler and runtime that runs on the bare-metal. You get an interactive prompt (the REPL) to execute commands immediately, along with the ability to run …
Overview — MicroPython latest documentation
4 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 …
Getting Started — MicroPython latest documentation
This guide covers a step-by-step process on setting up version control, obtaining and building a copy of the source code for a port, building the documentation, running tests, and a description …
1. Getting started with MicroPython on the ESP32 — MicroPython …
This tutorial will guide you through setting up MicroPython, getting a prompt, using WebREPL, connecting to the network and communicating with the Internet, using the hardware …
MicroPython libraries — MicroPython latest documentation
MicroPython provides built-in modules that mirror the functionality of the Python standard library (e.g. os, time), as well as MicroPython-specific modules (e.g. bluetooth, machine).
micropython – access and control MicroPython internals — …
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 …
MicroPython tutorial for the pyboard
4 days ago · MicroPython tutorial for the pyboard This tutorial is intended to get you started with your pyboard. All you need is a pyboard and a micro-USB cable to connect it to your PC. If it is …
1. Getting started with MicroPython on the ESP8266 — …
This tutorial will guide you through setting up MicroPython, getting a prompt, using WebREPL, connecting to the network and communicating with the Internet, using the hardware …
Home [wiki.micropython.org]
The Pyboard Welcome to the MicroPython Wiki! These pages host community generated documentation and examples of the features of MicroPython and the pyboard. We welcome …
Overview — MicroPython v1.24.0 documentation
Here you can read the general documentation which applies to all systems, as well as specific information about the various platforms - also known as ports - that MicroPython runs on.