
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 tutorial for the pyboard
3 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 …
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 …
MicroPython tutorial for ESP32
3 days ago · This tutorial is intended to get you started using MicroPython on the ESP32 system-on-a-chip. If it is your first time it is recommended to follow the tutorial through in the order below.
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 …
Overview — MicroPython v1.25.0 documentation
Apr 15, 2025 · 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 …
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 …
Beyond the built-in libraries described in this documentation, many more modules from the Python standard library, as well as further MicroPython extensions to it, can be found in micropython-lib.
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 tutorial — MicroPython 1.6 documentation
MicroPython tutorial 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 your first time, it is …