micropython

Package — Robotics/IoTPython 3.7+Advanced

Python for microcontrollers (ESP32, RP2040, STM32)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
N/A (firmware flashed to microcontroller)
Install
Download from https://micropython.org

Learn by Difficulty

Quick Example

python
# Install: Download from https://micropython.org
import micropython

# Basic micropython usage
print(f"Using micropython")
# See documentation for detailed examples

micropython is a third-party package. Python for microcontrollers (ESP32, RP2040, STM32). Install with: Download from https://micropython.org

Try in Playground

Tags

packageroboticsiothardwareembedded