MicroPython is a version of the Python programming language suitable for microcontrollers.
Note that there is a TinyURL link to this page as: https://tinyurl.com/mpy-rsrcs
Also, there is a link from the MicroPython home page that provides an invitation to the MicroPython Discord server.
See also: Pyboard
MicroPython Language Documentation#
- MicroPython home page
- MicroPython documentation page
- MicroPython libraries
curated list from PyCom
- OpenMV MicroPython libraries
- Awesome MicroPython
, a curated list of MicroPython libraries, frameworks, software and resources
- FuPy: MicroPython for FPGAs
Tools, Hardware#
- rshell
, the Remote MicroPython shell
- mpbuild
builds MicroPython firmware in containers so you don't need to install any compiler toolchains or development tools
- Redirect stdout to StringIO works in Python3, how in MicroPython?
- MicroPython ICM20948 Driver
- Zumo adapter for MicroPython Pyboard by MCHobby
- Exploring ESP-NOW in MicroPython: A Learner’s Guide
- Quick Reference for the Pyboard