Python > MicroPython
A lean and efficient implementation of Python 3 for microcontrollers.
Contents
- AI
- Audio
- Communications
- Authentication
- Bluetooth
- CAN
- Compression
- Cryptography
- DNS
- ESP-NOW
- Ethernet
- FTP
- GPS
- GSM
- HTTP
- IoT
- IR
- LoRa
- LoRaWAN
- MDNS
- LCD TFT
- E-Paper
- Fonts
- Graphics
- GUI
- OLED
- LCD Character
- LCD Graphic
- LED Matrix
- LED Segment
- LEDs
- Printer
- ADC
- DAC
- GPIO
- IO-Expander
- Joystick
- Keyboard
- Multiplexer
- Potentiometers
- Power Management
- PWM
- Relay
- Rotary Encoder
- Shift Registers
- Waveform Generator
- Mathematics
- Motion
- Servo
- Stepper
- Accelerometer Digital
- Air Quality
- Barometer - Air and Water Pressure
- Battery
- Biometric
- Camera
- Colour
- Compass
- Current
- Distance IR
- Distance Laser
- Distance Ultrasonic
- Dust
- Energy
- Gaseous
- Humidity
- Light
- Scheduling
- Storage
- Threading
- User Interface
- Utilities
- DC Motor
Libraries
AI
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules).
ChatGPT for MicroPython.
Efficient Machine Learning engine for MicroPython.
MicroPython binding for the ESP DL vision models like face detection.
Audio
Driver for JQ6500 UART MP3 modules.
Driver for KT403A, used by DFPlayer Mini and Grove MP3 v2.0.
Play Nokia compose and mid files on buzzers.
Library to control the DFPlayer mini MP3 player module.
Driver for DFPlayer Mini using UART.
WAV player for MicroPython board.
Asynchronous driver for VS1053b MP3 player.
A MIDI implementation example for MicroPython.
Python Parser for Ring Tone Text Transfer Language (RTTTL).
Examples for I2S support on microcontrollers that run MicroPython.
A minimal OSC client and server library for MicroPython.
Library for SGTL5000 Low Power Stereo Codec w/ Headphone Amp.
MIDI file parser for MicroPython, CircuitPython and Python.
MicroPython driver for the Texas Instruments TAS2505 Digital Input Class-D Speaker Amplifier.
A nonblocking implementation of a buzzer class that allows you to play basic melodies or sound patterns without blocking the main loop while the sound is being played.
Library for RP2 boards, providing an interface for UART and PIO based hardware MIDI and USB MIDI 1.0.
Communications
Telegram API wrapper for MicroPython.
MicroPython Rainforest EAGLE client.
YouTube API in MicroPython.
Tweet bot for MicroPython v1.8.4 (ESP8266).
Telegram API wrapper for MicroPython.
Library for sending data to thingspeak.com from IoT devices running MicroPython (such as ESP8266).
Simple example of how to use PushBullet with MicroPython on ESP8266.
Display YouTube metrics using Google API and MicroPython.
A library for using Spotify's web API from a IoT device with MicroPython.
Little example of how to create a bot for Telegram.
A python module for very basic APIs of the free dweet service.
A python module for messaging through the free dweet service.
A python module for very basic APIs of the free dweet service with encryption.
MicroPython library for sending notifications to Line Notify with ESP8266 and ESP32.
MicroPython telegram bot library: simple way to put your IoT projects on the cloud.
Fetch, update or append data in Google Sheets using Google Apps Script API.
Authentication
Bluetooth
Pyboard HC05 Bluetooth adapter example application.
Lightweight Bluetooth Low Energy driver written in pure Python for MicroPython.
Human Interface Device (HID) over Bluetooth Low Energy (BLE) GATT library for MicroPython.
Command line tool for Bluetooth Low Energy MicroPython devices.
Passively retrieve sensor data from some Xiaomi Bluetooth Low Energy (BLE) sensors.
MicroPython library to read certain Xiaomi Mijia BLE temperature & humidity sensors.
Examples using aioble to interact with iTag BLE keychain tags.
A few aioble (asyncio BLE) examples of MicroPython using ESP32.
MicroPython module to format sensor readings for BTHome BLE advertising payloads.
CAN
Spacecan is a MicroPython implementation of the SpaceCAN protocol for embedded systems.
Robomaster S1 - MicroPython CAN BUS controller.
MicroPython MCP2515 driver, porting from Arduino MCP2515 CAN interface library.
A MicroPython library for the MCP2515 CAN bus controller.
Compression
MicroPython wrapper for FastLZ, a lightning-fast lossless compression library.
A low-memory, MicroPython-optimized, DEFLATE-inspired lossless compression library.
Read/write ZIP archive files. Ported from CPython, supports DEFLATE compression.
MicroPython port of bitstruct.
Cryptography
Lightweight porting of pyca/cryptography to MicroPython based on ARM Mbed TLS.
MicroPython module for AES encryption.
AES algorithm with pure python implementation.
MicroPython package for doing fast RSA and elliptic curve cryptography, specifically digital signatures. ECDSA API design inspired from fastecdsa and implementation based on tomsfastmath.
Lightweight driver for Microchip Crypto Authentication secure elements written in pure Python for MicroPython.
A minimal Bitcoin library for MicroPython and Python 3 with a focus on embedded systems.
An ESP8266 MicroPython OTP Generator.
RSA signing on MicroPython.
A MicroPython module to encrypt and decrypt messages with AES CBC mode.
A MicroPython module for creating, importing, and exporting RSA keys in DER and PEM formats with PKCS#1, PKCS#8, and X.509/SPKI structures, and signing/verifying and encryption/decryption using blinding and SHA-1 and SHA-256 hashing algorithms.
MicroPython bindings for some MbedTLS EC and x509 cert/csr functions.
A Python module to encrypt and decrypt data with AES-128 CFB mode.
An endpoint-to-endpoint encryption based on Diffie-Hellman-Merkle with TLS1.3 styled handshake using MicroPython.
A minimal AWS signature version 4 (SigV4) implementation for MicroPython/embedded use.
A simple yet faithful library to emulate different Enigma machines models using MicroPython.
DNS
A small, versatile DNS client that provides an async version of getaddrinfo and works with any connectivity.
"I Can't Believe It's Not DNS!" (ICBIND) is an authoritative DNS server for the ESP8266 written in MicroPython.
A micro DNS server for MicroPython to simply respond to A queries on multi-domains with or without wildcards (used on Pycom modules & ESP32).
Very simple DNS async server for MicroPython.
Minimal async captive portal for MicroPython (compatible with uasyncio v3/MicroPython 1.13+ as well as earlier versions).
MicroPython WiFi AP Captive Portal with DNS and Web Server.
ESP-NOW
Ethernet
Driver for the WIZnet5x00 series of Ethernet controllers.
ENC28J60 Ethernet chip driver for MicroPython (RP2).
Ethernet driver, example Python code and YouTube.
MicroPython library for controlling CH9121 Ethernet modules.
FTP
An FTP client library for MicroPython.
Small FTP server for ESP8266/ESP32/Pyboard on the MicroPython platform.
Minimal FTP Server that can run on an ESP8266 with MicroPython.
Lightweight FTP library for MicroPython.
Really small FTP server that runs in a thread.
GPS
GSM
A GSM phone using Pyboard and SIM800l.
MicroPython driver for SIM800.
Library for interfacing with SIM800 module in MicroPython.
MicroPython driver for AM7020 Narrowband Internet of Things (NBIoT) module.
MicroPython wrapper for common SIM800L AT commands.
MicroPython library for SIM7600 module.
MicroPython library for SIM900 GSM/GPRS module.
HTTP
IoT
Asynchronous MQTT Client for MicroPython AND CPython.
MicroPython implementation of the Homie MQTT convention for IoT.
Emulated Belkin WeMo device that works with Amazon Echo (Alexa) using MicroPython on an ESP32.
A remote for Sonos installations running on an ESP8266 and using Sonos HTTP API.
MicroPython-based scripts to extend your Home Assistant-driven home automation projects.
An approach to designing IoT applications using ESP8266, ESP32 or Pyboard D endpoints.
Use MicroPython to connect to Google Cloud IoT Core.
Controlling "Tuya-type" smart power outlets using MicroPython.
MicroPython code which uses the AWS IoT REST API to GET/POST device state info.
An ESP8266/ESP32 MicroPython-based sensor platform for GPIO, DHT, analog, LED and more. Includes remote updates for .py code from web server and MQTT/Home Assistant integration.
MicroPython module which allows creating Entites for HomeAssistant using MQTT Discovery.
This MicroPython project is to hack a Hyleton313 cheap WiFi smart socket.
This MicroPython project is to hack a TYWE3S board in a cheap WiFi RGB Bulb.
Connect an M5Stack ATOM running MicroPython to the Google Cloud Platform (GCP) to collect air-quality variables obtained from reading sensors.
Read SwitchBot Thermometer/Hygrometer via Bluetooth.
IR
NEC infrared capture for TL1838 IR receiver LEDs.
Pyboard infrared remote sniff and replay.
Nonblocking device drivers to receive from IR remotes and for IR "blaster" apps.
Driver for Grid-EYE thermal infrared array sensor (Adafruit 3538).
MicroPython examples for YS-IRTM 5V NEC Infrared UART transceivers.
Control IR signal by WebSocket.
MicroPython ESP32 IR Transceiver.
IR library for Raspberry Pi Pico.
A MicroPython project for running ESP32 IR remotes.
LoRa
A MicroPython class for the Ebyte E22 Series LoRa modules.
MicroPython library for controlling a Semtech SX127x LoRa module over SPI.
MicroPython library for controlling a Semtech SX127x LoRa module with asyncio API.
MicroPython library for controlling Reyax LoRa modules (RYLR896, RYLR406).
Porting to MicroPython of adafruit_rfm9x.py library.
MicroPython LoRa EBYTE E220 devices.
MicroPython LoRa EBYTE E22 devices.
MicroPython LoRa EBYTE E32 devices.
LoRaWAN
ESP32 using MicroPython meets LoRa and LoRaWAN.
SX127x (LoRa transceiver) driver for (Micro)Python on ESP8266/ESP32/Raspberry Pi.
Lightweight Interrupt-driven Semtech SX127x Library for MicroPython.
Raspi-lora for MicroPython.
Connect Ra-01 module base on LoRaTM sx127x chip to ESP8266/ESP32 under MicroPython.
MicroPython embedded LoRaWAN server.
Semtech SX126X LoRa driver for MicroPython and CircuitPython.
LCD TFT
Collection of drivers for TFT displays, ILI9341, SH1106, SSD1606, ST7735.
SPI driver for ILI934X series based TFT / LCD displays.
ESP32 version of GuyCarvers's ST7735 TFT LCD driver.
Driver for ST7735 TFT LCDs.
Driver for ST7735 128x128 TFT.
SSD1963 TFT Library for Pyboard and Raspberry Pi Pico.
MicroPython ILI9341 display & XPT2046 touch screen driver.
Fast pure-C driver for MicroPython that can handle display modules on ST7789 chip.
Slow MicroPython driver for 240x240 ST7789 display without CS pin from AliExpress, written in MicroPython.
MicroPython Driver for ILI9341 display.
ILI9341 TFT driver for MicroPython on ESP32.
Fast MicroPython driver for ST7789 display module written in C.
Driver for 320x240, 240x240 and 135x240 ST7789 displays written in MicroPython.
ILI9342C Fast 'C' Driver for MicroPython (M5Stack Core).
GC9A01 Display driver in MicroPython.
Fast MicroPython driver for GC9A01 display modules written in C.
An ESP8266 MicroPython library for ST7735 160x80, 128x128, 128x160 TFT LCD displays.
MicroPython ST7789 display driver for TTGO T-Display ESP32 CP2104 WiFi Bluetooth Module 1.14 Inch LCD.
ST7735 MicroPython drivers for 80x160, 128x128, 128x160 for ESP8266.
Fast ESP_LCD based MicroPython driver for the TTGO T-Display-S3 st7789 display written in C.
ESP_LCD based MicroPython driver for ESP32-S3 Devices with ST7789 or compatible displays.
MicroPython display driver for the LILYGO T-HMI written in Python.
WT32SC01 Plus MicroPython Display Driver.
MicroPython display driver for the TTGO T-Display-S3 ST7789 written in C.
MicroPython display driver for the TTGO T-Display-S3 ST7789 written in Python.
MicroPython Driver for ILI9341 TFT Display.
Driver for displays using the GC901 driver for use with LVGL MicroPython.
Pure MicroPython driver for ST77xx displays. Low memory requirements.
A simple ST7789 driver written in MicroPython.
E-Paper
Drivers for various Waveshare ePaper modules.
Waveshare ePaper Display driver for devices running Pycom-flavored MicroPython.
Driver for SSD1675-based e-paper displays.
MicroPython driver for Inkplate boards.
MicroPython driver for the Inkplate 6.
eInk library for Waveshare 4.3inch device on MicroPython.
An eInk, ePaper display driver for MicroPython and ESP32.
Pure MicroPython driver for the DEPG0213BN eInk display found on the TTGO T5 V2.3 ESP32 boards.
Control a Waveshare 7.5" E-INK display using an ESP32 running MicroPython.
MicroPython Display Driver for WaveShare 2.9inch e-Paper Display (B).
UC8151 / IL0373 MicroPython e-paper display driver with support for greyscales and fast updates.
Fonts
A simple way to render above Python fonts to displays whose driver is subclassed from framebuf.
A font for MicroPython on 128x64 pixel SSD1306 OLED display.
MicroPython FrameBuffer extension: larger and rotated font, triangles and circles.
MicroPython driver for reading BIG-5 Chinese characters from GT30L24T3Y / ER3303-1 SPI module.
MicroPython Hershey font demo for the TTGO-LCD board.
Memory efficient MicroPython fonts for the Pico Pi and SSD1306 OLED Display.
Text drawing library for MicroPython framebuffer.
Graphics
A MicroPython port of the Stage game library.
Derivative of PyPNG for use with MicroPython.
PNG and JPEG decoder / parser / renderer in pure MicroPython.
A collection of progress bars for use with ESP8266 and ESP32 on OLED displays.
Simple MicroPython plotting package.
A small Python module for BMP image processing.
MicroPython Small Graphics Framework.
Efficient MicroPython graphics library built on top of framebuf.
A very fast MicroPython JPEG encoder and decoder for the ESP32.
GUI
An object-oriented, component-based high-level GUI library with MicroPython binding.
Simple touch-driven event based GUI for the Pyboard and LCD160CR colour display.
MicroPython device driver and nano-GUI for RA8875 based displays.
A tiny display-only GUI with a limited set of GUI objects (widgets) for displays whose display driver is subclassed from the framebuf class. With drivers for TFT, ePaper and OLED displays.
Derived from nano-gui and supporting the same displays and hosts, this provides for user input via push buttons or a navigation joystick and an optional rotary encoder.
Derived from nano-gui and supporting the same displays and hosts, this offers touch input. Supports various touch controllers.
A fast touch GUI for large displays based on SSD1963 controller with XPT2046 touch controller.
Control Nextion displays using MicroPython.
Widgets for the MicroPython Port of LVGL.
Extends LV-MicroPython for the M5Stack CORE2 with MPU6886, ILI9342C, BM8563 and AXP192 drivers.
OLED
Driver for SSD1327 used by SeeedStudio's Grove OLED Display 1.12" v1.0.
Collection of drivers for monochrome OLED displays, PCD8544, SH1106, SSD1306, UC1701X.
Driver for SSD1327 128x128 4-bit greyscale OLED displays.
Driver for SSD1351 OLED displays.
ESP8266 driver for SSD1306 OLED 128x64 displays.
Driver for the SH1106 OLED display.
MicroPython SSD1309 Monochrome OLED Display Driver.
MicroPython driver for SH1107-based OLED display (64x128).
Driver for SH1107 OLED displays (128x128 and 128x64 pixels).
MicroPython display driver for SSD1322 grayscale OLED.
MicroPython SPI & I2C Display Driver for SSD1306 monochrome OLED.
LCD Character
Driver for HD44780-compatible dot matrix LCDs.
Driver for HD44780-compatible LCDs.
Driver for I2C 2x16 LCD Screens.
Pyboar driver for HDD44780-compatible 1602 LCDs.
Driver for HD44780-compatible dot matrix LCDs.
Class for controlling the HD44780 from a MicroPython Pyboard.
driver for AIP31068L 3.3 V I2C and SPI 1602 Serial Character LCDs.
MicroPython package to control HD44780 LCD displays 1602 and 2004 via I2C.
MicroPython library for interacting with HD44780-based LCD displays through a PCF8574 I/O expander. It offers a high-level API for LCD control, including text display, cursor manipulation, and backlight settings, while also providing lower-level access to the GPIO operations on the PCF8574.
LCD Graphic
ESP8266 driver for AQM1248A graphic LCD.
Driver for Nokia 5110 PCD8544 84x48 LCD modules.
Driver for ST7565 128x64 LCDs.
Library for simple graphic primitives on ST7920 128x64 monochrome LCD panel using ESP8266 and SPI.
ESP8266 driver for Nokia 5110 PCD8544.
MicroPython library for HX1230 96x68 LCD modules.
MicroPython driver for SHARP memory display.
LED Matrix
Driver for HT1632C 32x16 bicolor LED matrix.
Driver for Adafruit 8x8 LED Matrix display with HT16K33 backpack.
Driver for MAX7219 8x8 LED matrix modules.
Driver for Wemos D1 Mini Matrix LED shield, using TM1640 chip.
MicroPython driver for MAX7219 8x8 LED matrix.
MicroPython module for work with MAX7219 LED matrix 8x8 display.
MicroPython driver module for Panel P10 32x16 Matrix display and its variants.
LED Segment
Driver for JY-LKM1638 displays based on TM1638 controller.
Driver for MAX7219 8-digit 7-segment LED modules.
Driver for MAX7219 8-digit 7-segment LED modules.
Driver for MY9221 10-segment LED bar graph modules.
Driver for TM1637 quad 7-segment LED modules.
Driver for TM1638 dual quad 7-segment LED modules with switches.
Driver for TM1740 8x8 LED matrix modules.
Driver for shift register-controlled 5 pin display modules.
MicroPython HPDL-1414 Display Driver.
Lightweight MicroPython library for single-digit 7-segment displays (common anode & cathode) with ESP32, ESP8266 and RP2040 support.
MicroPython driver for the MAX7219 with 8 x 7-segment display.
LEDs
Blink an LED with Morse Coded message.
Driver for P9813 RGB LED used in SeeedStudio's Grove chainable RGB LED.
7-segment display using WS2812 RGB LEDs.
Driver for WS2812 RGB LEDs.
Driver for TLC5940 16 channel LED driver.
An efficient MicroPython WS2812 (NeoPixel) driver.
A MicroPython library to interface with strands of WS2801 RGB LEDs.
MicroPython driver for the HT16K33, a LED matrix, 7-Segment Numeric, and 14-Segment Alphanumeric display driver IC.
This wrapper module aims to reduce the work needed to work with NeoPixel (WS2812) and DotStar (APA102) RGB LED strips and matrices.
Port of FastLED to MicroPython.
A MicroPython port of the Adafruit CircuitPython APA102/DotStar library.
Driver for Awinic's AW210xx line of 8-bit LED drivers.
I2C driver for the IS31FL3197 chip, found on the Arduino GIGA Display Shield.
ADC
Driver for the ADS1015/ADS1115 ADC, I2C interface.
ADS1015 12-Bit and ADS1115 16-bit ADC, 4 channels with programmable gain, I2C interface.
ADS1115 16-bit ADC, 4 channels with programmable gain, I2C interface.
Python class interfacing the ADS7818 AD-converter.
MicroPython module for the Texas Instruments ADS1219 ADC.
ESP32 ADC driver using reference voltage calibration value from efuse.
MicroPython driver for PCF8591 ADC/DAC, I2C interface.
MicroPython driver for the MCP342x ADC.
MicroPython library for ADS1220 24-bit analog-to-digital converter.
MicroPython library for PCF8591 8-bit ADC/DAC.
MicroPython driver for the CS1237 ADC.
MicroPython module for managing ADS1115, multichannel, differential I2C ADC from TI.
MicroPython module for controlling MCP342X, 18-bit analog-to-digital converter with I2C interface.
MicroPython driver for the MCP3001 1-channel 10-bit ADC with SPI interface.
Driver for the ADS1256 24-bit low noise ADC, both as a generic MicroPython version and using the RP2040/RP2350 PIO.
MicroPython driver for PCF8591 ADC/DAC, I2C interface.
DAC
GPIO
Classes to count pulses, debounce digital inputs, and calculate moving averages of analog inputs for a MicroPython board.
A MicroPython library for controlling reading and debouncing pushbutton inputs, including "short" and "long" press callbacks.
MicroPython Class for Debouncing Switches.
IO-Expander
Driver for MCP23017 and MCP23008 GPIO expanders.
Driver for MCP23017 and MCP23008 GPIO expanders, extended with interrupt handling.
MicroPython driver for MCP23017 16-bit I/O Expander.
MicroPython driver for PCF8574 8-Bit I2C I/O Expander with Interrupt.
MicroPython driver for PCF8575 16-Bit I2C I/O Expander with Interrupt.
MicroPython library for using the MCP23S17 16-bit I/O expander with the ESP8266.
MicroPython module for working with the PCF8574(A) I2C 8-bit I/O expander from NXP.
MicroPython module for MCP23017, 16-Bit I/O Expander with Serial Interface.
MicroPython SX1509 I/O Expander Library.
Joystick
Driver for Nunchuk game controller, I2C interface.
Dual analog joystick on ESP32 over BLE (Nordic UART Service - NUS) using MicroPython.
Driver for the M5Stack Joystick 2 Unit.
A simple and fast library for joysticks over ADC.
Keyboard
47 key keyboard running on a MicroPython Pyboard.
A Python class for controlling the Pimoroni RGB Keypad for Raspberry Pi Pico.
A MicroPython module for asyncio button.
MicroPython library for interfacing with a keypad matrix.
Multiplexer
Potentiometers
MicroPython SPI-based manipulation of the AD series digital potentiometers AD8400, AD8402 and AD8403.
MicroPython module to control MicroChip's MCP4131 SPI digital potentiometer.
MicroPython Driver for the DS1841 Potentiometer.
MicroPython Driver for the DS3502 Potentiometer.
Power Management
Rotary Encoder
MicroPython module to read a rotary encoder.
A MicroPython library for reading from a rotary encoder.
Simple GUI menu for MicroPython using a rotary encoder and basic display.
MicroPython library to handle a rotary encoder.
MicroPython code to drive a KY-040 rotary encoder.
A very simple lightweight encoder knob library with button support.
Driver for the I2C M5Stack 8-Encoder Unit.
MicroPython Driver for Quiic Twist RGB Rotary Encoder.
AS5600 MicroPython library for reading this magnetic sensor.
MicroPython module for controlling single-turn magnetic encoder AS5600.
Shift Registers
Waveform Generator
Pyboard driver for AD9833, SPI interface.
Clock generators (Si5351 for now) toolbox.
Signal generators (AD9833, AD9834, AD9850, ADF4351) toolbox.
A MicroPython-based frequency generator for Raspberry Pi Pico designed to create vibrations on solenoids or speakers, enabling wave experimentation and exploration at home.
MicroPython driver for the M5Stack DDS frequency generator.
MicroPython module to use the AD9833 programmable waveform generator.
Mathematics
Computer Algebra for microcontrollers.
A NumPy-like fast vector module for MicroPython.
Fast Fourier transform in MicroPython's inline ARM assembler.
FIR filters using ARM Thumb assembler. Using an online utility you can go from a graph of required frequency response to a filter implementation.
Small size matrix handling module with a few linear algebra operations specifically for MicroPython (Python 3).
A subset of NumPy for MicroPython.
Uncertainty calculations for MicroPython.
A matrix library for the MicroPython language.
A MicroPython port of the CPython standard Fractions library.
Numpy .npy file support for MicroPython, supports read/write/streaming.
A Perlin noise generator module.
Servo
16-channel 12-bit PWM/servo driver.
Library to control RC servos using direct PWM output in a tidy way.
MicroPython Driver for the PCA9685 PWM control IC, commonly used to control servos, LEDs and motors.
MicroPython Helper for controlling PWM based motors.
MicroPython module for managing a 16-channel SHIM controller, PCA9685
Stepper
AccelStepper Library for MicroPython - ESP32.
MicroPython library for Stepper Driver control using AMIS-30543 driver.
A MicroPython library for the Trinamic TMC5160 Motion Controller.
Driver and example in MicroPython to control a stepper motor via a DRV8825 controller board.
RP2040/RP2350 library using PIO and DMA to control a stepper motor.
Drive a 28BYJ-48 motor attached to a ULN2003 driver.
Library to control common stepper drivers in a tidy way.
A4988 driver for bipolar stepper motors.
MicroPython Stepper Motor Sequence Control.
Driver for Pololu Tic stepper motor controllers.
Driver for 5V 28BYJ-48 stepper motors.
DIY rotating platform using an ESP32 connected to WiFi.
Accelerometer Digital
Driver for ADXL345 16g 3-axis accelerometer.
Driver for ADXL345 16g 3-axis accelerometer.
I2C driver for LIS3DH 3-axis accelerometer.
I2C driver for LIS2HH12 3-axis accelerometer.
Driver for MMA7660 1.5g 3-axis accelerometer.
Library for interacting through the SPI protocol with an 'Analog Devices ADXL345' accelerometer from an MCU flashed with MicroPython.
MicroPython Driver for the Analog Devices ADXL343 Accelerometer.
MicroPython Driver for the Bosch BMA220 Accelerometer.
MicroPython Driver for the Bosch BMA400 Accelerometer.
MicroPython Driver for the Bosch 423 accelerometer. Includes FIFO support.
MicroPython Driver for the LIS3DH 3-axis accelerometer.
MicroPython Driver for the Kionix KX132 Accelerometer.
MicroPython Driver for the ST H3LIS200DL Accelerometer.
MicroPython Driver for the QMC5883L Accelerometer.
MicroPython Driver for the MC3479 Accelerometer.
MicroPython module for the MMA8451 3-axis accelerometer.
MicroPython Driver for the NXP MMA8452Q Accelerometer.
Homebrew MicroPython driver for MSA301 3-axis accelerometer. Tested on Raspberry Pico.
Air Quality
CCS811 Air Quality Sensor.
Air Quality monitor using PMS5003 sensor and WiPy.
MicroPython driver for the PMS7003 Air Quality Sensor.
Driver for PMS5003 air quality sensor for MicroPython.
Driver for P air quality sensor for MicroPython.
SDS011 pollution sensor + Wemos D1 mini pro + MicroPython.
MicroPython driver for Panasonic SN-GCJA5 particulate matter (PM) sensor.
Barometer - Air and Water Pressure
Driver for BMP585, BMP581, BMP390, BMP280 Bosch temperature/pressure sensors.
MicroPython driver for the Bosch BMP3xx range of barometric pressure sensors. Includes FIFO support.
Driver for the Bosch BME280 temperature/pressure/humidity sensor.
Driver for Bosch BMP180 temperature, pressure and altitude sensor.
Bosch BME280 temperature/pressure/humidity sensor.
MicroPython driver for the BME280 sensor, target platform Pycom devices.
A MicroPython implementation of the driver for an MS5803 air/water pressure & temperature sensor.
MicroPython library for the MPL3115A2 altimeter.
MicroPython module for differential pressure sensor, D6F-PH (OMRON).
Module for the BMP280 sensor.
A MicroPython module for communicating with the Bosch BME280 temperature, humidity, and pressure sensor.
Driver to digital sensor of Temperature, Pressure and Humidity.
MicroPython module for BMP581, pressure and ambient temperature sensor from Bosch Sensortec.
MicroPython module for BMP390 pressure & temperature sensor.
MicroPython module for BMP180 pressure & temperature sensor.
MicroPython Driver for the DPS310 Sensor. (Archived)
MicroPython Driver for the TDK ICP-10111 Barometric Pressure and Temperature sensor. (Archived)
MicroPython driver for the Bosch BMP581 pressure & temperature sensor. (Archived)
MicroPython Driver for the Mitsumi MMR902 Micro Pressure Sensor. (Archived)
MicroPython driver for the NXP MPL3115A2 Pressure and Temperature sensor. (Archived)
MicroPython Driver for the TE MS5611 Pressure and Temperature Sensor. (Archived)
Battery
Biometric
Camera
Project with the aim of supporting cameras across various ports in MicroPython, starting with the ESP32 port and Omnivision cameras (OV2640 & OV5640).
MicroPython class for OV2640 camera.
Remote trigger for a Nikon camera using an IR LED. For Pyboard v1.1.
OV2640 camera driver for MicroPython on ESP32.
MicroPython ESP32-CAM.
Take a photo with an ESP32-CAM running MicroPython.
OV2640 camera library for MicroPython.
ESP32-CAM MicroPython MQTT AWS S3 Uploader.
Colour
MicroPython Driver for the Intersil ISL29125 Color Sensor.
A MicroPython driver and test programs for the TCS3200 color sensor.
MicroPython driver for the AMS TCS3430 Color and ALS sensor.
UART and I2C drivers for GY-33 module (TCS3472 color sensor).
MicroPython module for managing a color sensor RGBW, VEML6040 from Vishay.
Compass
3-axis digital compass on the ESP8266.
Python class for the QMC5883 Three-Axis Digital Compass IC.
MicroPython driver for AS5600L magnet rotary position sensor.
MicroPython module for control QMC5883L geomagnetic sensor.
Current
Driver for INA219 current sensor.
Driver for INA219 current sensor.
INA219 MicroPython driver.
MicroPython driver for Texas Instruments INA226 power measuring IC.
MicroPython module for controlling INA219, INA226 - A two-directional current / power monitor with the I2C interface.
Distance IR
Distance Laser
Time-of-Flight laser-ranging sensor.
Qwiic TOF Module (RFD77402) time-of-flight rangefinding module.
MicroPython Library for LiDAR Sensor VL53L0X.
MicroPython driver for the VL53L1X ToF sensor.
A simple MicroPython I2C library for TF-Luna LiDAR Module.
MicroPython and CircuitPython Package for the VL53L5CX (4x4/8x8 ToF sensor array).
MicroPython driver for the VL6180X sensor on the ESP32.
A MicroPython library for the Garmin Lidar Lite v3HP.
Fork of MicroPython driver for vl53l0x TOF sensor to add non-blocking mode.
Distance Ultrasonic
Driver for HC-SR04 ultrasonic distance sensors.
MicroPython driver for the US-100 sonar distance sensor.
MicroPython driver for the RCWL-9620-based M5 I2C Ultrasonic Distance Unit.
Driver for SeeedStudio's Grove Ultrasonic Ranger.
Energy
Driver for ATM90E26 energy metering device.
ESP8266 scripts for reading MCP39F521 power monitors.
A ESP32 sensor to read a p1 electricity meter and publish this to MQTT and Home Assistant, written in MicroPython.
Simple solar regulator - MicroPython project.
MicroPython Driver for CS5490 Energy Monitor IC.
Gaseous
Drivers for MQ series gas sensors.
Driver for MQ135 gas sensor.
Basic MicroPython driver for CCS811 on ESP8266 boards.
MicroPython I2C driver for Sensirion SCD30 CO2 sensor module.
MicroPython I2C driver for Sensirion SCD40 and SCD41 CO2 sensors.
MicroPython I2C driver for SGP40 VOC sensor module.
MicroPython Driver for the AGS02MA TVOC sensor.
MicroPython module for work with SCD4x (SCD40, SCD41) low power CO2, temperature & humidity electroacoustic sensor from Sensirion.
MicroPython module for work with ENS160 Digital Metal-Oxide Multi-Gas Sensor.
Light
SI1145 UV index, IR, visible light and proximity sensor.
Driver for the TSL2561 illumination sensor from TAOS / ams.
ESP8266 driver for BH1750FVI sensor.
BH1750 I2C digital light sensor driver.
MicroPython driver for the MAX44009 ambient light sensor.
Scheduling
MicroCRON is a time-based task scheduling program for MicroPython.
SimpleCRON is a time-based task scheduling program inspired by the well-known cron program for Unix systems.
A persistent uasyncio scheduler that supports deepsleep between task runs.
Approximated calculation of sunrise and sunset time. Given a date and the coordinate pair (latitude, longitude) of a place on Earth, this library computes when sun rises above the horizon and when it sets down on that day in that place.
Storage
MicroPython Far Too Simple Config File. Single file library that writes configurations to itself.
Read and write .toml files. Works in MicroPython and CircuitPython.
Pure MicroPython MySQL Client.
A Redis client implementation designed for use with MicroPython.
A very minimal Redis client (not only) for MicroPython.
PostgreSQL database driver for MicroPython.
Lightweight version of micropg with some slight limitations (e.g. error handling), in order to run on low-RAM microcontrollers (works with ESP8266).
The lightest PostgreSQL database driver for MicroPython based on micropg_lite/micropg, but has even stronger restrictions in functionality and focuses only on the absolutely necessary functions.
MicroPython driver for CrateDB databases.
MongoDB client for CPython and MicroPython, with MongoDB shell-like APIs.
A low-memory JSON-based database for MicroPython.
Firebase implementation for MicroPython optimized for ESP32.
Firebase Firestore implementation for MicroPython.
SQLite library module for MicroPython.
MicroPython relational database using B-tree.
Cross-platform MicroPython device drivers for memory chips (EEPROM, FRAM, Flash, PSRAM).
Very simple MicroPython module/driver for Microchip 24x256 and 24x512 I2C EEPROM devices.
MicroPython driver for AT24Cxx EEPROM.
A Python 3 utility to convert an arbitrary binary file to Python source for freezing as bytecode in Flash.
Interact with Winbond W25Q Flash chips via SPI.
Create self-extracting compressed or self-mounting archives for MicroPython.
Pyboard driver for Ferroelectric RAM module.
Very simple MicroPython module to use a generic 64Mbit PSRAM (ie Adafruit 4677) with a Raspberry Pi Pico (RP2040).
MicroPython SD card driver that works with LittleFS2 (implements extended interface).
Very simple MicroPython module to use a Microchip 23LC1024 SPI SRAM with a Raspberry Pi Pico (RP2040).
Very simple MicroPython module/driver for Microchip 47x16 EERAM devices (47L/47C).
User Interface
Utilities
An implementation of Hexdump for MicroPython.
Python port of wcwidth to handle wide unicode characters such as "你好世界" in terminal output.
A library for working with physical quantities in MicroPython.
Proximity
MicroPython Driver for the APDS9960, with simple gesture detection.
MicroPython proximity library for ESP8266 using APDS9960.
MicroPython Driver for the Vishay VCNL4010 Proximity and Ambient Light Sensor.
MicroPython proximity library for ESP8266 using APDS9960.
Tutorials
Tutorial and code for asynchronous interfaces to switches, pushbuttons, encoders and ADCs.
Tutorial and code for the easy way to do 3D rotation.
A 100-day challenge building real-world IoT projects with MicroPython on ESP32, ESP8266 and Raspberry Pi Pico 2W. Step-by-step documented with wiring diagrams and code for beginners.
Tutorial and code for low power applications on Pyboard 1.x and Pyboard D.
Full coding curriculum for teaching MicroPython to children.
Modbus
Modbus Master library for MicroPython ESP32 devices. Based on pycom-modbus from Pycom.
Modbus library for MicroPython.
ModBus TCP and RTU library supporting client and host mode. Based on pycom-modbus from Pycom.
MQTT
A 'resilient' asynchronous MQTT client: recovers from WiFi and broker outages.
A micro-framework for using MQTT with asyncio on MicroPython boards, primarily on the ESP32.
MicroPython Smart Home framework.
Publish UMQTT messages with MicroPython to AWS IoT.
MicroPython scripts to control Sonoff/ESP8266 using MQTT.
Implements an MQTT-controllable switch for the iTead Sonoff Switch using MicroPython.
Publish and Subscribe to ThingSpeak using MQTT with MicroPython running on ESP8266/ESP32 platforms.
MQTT publish for MicroPython on the WiPy board.
Async MQTT library with auto reconnect for MicroPython devices such as the ESP32 or Pycom devices.
Using MQTT to Publish/Subscribe to Adafruit IO. MicroPython/CircuitPython implementation on ESP8266/ESP32.
MQTT Client using MicroPython on ESP8266.
Async MQTT client for MicroPython.
Publish and Subscribe to ThingSpeak using MQTT with MicroPython.
MicroPython compatible implementation of the Eclipse Sparkplug B Specification.
NFC
Using NFC with MicroPython.
Driver for PN532 NFC/RFID breakout boards based on Adafruit CircuitPython (UART).
Partial port of Adafruit CircuitPython to MicroPython of PN532 NFC/RFID control library (SPI).
NTP
MicroPython + ESP8266 + NTP + web server.
An implementation of an NTP daemon in MicroPython.
An NTP server written for MicroPython.
NTP client for MicroPython using uasyncio.
Robust NTP library for MicroPython.
Very simple async MicroPython module to receive the current time from an NTP server.
Object Storage
Temperature Digital
ESP8266 driver for DHT11 and DHT12 temperature and humidity sensor.
Driver for BME680 gas, pressure, temperature and humidity sensor.
Driver for LM75 digital temperature sensor, I2C interface.
Aosong AM2320 temperature and humidity sensor, I2C interface.
Aosong DHT12 temperature and humidity sensor, I2C interface.
Driver for the Texas Instruments HDC1008 humidity and temperature sensor.
Driver for the Microchip MCP9808 temperature sensor.
Pyboard driver for the MPL115A2 barometric pressure sensor.
Driver for SHT30 temperature and humidity sensor.
Driver for the SHT31 temperature and humidity sensor.
Driver for Si7005 relative humidity and temperature sensor.
SI7021 Temperature and humidity sensor, I2C interface.
SI7021 Temperature and humidity sensor, I2C interface.
Silicon Labs Si705x series of temperature sensors, I2C interface.
Silicon Labs Si70xx series of relative humidity and temperature sensors, I2C interface.
Driver for TMP102 digital temperature sensor.
Driver for SHT25 temperature and humidity sensor.
Driver for the TI TMP1075 temperature sensor.
Driver for Sensirion SHT11 temperature and humidity sensor.
Driver for the NXP LM75A digital temperature sensor.
MicroPython driver for the BME680 sensor.
This is a MicroPython module / class to measure data from the HTU21D.
A SHT3x (SHT30/31/35) library for ESP8266/ESP32 with MicroPython.
MicroPython implementation of API of SHT25 humidity and temperature sensor.
SHT30 sensor driver in pure Python based on I2C bus.
MicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.
MicroPython driver for the Sensiron SHT85 humidity and temperature sensor.
MicroPython driver for the ZACwire protocol used in TSic 506F temperature sensors.
MicroPython library for TE HTU31D temperature and humidity sensors.
MicroPython Driver for the Sensirion SHTC3 Temperature and Humidity Sensor.
MicroPython Driver for the TMP117 Temperature Sensor.
MicroPython Library for the Temperature and Humidity SI7021 Sensor.
MicroPython Driver for the Analog Devices ADT7410 Temperature Sensor.
MicroPython library for the WSEN WSEN-TIDS temperature Sensor.
MicroPython Driver for the Renesas HS3003 Temperature and Humidity Sensor.
MicroPython Driver for the STTS22H Temperature Sensor.
MicroPython HTU21D-F Temperature & Humidity driver.
MicroPython Driver for the Sensirion Temperature and Humidity SHT40 and SHT45 Sensor.
MicroPython Driver for the Sensirion SHT20 Temperature Sensor.
MicroPython Driver for the Microchip MCP9808 Temperature Sensor.
MicroPython driver for the TI HDC1080 Temperature and Humidity sensor.
MicroPython module for the TMP117 temperature sensor from Texas Instruments.
MicroPython module for the BME680, Bosch low power gas, pressure, temperature & humidity sensor.
MicroPython driver for the Sensirion SHT3x sensor.
MicroPython Library for the ASM AS6212 Temperature Sensor.
MicroPython Driver for the NXP Semiconductors PCT2075 Temperature Sensor.
MicroPython driver for the HDC1080 temperature and humidity sensor.
Pure MicroPython Bosch BME680 sensor driver.
MicroPython module for controlling the SHT4x - 4th generation relative humidity and temperature sensor.
OneWire
OTA
Radio
Protocols for nRF24L01 2.4GHz radio modules.
MicroPython implementation of popular 433MHz-based RFSockets.
Capture and replay 433MHz remote control codes. Control remote switched power adaptors.
MicroPython examples using YS-RF34T 433MHz ASK/OOK UART transceivers.
FM Walkie Talkie using RDA5820N.
MicroPython ESP8266/ESP32 driver for TEA5767 FM radio module.
Utility for decoding an R/C receiver PPM frame signal.
ESP32 433MHz receiver written in MicroPython and tools for Windows.
A pure MicroPython RF transmitter. You can create and add your own encoder.
JJY transmitter for Raspberry Pi Pico W.
DCF77 transmitter for Raspberry Pi Pico W.
DCF77 receiver and decoder.
Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver and Decoder.
RC receiver
RFID
RTC
Driver for DS1307 RTC and AT24C32N EEPROM.
Driver for DS1307 RTC.
Driver for the Microchip MCP7940 RTC.
DS1302 RTC Clock driver for MicroPython.
MicroPython library for DS3231.
MicroPython driver for DS1307 RTC.
A DS3231 library for ESP8266/ESP32 with MicroPython.
MicroPython library for NXP PCF8563 Real-time clock/calendar.
MicroPython module for the DS3231 clock from Maxim Integrated.
MicroPython driver for the DS1307 real time clock.
MicroPython driver for DS3231 RTC.
A MicroPython Driver for Seiko Epson's RTC, RX-8035SA/LC.
DS1302 RTC Clock driver for MicroPython.
Serial
Serialization
MessagePack serialisation library optimised for MicroPython.
A lightweight implementation of Google's Protocol Buffers (protobuf) for MicroPython.
Mini Protobuf {de}serializer in pure Python.
Lightweight implementation of cbor for MicroPython.
A lightweight MessagePack (de)serialization library (not only) for MicroPython.
MessagePack serialisation library optimised for MicroPython.
SMTP
Telnet
Text-to-Speech
Web
A micro HTTP web server that supports WebSockets, HTML/Python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32).
The last micro web server for IoTs (MicroPython) or large servers (CPython), that supports WebSocket, routes, template engine and with really optimized architecture (mem allocations, async I/Os).
Simple and lightweight HTTP async server for MicroPython.
MicroPython (ESP8266) WebSocket server implementation.
A captive portal demo for MicroPython.
A captive portal for MicroPython using ESP32 (Wemos).
ESP8266 web server for MicroPython.
A mini client/server implementation of CoAP (Constrained Application Protocol) into MicroPython.
MicroPyServer is a simple HTTP server for MicroPython projects.
A micro JSON REST web client based on MicroWebCli for MicroPython (used on Pycom modules & ESP32).
A very simple web server for MicroPython.
MicroPython WebSocket implementation for ESP8266.
The impossibly small web framework for MicroPython.
Full async MicroPython web server with small memory footprint.
A micro HTTP web client for MicroPython (used on Pycom modules & ESP32).
Captive portal for MicroPython including a dumb DNS server and a web server to configure WiFi networks.
A minimalist asyncio web framework for MicroPython.
A tiny web framework for MicroPython.
Simple MicroPython web server for serving a website from a captive portal.
A lightweight HTTP request routing processing support library based on MicroPython. The previous name was micro-route.
Very simple HTTP server written in MicroPython for controlling the pins of an ESP32 board.
Simple web dashboard served directly from MicroPython boards (ESP32, Pico W).
A Bluesky client for Python and MicroPython.
WiFi
Philips Hue Bridge.
A simple network configuration utility for MicroPython on the ESP8266 board.
WiFi manager for ESP8266 - ESP12 - ESP32 - MicroPython.
WiFi Manager to configure and connect to networks.
MicroPython module to connect to the nearest known Wifi AP.
WiFi Manager for ESP8266 and ESP32 using MicroPython.
Sensors
Library for MicroPython for VEML7700 light sensor.
MicroPython driver for MAX44009 light sensor.
Driver base for the VEML6075 UV light sensor.
MicroPython module for the BH1750 ambient light sensor (ALS).
MicroPython module for the VEML7700 ambient light sensor (ALS) from Vishay.
MicroPython module for OPT3001, external lighting sensor from Texas Instruments.
MicroPython module for LTR390UV, ambient light sensor in the visible and ultraviolet ranges.
MicroPython BH1750 ambient light sensor driver.
Load Cell
MicroPython driver for HX711 24-Bit Analog-to-Digital Converter.
MicroPython Driver for the HX711 weighing sensor.
MicroPython driver for the HX711 load cell interface.
MicroPython driver for the HX710 load cell interface.
Magnetometer
MicroPython Driver for the ST LIS2MDL Magnetometer sensor.
MicroPython Driver for the ST LIS3MDL magnetometer.
MicroPython Driver for the MLX90393 Magnetometer.
MicroPython driver for the Memsic MMC5603 Magnetometer.
MicroPython Driver for the Bosch BMM150 Magnetometer.
MicroPython Library for the Memsic MMC5983 Magnetometer.
MicroPython module for MMC5603 geomagnetic sensor.
MicroPython module for HSCDTD008A geomagnetic sensor.
MicroPython module for RM3100 geomagnetic sensor.
Motion Inertial
MicroPython flight controller.
Driver for Bosch BMX055 IMU sensor.
Bosch BNO055 driver for MicroPython. IMU with hardware sensor fusion.
Bosch Sensortec BNO055 9DOF IMU sensor, I2C interface.
MicroPython library for BNO08x.
Sensor fusion calculates heading, pitch and roll from the outputs of motion tracking devices.
LSM9DS0 g-force linear acceleration, Gauss magnetic and DPS angular rate sensors.
MicroPython library for reading from MPU-6050 accelerometer and gyroscope modules.
Stream data from MPU6050 to MQTT server using MicroPython on ESP8266.
MicroPython I2C driver for MPU6886 6-axis motion tracking device.
I2C driver for MPU9250 9-axis motion tracking device.
MicroPython MPU-9250 (MPU-6500 + AK8963) I2C driver.
Driver for the InvenSense MPU9250 inertial measurement unit.
ESP8266 driver for MPU6050 accelerometer/gyroscope.
ESP8266 driver for MPU6050 accelerometer/gyroscope.
A simple MPU6050 driver written in MicroPython.
MPU6050 (Accelerometer/Gyroscope) driver which works on ESP32.
ARCHIVED. MicroPython Driver for the Bosch BMI160 Accelerometer/Gyro Sensor.
ARCHIVED. MicroPython Driver for the Bosch BMI270 Accelerometer/Gyro Sensor.
ARCHIVED. MicroPython Driver for the TDK ICG20660 Accelerometer/Gyro sensor.
ARCHIVED. MicroPython Driver for the TDK ICM20948 Accelerometer/Gyro Sensor.
ARCHIVED. MicroPython Library for the ST LSM6DSOX accelerometer/gyro Sensor.
Radiation
Soil Moisture
Driver for the Chirp Soil Moisture Sensor.
Xiaomi Mi Flora (aka flower care) BLE plant sensors (soil moisture/conductivity/light intensity/temperature).
MicroPython library for Xiaomi Mi Flora BLE plant sensors.
Spectral
Temperature Analog
Thermocouple amplifier, SPI interface.
Precision thermocouple to digital converter with linearization, SPI interface.
Precision resistance-to-digital converter optimized for platinum resistance temperature detectors, SPI interface.
Generic MicroPython driver for MCP9700.
MicroPython Generic Thermistor Library for simplified temperature sensing using NTC thermistors with voltage dividers.
Read NTC thermistor temperature wired in a potential divider.
Temperature IR
Touch Capacitive
Driver for MPR121 capacitive touch keypads and breakout boards.
Examples using TTP223 capacitive touch module.
MicroPython ESP8266/ESP32 driver for TTP229-BSF 16-key capacitive keypad in serial interface mode.
MicroPython I2C driver for the Focus LCDs FT6336U capacitive touch panel controller IC.
Trill touch sensor library for MicroPython.
L58 Multi-Touch MicroPython Module.
Simple driver for FT6x06 capacitive touch sensor in pure Python.
Touch Resistive
Frameworks
MicroPython-based IoT Framework.
Flexible data logger application for MicroPython and CPython.
Perthensis: an asynchronous framework for MicroPython.
I2C Data Acquisition for MicroPython and Raspberry Pi.
Project Fred MicroPython IOT Platform, code to control relays, temp sensors, buttons, touchscreen, GPS etc. Has a responsive Web UI, MQTT, Home Assistant and ThingsBoard support.
Development
Code Generation
Micropy CLI is a project management/generation tool for writing MicroPython code in modern IDEs such as Visual Studio Code.
Generate and use stubs for different MicroPython firmwares to use with Visual Studio Code or any IDE and linter.
Stubs of most MicroPython ports, boards and versions to make writing code that much simpler.
Automatically Generated Stub Packages for Micropy-Cli and whomever else.
Generator for MicroPython external modules written in C.
GitHub workflow supported MicroPython package template with deploys to the Python Package Index on a push to the main branch and test deploys to the Test Python Package Index on PRs.
Compile WebAssembly to native MicroPython .mpy files. Allows writing code in various statically compiled languages, and translating them to C for near-native performance.
Debugging
ESP32 Exception Stack Backtrace Analyzer.
Asynchronous Sentry.io micro client for MicroPython.
Simple remote syslog client for MicroPython.
Use a Raspberry Pico and a logic analyser or scope to monitor asynchronous code.
IDEs
Shells
Small on-board editor for Pyboard, WiPy, ESP8266, ESP32, PyCom and Adafruit devices written in Python.
MicroPython integrated into Jupyter notebooks.
Jupyter kernel to interact with a MicroPython board over its REPL interface.
A simple command line-based shell for MicroPython.
Linux-like shell for MicroPython. Full featured, very lightweight.
Copy or sync files to boards, enter REPL from your terminal.
Utility to interact with a MicroPython board over a serial connection.
A file system bridge to synchronize and manage files on a device running MicroPython.
A simple shell-based file explorer for ESP8266 and WiPy.
A tool that automatically synchronizes code to a MicroPython board.
Powerful official shell that supports mounting the host's current directory on the target. Run code without changing the target's filesystem.
A simple Windows IDE for developing with MicroPython MPRemote devices.
Explorer for MicroPython Device.
Wrapper for MicroPython mpremote tool.
Logging
Tools
Belay is a Python library that enables the rapid development of projects that interact with hardware via a MicroPython-compatible board.
Web-based file manager directly running on ESP32 in MicroPython.
Command line serial emulator to connect to MicroPython boards.