MicroPython
MicroPython is an implementation of the Python 3 programming language. It includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.
- GitHub: https://github.com/topics/micropython
- Wikipedia: https://en.wikipedia.org/wiki/MicroPython
- Repo: https://github.com/micropython
- Created by: Damien P. George
- Released: May 3, 2014
- Related Topics: circuitpython, cpython, internet-of-things, iot, language, microcontroller, python,
- Aliases: micro-python, upython,
- Last updated: 2026-06-21 00:15:27 UTC
- JSON Representation
https://github.com/electrocodeur/15_joystick_esp32
Projet : Joystick avec ESP32
Last synced: 01 May 2026
https://github.com/jposada202020/MicroPython_MOTOR
⛔️ DEPRECATED MicroPython Helper for controlling PWM based motors
dc drv8833 helper micropython motor pca9685 servo
Last synced: 13 May 2025
https://github.com/mohittalwar23/camvisiotech-edge-ai
This repository contains the full source code and setup for Camvisiotech, designed for Kendryte's KP10-based boards, specifically using the Maixduino by Sipeed. Developed for CircuitDigest's IoT and Edge AI Challenge 2024, this version includes WiFi functionality, making it accessible to users without GSM connectivity.
edgeai maixpy maxiduino micropython
Last synced: 18 May 2026
https://github.com/jposada202020/MicroPython_KX132
⛔️ DEPRECATED MicroPython Driver for the Kionix KX132 Accelerometer
acceleration accelerometer archived deprecated driver kionix kx132 micropython obsolete
Last synced: 13 May 2025
https://github.com/mcauser/micropython-max44009
MicroPython driver for the MAX44009 ambient light sensor
Last synced: 13 May 2026
https://github.com/cristianvellio/proyecto_clima
🌤️ The Meteorological Station project is an IoT system designed to monitor and record real-time weather conditions. It uses a Supabase database to store data and an interactive frontend for visualization. It combines simulation, integration, and web development to offer a modern and scalable solution.
axios esp32 fastapi micropython postgres python react supabase vite wokwi
Last synced: 31 Jan 2026
https://github.com/cheyao/macropad
Macropad for hackclub ysws
3d 3d-printing cad kmk macropad micropython pcb python scad
Last synced: 19 Jan 2026
https://github.com/bermejo4/iot_medical_device
Development of a medical monitoring system based on the internet of things
iot micropython python raspberry-pi-pico
Last synced: 02 May 2026
https://github.com/gmc-code/pc-microbit-micropython
code your microbit using micropython
Last synced: 16 Feb 2026
https://github.com/emanuelefavero/gpio-python-scripts
Scripts for Raspberry Pi Pico
electronics low-level-programming micropython raspberry-pi raspberry-pi-pico
Last synced: 10 May 2026
https://github.com/raupulus/rpi-pico-weather-station-light-radiation
Monitor de luz y rayos UV/UVA/UVB para subir los datos a una api propia utilizando micropython y raspberry pi pico
light micropython python raspberry raspberry-py-pico raspberrypipico sensor sensors uv uva uvb weather-station
Last synced: 04 May 2026
https://github.com/jmysu/esp32c3-s2-micropython-build
building ESP32C3 micropython notes
Last synced: 21 Jan 2026
https://github.com/electrocodeur/17_pyroelectrique_esp32
Projet : Capteur de présence Pyroélectrique avec ESP32
Last synced: 15 May 2026
https://github.com/hima890/smartgarden-irrigationsystem
Create a smart irrigation system for a garden that automatically waters plants based on soil moisture levels and weather forecasts. You can control and monitor the system through a GUI developed with PySide, hosted on a Flask server. The ESP32 will interface with sensors and control the irrigation system.
embedded-systems esp32 flask-application gui-application iot-application micropython mqtt-protocol pyside6 sensors smartsystem
Last synced: 31 Jan 2026
https://github.com/dikkadev/remotepython
python code for ESP32 with micropython firmware, to control IR leds.
Last synced: 15 Apr 2026
https://github.com/robmarkcole/water-sensor-micropython
Simple micropython script to detect water using a dirt cheap sensor
Last synced: 02 May 2026
https://github.com/oldhammade/esp8266-oled-dht-micropython-seriesly
Temperature/Humidity OLED display using MicroPython and Seriesly
dht22 esp8266 micropython oled-display wemos-d1-mini
Last synced: 15 Apr 2026
https://github.com/chand1012/esp32-temperature
MicroPython implementation for a board that gets the temperature outside via my Cloudflare Worker
esp32 micropython micropython-esp32 python3
Last synced: 02 May 2026
https://github.com/belikhun/iot-smart-device
IoT Smart Device (Graduation Thesis)
esp32 iot micropython python websocket wifi
Last synced: 01 Feb 2026
https://github.com/i2y/napolitan
Napolitan is a lightweight, user-friendly library for creating custom elements with a simple API for PyScript.
micropython pyodide pyscript python webcomponents
Last synced: 25 Feb 2026
https://github.com/microcontroleurmonde/esp32_rng
A Micro-python library which provides an interface to generate a random number using the ESP32's hardware RNG. It enables Wi-Fi temporarily to enhance entropic noise, reads a random value from the RNG_DATA_REG, and then disables Wi-Fi.
Last synced: 09 May 2026
https://github.com/armanghobadi/uwifi
uwifi is a MicroPython Wi-Fi management library for ESP32/ESP8266, supporting STA/AP modes, static IPs, network scanning, ping tests, and retry logic. It's ideal for IoT and embedded Wi-Fi applications.
esp32 esp8266 microcontroller micropython network wifi wifi-network
Last synced: 01 Feb 2026
https://github.com/indigoparadox/boxes_and_bots
This is a monorepo containing various hardware projects and their firmwares, as well as less-common or WIP drivers for common components
circuitpython embedded home-automation micropython robots
Last synced: 16 Feb 2026
https://github.com/tillstuder/secure-communication
🔐 Secure P2P communication with diffie-hellman key exchange and multiple cyphers.
algorithm cypher decryption diffie-hellman encryption micropython p2p python secure
Last synced: 06 May 2025
https://github.com/pgnethun/latte-uos-store
Latte-uOS Store
faces micropython t-watch-2020 watch watchfaces
Last synced: 03 Feb 2026
https://github.com/octaprog7/BME680
MicroPython module for work with BME680, Bosh low power gas, pressure, temperature & humidity sensor.
humidity micropython pressure sensor temperature
Last synced: 13 May 2025
https://github.com/microcontroleurmonde/pcg32_port
Micropython implementation of the PCG32 (Permuted Congruential Generator) random number generator, originally developed in C by Melissa O'Neill.
esp32 micropython pyboard rng rp2040
Last synced: 03 May 2026
https://github.com/matthias-bs/flora2
ESP32/MicroPython Irrigation System
esp32 micropython micropython-esp32 mqtt
Last synced: 04 May 2026
https://github.com/PerfecXX/MicroPython-SimpleKeypad
MicroPython library for interfacing with a keypad matrix
4x4-keypad esp32 keypad keypad-matrix micropython micropython-esp32
Last synced: 08 May 2025
https://github.com/masterpluster/rp2040-geek-micropython
Intento de libreria novato friendly para el rp2040-GEEK - MICROPYTHON
library micropython rp2040 waveshare
Last synced: 08 Feb 2026
https://github.com/love4yzp/maker-xiao-micropython
My Micropython snippets for Seeed Studio XIAO family
micropython micropython-esp32 seeedstudio xiao
Last synced: 09 Feb 2026
https://github.com/bigairdaddy/picoshell
PicoShell is a lightweight, real-time command-line interface (CLI) for the Raspberry Pi Pico W 2 (RP2350 dual-core), built entirely in MicroPython. It brings a minimal UNIX-style shell to embedded hardware with support for Wi-Fi networking, filesystem interaction, script execution, telnet access, and more.
cli embedded iot micropython pico raspberry-pi-pico shell
Last synced: 11 Apr 2025
https://github.com/lbuque/epd_binding_micropython
eink einkdisplay epd esp32 esp32-s3 micropython
Last synced: 04 May 2026
https://github.com/appsolves/smartsweep-precision
A self-made cleaning robot with Arduino Giga R1 WiFi and MicroPython!
arduino cleaning-robot flutter iot micropython
Last synced: 08 Jul 2025
https://github.com/o-murphy/infiray-lrf
Command sender for the InfiRay LR2000 / LR3000 Long Range Finder
embedded esp32 infiray iray long-range-finder lrf micropython pyserial python python3 raspberry-pi-pico serial
Last synced: 23 Feb 2026
https://github.com/a3ro-dev/rc-os
Operating System for Self Driving Small Vehicles
html-css-javascript kernel micropython mpython operating-system os python raspberry-pi-pico rc-car rc-os socket
Last synced: 15 Apr 2026
https://gitlab.com/olivierlenoir/MicroPython-MorseCode
MicroPython International Morse Code
Last synced: 13 May 2025
https://github.com/sparkfun/qwiic_tmp117_py
circuitpython micropython python sparkfun sparkfun-python
Last synced: 04 May 2026
https://github.com/kevinmcaleer/weather_forecast
A Pimoroni Presto based Weather station display
dashboard graphics micropython pimoroni presto weather
Last synced: 10 Feb 2026
https://github.com/raupulus/rpi-pico-sensor-lightning-cjmcu-3935
Repositorio para controlar por i2c el sensor CJMCU 3935 con el chip AS3935. Este chip se utiliza para detectar rayos y la distancia de estos.
cjmcu3935 lightning micropython raspberry-pi-pico sensor
Last synced: 27 Jan 2026
https://github.com/eddmann/pico-secret-santa
Raspberry Pi Pico/MicroPython/SIM800L Secret Santa Allocator and Sender
micropython python raspberry-pi-pico sim800l sms
Last synced: 16 Apr 2026
https://github.com/berkayguzel06/robot-arm
A robotic arm that can control with potentiometers and from server remotely
3d 3d-printing automation cloud esp32 i2c micropython mqtt node-red nodered potentiometer remote-control robotarm robotic-arm robotics server
Last synced: 10 Feb 2026
https://github.com/kimyongx/cpe-213_214
This project is part of the Microprocessor System Course CPE-213 and Microprocessor System Laboratory CPE-214, Academic Year 1/2024. Thai-Nichi Institute of Technology, Thailand.
arduino-iot-cloud cat-feeder esp32 line-notify micropython micropython-esp32
Last synced: 04 May 2026
https://github.com/octaprog7/veml7700
MicroPython module for wotk with VEML7700. Ambient light sensor form Vishay.
Last synced: 18 Apr 2026
https://github.com/ttb-microcluster/awesome-microcluster
A curated list of references to awesome micro-cluster tools, frameworks, libraries, and articles.
arduino awesome awesome-list collection distributed-computing micropython resources
Last synced: 17 Jun 2025
https://github.com/mobluse/python82-scripts
Scripts for the Python82 App in TI-82 Advanced Edition Python Graphing Calculator
arcade-game game micropython numworks python python82 ti-82-advanced-edition-python ti82py
Last synced: 11 Feb 2026
https://github.com/aboehm/clt2019
Chemnitzer Linux Tage 2019 - Python auf Microcontrollern
chemnitzer-linux-tage embedded-systems micropython python talk
Last synced: 09 Jun 2026
https://github.com/lupin3000/micropython-i2c-rotaryencoder
MicroPython I2C library and example for Gravity: 360 Degree Rotary Encoder Module
dfrobot encoder esp32 gravity i2c micropython
Last synced: 16 Apr 2026
https://github.com/microcontroleurmonde/esp32-c3_rng
A Micro-python library which provides an interface to generate a random number using the ESP32-C3's hardware RNG.
Last synced: 05 May 2026
https://github.com/alexhorn/plasma-e131
E1.31 / sACN receiver for the Plasma Stick 2040 W.
dmx512 micropython pico ws2812
Last synced: 05 May 2026
https://github.com/sa-tretyakov/words
Words is a language and an interactive runtime environment with live compilation, embedded directly into the target device.
arduino dsl embedded esp32 esp8266 filesystem forth interactive iot live-coding microcontroller micropython open-source real-time repl scripting-language udp wifi
Last synced: 08 Apr 2026
https://github.com/marcellomaugeri/micropython-easy-network-configuration-esp8266
Network configuration of an ESP8266 through sockets
Last synced: 05 May 2026
https://github.com/raupulus/rpi-pico-stepper-28byj-48
Demo Stepper with micropython. Stepper model 28byj-48
28byj-48 28byj-48-stepper demo micropython python python3 raspberry raspberry-pi raspberry-pi-pico rpi stepper
Last synced: 10 May 2026
https://github.com/cybardev/esp32-dotfiles
MicroPython scripts for my ESP microcontrollers
embedded esp32 esp8266 microcontroller micropython
Last synced: 05 May 2026
https://github.com/cprite/reaction-game
Play Reaction Game on Raspberry Pi Pico
Last synced: 15 May 2026
https://github.com/omiq/crowpanel
Example code for Crowpanel E-Paper display
Last synced: 13 Feb 2026
https://github.com/electrocodeur/07_chenillard_esp32
Projet : Chenillard LED avec ESP32
Last synced: 02 May 2026
https://github.com/sparkfun/qwiic_ads1015_py
circuitpython micropython python sparkfun sparkfun-python
Last synced: 13 Apr 2026
https://github.com/joseguilherme96/sistema_gerenciador_lixeira_reciclavel
Sistema é capaz de monitorar os níveis das lixeiras em diversos pontos da cidade em tempo real integrado ao microcontroladores ESP32, gerando dados essenciais para empresa poder gerenciar sua coleta da melhor forma possível, reduzindo custos logísticos.
esp32 flask flask-migrate flask-socketio flask-sqlalchemy iot micropython python vue3 vuetify
Last synced: 05 May 2026
https://github.com/geo-tp/grove-lcd-rgb-backlight-v5.0
A MicroPython library designed to control the Grove LCD RGB Backlight V5.0 I2C display
grove lcd micro micropython python screen
Last synced: 10 May 2026
https://github.com/fantaso/agrimodule-smart-system
It is a crop monitoring system that helps small farmers reduce resources used in their farm's operation.
aws-iot flask flask-admin flask-api flask-blueprints flask-mail flask-migrate flask-restful flask-script flask-security flask-sqlalchemy flask-uploads flask-wtforms html-css-javascript micropython postgresql pycom-lopy python3 wtforms
Last synced: 06 May 2026
https://github.com/jn513/ea701
Repositório da disciplina EA701 - Introdução a Sistemas Embarcados FEEC / Unicamp
embedded-c embedded-systems micropython micropython-rpi-pico raspberry-pi-pico
Last synced: 06 Sep 2025
https://github.com/jposada202020/micropython_mcp9808
MicroPython Driver for the Microchip MCP9808 Temperature Sensor
driver mcp9808 microchip micropython sensor temperature
Last synced: 06 Aug 2025
https://github.com/ealexandros/userver
A fast and easy micropython HTTP web server repository.
http micropython server webserver
Last synced: 16 Apr 2026
https://github.com/josverl/promptboard
3d-printing keypad keypad4x4 macro micropython usb-hid
Last synced: 14 May 2026
https://github.com/sparkfun/qwiic_twist_py
Python driver for the Qwiic Twist breakout board
circuitpython micropython python sparkfun sparkfun-python
Last synced: 08 Mar 2026
https://github.com/taxmeifyoucan/proof-of-cat
Securing cryptography using cats
Last synced: 14 Oct 2025
https://github.com/tomashubelbauer/pi-pico-rest-cpu-temp
A Pi Pico script for collecting CPU temperature reading in Supabase using a Deno function
deno deno-function micropython pi-pico pi-pico-w raspberry-pi supabase
Last synced: 12 Apr 2026
https://github.com/sathya-ml/pico-temperature-control
A simple temperature controller using a Raspberry Pi Pico, DHT22 sensor, and relay to manage heating in small enclosures.
dht22 heating-control micropython pico raspberry-pi-pico relay temperature-control
Last synced: 22 Jan 2026
https://github.com/fujiwarachoki/skibidimobile
A car-like RC-controlled Skibidi Toilet thing.
dc-motor infrared-sensors ln298n micropython pi-pico
Last synced: 15 Feb 2026
https://github.com/rpidanny/lopy-pir
Log PIR Data to Adafruit.
circuitpython iot lopy micropython pir-sensor python
Last synced: 06 May 2026
https://github.com/CatMeowByte/LED_panel_upy
MicroPython driver module for Panel P10 32*16 Matrix display and its variants.
led-matrix led-matrix-display led-matrix-library led-matrix-panel micropython micropython-driver micropython-lib p10-led-module
Last synced: 13 May 2025
https://github.com/Heerkog/MicroPythonTrill
Trill touch sensor library for MicroPython.
Last synced: 13 May 2025
https://github.com/robmosca/cubot
A Rubik's cube solver with LEGO Mindstorms Robot Inventor and Raspberry Pi
cam cubot lego micropython mindcuber mindstorms raspberry-pi robot-inventor rubik solver
Last synced: 10 May 2026
https://github.com/raupulus/rpi-pico-watchdog-cryptocoin-prices
Proyecto para mostrar constantemente el valor de una criptomoneda por una pantalla y poder elegir entre monedas usando un encoder
Last synced: 16 May 2026
https://github.com/microchiptech/pic32mzw1_micropython
"IoT Made Easy!" - support micropython on pic32mzw1 (wfi32)
micropython pic32mzw1 upython wfi32 wfi32-iot wifi
Last synced: 08 Mar 2026
https://github.com/ditronix/espuno-pi-zero_wifi-bt-zigbee-thread-60v
ESPuno Pi Zero is a STEM Maker and Developer SDK board based on an Epsressif ESP32-C6, featuring a wide operating voltage of 5-60V DC, powerful radio module and wrapped in a compact mechanical Pi Zero form.
bt btle esp32-c6 grove home-assistant home-automation i2c iot micropython platformio raspberry-pi rs485 rtc spi tasmota thread usb-c usb-host wifi6 zigbee
Last synced: 10 Nov 2025
https://github.com/octaprog7/bme680
MicroPython module for work with BME680, Bosh low power gas, pressure, temperature & humidity sensor.
humidity micropython pressure sensor temperature
Last synced: 07 May 2026
https://github.com/sasilva1998/upyarlo
MicroPython library to control DBH-10 for Arlo Parallax platform.
arlo dhb-10 micropython micropython-robotics ros
Last synced: 07 May 2026
https://github.com/jotonedev/sensor_box
Sensor box for ambient monitoring using Raspberry Pi Pico W
micropython platformio raspberry-pi-pico-projects raspberry-pi-pico-w raspbery-pi
Last synced: 13 Apr 2026
https://github.com/jposada202020/MicroPython_MCP9808
MicroPython Driver for the Microchip MCP9808 Temperature Sensor
driver mcp9808 microchip micropython sensor temperature
Last synced: 13 May 2025
https://github.com/mgross21/spikeble
BLE interface for running MicroPython on LEGO® SPIKE™ devices.
accessibility ble bluetooth educational lego micropython python robotics spike wireless
Last synced: 13 Apr 2026
https://github.com/microcontroleurmonde/esp8266_rng
Tinny random number generate running on ESP8266. Just as proof of concept ^_^
Last synced: 07 May 2026
https://github.com/artem-smotrakov/esp32-ldr
A demo project that shows how to read a light dependent resistor (LDR) on ESP32 with MicroPython.
diy electronics esp32 ldr-sensor micropython micropython-esp32
Last synced: 02 May 2026
https://github.com/jposada202020/MicroPython_HDC1080
MicroPython driver for the TI HDC1080 Temperature and Humidity sensor
archived deprecated driver hdc1080 humidity micropython obsolete sensor temperture texas-instruments
Last synced: 13 May 2025
https://github.com/kons-5/ist-selec-labs
This repository contains lab materials for the IST-SElec course.
amplifier analog-filter drawio electronic-systems embedded-systems feedback ltspice matlab micropython oscillator oscilloscope proximity-sensor python3 signal-processing
Last synced: 08 May 2026
https://github.com/sparkfun/qwiic_nau7802_py
Python module for the Nuvoton NAU7802 24-bit dual-channel ADC for (Wheatstone) bridge sensors
circuitpython micropython python sparkfun sparkfun-python
Last synced: 04 Mar 2026
https://github.com/raidancampbell/micropython
A reference collection of micropython code, mostly executing on an ESP32
Last synced: 14 May 2026
https://github.com/simonprickett/pico-display-pack-2-radio-whats-on
What's on various BBC Radio stations - uses Pimoroni Pico Display Pack 2
bbc display-pack-2 micropython pimoroni raspberry-pi-pico raspberry-pi-pico-w
Last synced: 19 May 2026
https://github.com/imjah/bulbs
Ambient lighting system
ambient-light flutter micropython
Last synced: 08 May 2026
https://github.com/electrocodeur/12_emetteur_ir_esp32
Projet : Émetteur IR avec ESP32
Last synced: 11 Apr 2026
https://github.com/sparkfun/qwiic_tmp102_py
Python library for Qwiic TMP102 Sensor
circuitpython micropython python sparkfun sparkfun-python
Last synced: 11 May 2026
https://github.com/balazshevesi/plant-monitoring-iot
🪴 An IoT system for monitoring the environment your plants (for LNU Applied IoT summer course)
grafana influxdb internet-of-things micropython mqtt object-oriented-programming pyton3 telegraf university-project
Last synced: 16 Apr 2026
https://github.com/cnadler86/easy-micropython-servo
a simple but powerfull llibrary for servo motors
Last synced: 04 Jan 2026