<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Micropython Updates Daily</title>
  <id>https://www.trackawesomelist.com/mcauser/awesome-micropython/feed.xml</id>
  <updated>2026-02-11T13:46:58.088Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/mcauser/awesome-micropython/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/mcauser/awesome-micropython/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/mcauser/awesome-micropython/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>A curated list of awesome MicroPython libraries, frameworks, software and resources.</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2026/02/11/</id>
    <title>Awesome Micropython Updates on Feb 11, 2026</title>
    <updated>2026-02-11T13:46:58.088Z</updated>
    <published>2026-02-11T03:24:30.411Z</published>
    <content type="html"><![CDATA[<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/HLammers/multi-midi" rel="noopener noreferrer">multi-midi (⭐2)</a> - Library for RP2 boards, providing an interface for UART and PIO based hardware MIDI and USB MIDI 1.0.</li>
</ul>

<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/vs1003.py" rel="noopener noreferrer">IoTy vs1003 (⭐15)</a> - Driver for the VS1003 MP3 decoder / encoder. Supports playing of MP3, WMA, MIDI, ADPCM, and recording of ADPCM.</li>
</ul>
<h3><p>Communications / Bluetooth</p>
</h3>
<ul>
<li><a href="https://github.com/DavesCodeMusings/BTHome-MicroPython" rel="noopener noreferrer">BTHome-MicroPython (⭐15)</a> - MicroPython module to format sensor readings for BTHome BLE advertising payloads.</li>
</ul>
<h3><p>Communications / Compression</p>
</h3>
<ul>
<li><a href="https://github.com/peterzuger/bitstruct-micropython" rel="noopener noreferrer">bitstruct-micropython (⭐6)</a> - MicroPython port of <a href="https://github.com/eerimoq/bitstruct" rel="noopener noreferrer">bitstruct (⭐131)</a>.</li>
</ul>
<h3><p>Communications / IoT</p>
</h3>
<ul>
<li><a href="https://github.com/Tangerino/aiomqttc" rel="noopener noreferrer">aiomqttc (⭐14)</a> - Asynchronous MQTT Client for MicroPython AND CPython.</li>
</ul>
<h3><p>Communications / RTC</p>
</h3>
<ul>
<li><a href="https://github.com/PaszaVonPomiot/micropython-ds1302-rtc" rel="noopener noreferrer">micropython-ds1302-rtc (⭐1)</a> - DS1302 RTC Clock driver for MicroPython.</li>
</ul>
<h3><p>Communications / Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/gitcnd/micropython-msgpack" rel="noopener noreferrer">micropython-msgpack (⭐0)</a> - MessagePack serialisation library optimised for MicroPython.</li>
</ul>
<h3><p>Communications / Telnet</p>
</h3>
<ul>
<li><a href="https://github.com/gitcnd/telnetd" rel="noopener noreferrer">telnetd (⭐0)</a> - Powerful telnetd server to access MicroPython REPL (with strong password support, and unlimited connections).</li>
</ul>
<h3><p>Communications / Text-to-Speech</p>
</h3>
<ul>
<li><a href="https://github.com/jacklinquan/micropython-samtts" rel="noopener noreferrer">micropython-samtts (⭐5)</a> - A MicroPython port of Software Automatic Mouth Text-To-Speech program.</li>
</ul>
<h3><p>Communications / Web</p>
</h3>
<ul>
<li><a href="https://github.com/kritishmohapatra/micropidash" rel="noopener noreferrer">micropidash (⭐3)</a> – Simple web dashboard served directly from MicroPython boards (ESP32, Pico W).</li>
</ul>

<ul>
<li><a href="https://github.com/nakagami/microsky" rel="noopener noreferrer">microsky (⭐3)</a> - A <a href="https://bsky.app/" rel="noopener noreferrer">Bluesky</a> client for Python and MicroPython.</li>
</ul>
<h3><p>Display / LED Segment</p>
</h3>
<ul>
<li><a href="https://github.com/GM-Script-Writer-62850/max7219_8digit" rel="noopener noreferrer">max7219_8digit (⭐0)</a> - MicroPython driver for the MAX7219 with 8 x 7-segment display.</li>
</ul>
<h3><p>Display / LEDs</p>
</h3>
<ul>
<li><a href="https://github.com/omeErik/IS31FL3197" rel="noopener noreferrer">IS31FL3197 (⭐1)</a> - I2C driver for the IS31FL3197 chip, found on the Arduino GIGA Display Shield.</li>
</ul>
<h3><p>IO / ADC</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/ADS1256" rel="noopener noreferrer">ADS1256 (⭐2)</a> - Driver for the ADS1256 24-bit low noise ADC, both as a generic MicroPython version and using the RP2040/RP2350 PIO.</li>
</ul>
<h3><p>Sensors / Camera</p>
</h3>
<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/huskylib.py" rel="noopener noreferrer">IoTy huskylib (⭐15)</a> - MicroPython driver for the DFRobot Husky Lens. An easy-to-use AI Camera / Vision Sensor, featuring face recognition, object tracking, object recognition, line tracking, color recognition, and QR code recognition.</li>
</ul>

<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/mv.py" rel="noopener noreferrer">IoTy mv (⭐15)</a> - A simple machine vision library that provides blob and circle detection.</li>
</ul>
<h3><p>Sensors / Distance Laser</p>
</h3>
<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/lds02rr.py" rel="noopener noreferrer">IoTy lds02rr (⭐15)</a> - Driver for the LDS02RR 360 degree LiDAR.</li>
</ul>

<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/coind4.py" rel="noopener noreferrer">IoTy coind4 (⭐15)</a> - Driver for the COIN-D4 360 degree LiDAR.</li>
</ul>

<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/delta2d.py" rel="noopener noreferrer">IoTy delta2d (⭐15)</a> - Driver for the Delta-2D 360 degree LiDAR.</li>
</ul>
<h3><p>Sensors / Motion Inertial</p>
</h3>
<ul>
<li><a href="https://github.com/gitcnd/MPU6050-ESP32-MicroPython" rel="noopener noreferrer">MPU6050-ESP32-MicroPython (⭐1)</a> - MPU6050 (Accelerometer/Gyroscope) driver which works on ESP32.</li>
</ul>
<h3><p>Scheduling / Touch Resistive</p>
</h3>
<ul>
<li><a href="https://github.com/lorcap/micropython-suntime" rel="noopener noreferrer">Suntime (⭐0)</a> - Approximated calculation of sunrise and sunset time. Given a <code>date</code> and the coordinate pair <code>(latitude, longitude)</code> 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.</li>
</ul>
<h3><p>Storage / Configuration file</p>
</h3>
<ul>
<li><a href="https://github.com/gitcnd/toml" rel="noopener noreferrer">toml (⭐0)</a> - Read and write .toml files. Works in MicroPython and CircuitPython.</li>
</ul>
<h3><p>Storage / Database</p>
</h3>
<ul>
<li><a href="https://github.com/ctimmer/simple-db" rel="noopener noreferrer">simple-db (⭐1)</a> - MicroPython relational database using B-tree.</li>
</ul>
<h3><p>Utilities / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/WoolleySheep/micropython-units" rel="noopener noreferrer">micropython-units (⭐1)</a> - A library for working with physical quantities in MicroPython.</li>
</ul>
<h3><p>Community / SRAM</p>
</h3>
<ul>
<li><a href="https://micropython.org/discord" rel="noopener noreferrer">Discord</a> - Get an invite to the MicroPython Discord server.</li>
</ul>

<ul>
<li><a href="https://www.meetup.com/en-au/micropython-meetup/" rel="noopener noreferrer">Melbourne MicroPython Meetup</a> - Regular meetup at CCHS in Melbourne, Australia.</li>
</ul>
<h3><p>Frameworks / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/wolfen351/public-micropython-iot-platform" rel="noopener noreferrer">public-micropython-iot-platform (⭐7)</a> - 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.</li>
</ul>
<h3><p>Shells / On Device</p>
</h3>
<ul>
<li><a href="https://github.com/gitcnd/mpy_shell" rel="noopener noreferrer">mpy_shell (⭐4)</a> - Linux-like shell for MicroPython. Full featured, very lightweight.</li>
</ul>
<h3><p>Tools / On Host</p>
</h3>
<ul>
<li><a href="https://github.com/BrianPugh/belay" rel="noopener noreferrer">belay (⭐265)</a> - Belay is a Python library that enables the rapid development of projects that interact with hardware via a MicroPython-compatible board.</li>
</ul>

<ul>
<li><a href="https://github.com/mispacek/ESP-File_manager" rel="noopener noreferrer">ESP-File_manager (⭐18)</a> - Web-based file manager directly running on ESP32 in MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/gitcnd/mcu_serial" rel="noopener noreferrer">mcu_serial (⭐3)</a> - Command line serial emulator to connect to MicroPython boards.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/02/11/"/>
    <summary>31 awesome projects updated on Feb 11, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2026/02/08/</id>
    <title>Awesome Micropython Updates on Feb 08, 2026</title>
    <updated>2026-02-08T09:13:45.034Z</updated>
    <published>2026-02-08T09:13:44.193Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / HTTP</p>
</h3>
<ul>
<li><a href="https://github.com/nmattia/uht" rel="noopener noreferrer">uht (⭐14)</a> - Lightweight HTTP server for MicroPython (serve websites and handle requests).</li>
</ul>
<h3><p>Display / LED Segment</p>
</h3>
<ul>
<li><a href="https://github.com/kritishmohapatra/micropython-sevenseg" rel="noopener noreferrer">micropython-sevenseg (⭐0)</a> - Lightweight MicroPython library for single-digit 7-segment displays (common anode &amp; cathode) with ESP32, ESP8266 and RP2040 support.</li>
</ul>
<h3><p>Utilities / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/Josverl/mp_wcwidth" rel="noopener noreferrer">mp_wcwidth (⭐3)</a> - Python port of <a href="https://github.com/jquast/wcwidth" rel="noopener noreferrer">wcwidth (⭐437)</a> to handle wide unicode characters such as "你好世界" in terminal output.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2026/02/08/"/>
    <summary>3 awesome projects updated on Feb 08, 2026</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/11/24/</id>
    <title>Awesome Micropython Updates on Nov 24, 2025</title>
    <updated>2025-11-24T16:16:00.330Z</updated>
    <published>2025-11-24T16:15:59.353Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Cryptography</p>
</h3>
<ul>
<li><a href="https://github.com/vhespanha/usigv4" rel="noopener noreferrer">usigv4 (⭐2)</a> - A minimal AWS signature version 4 (SigV4) implementation for MicroPython/embedded use.</li>
</ul>
<h3><p>Communications / Object Storage</p>
</h3>
<ul>
<li><a href="https://github.com/paluigi/uminio" rel="noopener noreferrer">uminio (⭐0)</a> - MicroPython library to upload files into a MinIO object storage server.</li>
</ul>
<h3><p>Sensors / Light</p>
</h3>
<ul>
<li><a href="https://github.com/adyavanapalli/bh1750.py" rel="noopener noreferrer">bh1750.py (⭐1)</a> - MicroPython BH1750 ambient light sensor driver.</li>
</ul>
<h3><p>IDEs / SRAM</p>
</h3>
<ul>
<li><a href="https://embedible.io/" rel="noopener noreferrer">Embedible</a> - an AI hardware copilot that helps you design, wire, and code MicroPython projects for ESP32 and Raspberry Pi Pico W.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/11/24/"/>
    <summary>4 awesome projects updated on Nov 24, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/03/25/</id>
    <title>Awesome Micropython Updates on Mar 25, 2025</title>
    <updated>2025-03-25T02:02:01.875Z</updated>
    <published>2025-03-25T02:02:00.704Z</published>
    <content type="html"><![CDATA[<h3><p>AI</p>
</h3>
<ul>
<li><a href="https://github.com/cnadler86/mp_esp_dl_models" rel="noopener noreferrer">mp_esp_dl_models (⭐10)</a> - MicroPython binding for the ESP DL vision models like face detection.</li>
</ul>
<h3><p>Cryptography / Historical</p>
</h3>
<ul>
<li><a href="https://github.com/denismaggior8/micropython-enigma-python" rel="noopener noreferrer">enigmapython (⭐2)</a> - A simple yet faithful library to emulate different Enigma machines models using MicroPython.</li>
</ul>
<h3><p>Firmware / SRAM</p>
</h3>
<ul>
<li><a href="https://pypi.org/project/mpflash/" rel="noopener noreferrer">mpflash</a> -⚡Your Ultimate MicroPython Flashing Companion for stm32, rp2, esp32, esp8266, samd.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/03/25/"/>
    <summary>3 awesome projects updated on Mar 25, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/03/03/</id>
    <title>Awesome Micropython Updates on Mar 03, 2025</title>
    <updated>2025-03-03T12:52:53.229Z</updated>
    <published>2025-03-03T12:52:52.154Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / ESP-NOW</p>
</h3>
<ul>
<li><a href="https://github.com/cnadler86/mp_espnow_wrapper" rel="noopener noreferrer">mp_espnow_wrapper (⭐8)</a> - Send and receive data between ESPs over ESP-NOW without worries.</li>
</ul>
<h3><p>Display / Graphics</p>
</h3>
<ul>
<li><a href="https://github.com/cnadler86/mp_jpeg" rel="noopener noreferrer">mp_jpeg (⭐9)</a> - A very fast MicroPython JPEG encoder and decoder for the ESP32.</li>
</ul>
<h3><p>Display / LED Matrix</p>
</h3>
<ul>
<li><a href="https://github.com/mattytrentini/micropython-wemos-led-matrix" rel="noopener noreferrer">micropython-wemos-led-matrix-shield (⭐1)</a> - Driver for Wemos D1 Mini Matrix LED shield, using TM1640 chip.</li>
</ul>
<h3><p>IO / Joystick</p>
</h3>
<ul>
<li><a href="https://github.com/cnadler86/Micropython_Joystick" rel="noopener noreferrer">Micropython_Joystick (⭐2)</a> - A simple and fast library for joysticks over ADC.</li>
</ul>
<h3><p>Motion / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/cnadler86/MicroPython_Motor" rel="noopener noreferrer">MicroPython Motor Kit (⭐8)</a> - General motor control libraries.</li>
</ul>
<h3><p>Sensors / Radiation</p>
</h3>
<ul>
<li><a href="https://github.com/Wangzhaotian725/micropython-geiger" rel="noopener noreferrer">micropython-geiger (⭐0)</a> - Geiger counter with MicroPython card.</li>
</ul>
<h3><p>Tutorials / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/CoderDojoTC/micropython" rel="noopener noreferrer">CoderDojo Twin Cities MicroPython (⭐31)</a> - Full coding curriculum for teaching MicroPython to children.</li>
</ul>
<h3><p>Books / SRAM</p>
</h3>
<ul>
<li><a href="https://www.mhprofessional.com/python-for-microcontrollers-getting-started-with-micropython-9781259644535-usa-group" rel="noopener noreferrer">Python for Microcontrollers: Getting Started with MicroPython</a> - By Donald Norris. ISBN 9781259644535.</li>
</ul>
<h3><p>IDEs / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/Micropython-Editor" rel="noopener noreferrer">pye (⭐249)</a> - On device editor.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/03/03/"/>
    <summary>9 awesome projects updated on Mar 03, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/02/11/</id>
    <title>Awesome Micropython Updates on Feb 11, 2025</title>
    <updated>2025-02-11T12:51:21.760Z</updated>
    <published>2025-02-11T12:51:21.297Z</published>
    <content type="html"><![CDATA[<h3><p>IO / Joystick</p>
</h3>
<ul>
<li><a href="https://github.com/HowManyOliversAreThere/micropython-joystick-2-unit" rel="noopener noreferrer">micropython-joystick-2-unit (⭐1)</a> - Driver for the <a href="https://docs.m5stack.com/en/unit/Unit-JoyStick2" rel="noopener noreferrer">M5Stack Joystick 2 Unit</a>.</li>
</ul>
<h3><p>Storage / Database</p>
</h3>
<ul>
<li><a href="https://github.com/TimonW-Dev/micropg_superlite" rel="noopener noreferrer">micropg_superlite (⭐0)</a> - 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.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/02/11/"/>
    <summary>2 awesome projects updated on Feb 11, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/12/16/</id>
    <title>Awesome Micropython Updates on Dec 16, 2024</title>
    <updated>2024-12-16T12:56:06.815Z</updated>
    <published>2024-12-16T12:56:06.815Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/bradcar/MicroPython_BMPxxx" rel="noopener noreferrer">MicroPython-BMPxxx (⭐7)</a> - Driver for BMP585, BMP581, BMP390, BMP280 Bosch temperature/pressure sensors.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/12/16/"/>
    <summary>1 awesome projects updated on Dec 16, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/11/21/</id>
    <title>Awesome Micropython Updates on Nov 21, 2024</title>
    <updated>2024-11-21T12:54:12.200Z</updated>
    <published>2024-11-21T12:54:11.511Z</published>
    <content type="html"><![CDATA[<h3><p>Display / Graphics</p>
</h3>
<ul>
<li><a href="https://github.com/unital/tempe" rel="noopener noreferrer">Tempe (⭐21)</a> - Efficient MicroPython graphics library built on top of <code>framebuf</code>.</li>
</ul>
<h3><p>Books / SRAM</p>
</h3>
<ul>
<li><a href="https://www.packtpub.com/en-us/product/micropython-cookbook-9781838641955" rel="noopener noreferrer">MicroPython Cookbook</a> - By Marwan Alsabbagh. ISBN 9781838649951.</li>
</ul>

<ul>
<li><a href="https://www.packtpub.com/en-us/product/micropython-projects-9781789952537" rel="noopener noreferrer">MicroPython Projects</a> - By Jacob Beningo. ISBN 9781789958034.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/11/21/"/>
    <summary>3 awesome projects updated on Nov 21, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/11/12/</id>
    <title>Awesome Micropython Updates on Nov 12, 2024</title>
    <updated>2024-11-12T12:56:58.728Z</updated>
    <published>2024-11-12T12:56:57.585Z</published>
    <content type="html"><![CDATA[<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/jornamon/micropython_nonblocking_buzzer" rel="noopener noreferrer">micropython_nonblocking_buzzer (⭐1)</a> - 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.</li>
</ul>
<h3><p>Communications / APIs</p>
</h3>
<ul>
<li><a href="https://github.com/antirez/micropython-telegram-bot" rel="noopener noreferrer">micropython-telegram-bot (⭐56)</a> - MicroPython telegram bot library: simple way to put your IoT projects on the cloud.</li>
</ul>

<ul>
<li><a href="https://github.com/PerfecXX/MicroPython-GoogleSheet" rel="noopener noreferrer">MicroPython-GoogleSheet (⭐19)</a> - Fetch, update or append data in Google Sheets using Google Apps Script API.</li>
</ul>
<h3><p>Communications / Bluetooth</p>
</h3>
<ul>
<li><a href="https://github.com/ekspla/micropython_aioble_examples" rel="noopener noreferrer">micropython_aioble_examples (⭐5)</a> - A few aioble (asyncio BLE) examples of MicroPython using ESP32.</li>
</ul>
<h3><p>Communications / GSM</p>
</h3>
<ul>
<li><a href="https://github.com/aleppax/SIM800L-micropython" rel="noopener noreferrer">SIM800L-micropython (⭐0)</a> - MicroPython wrapper for common SIM800L AT commands.</li>
</ul>

<ul>
<li><a href="https://github.com/basanovase/sim7600" rel="noopener noreferrer">sim7600 (⭐9)</a> - MicroPython library for SIM7600 module.</li>
</ul>

<ul>
<li><a href="https://github.com/basanovase/sim900" rel="noopener noreferrer">sim900 (⭐3)</a> - MicroPython library for SIM900 GSM/GPRS module.</li>
</ul>
<h3><p>Communications / LoRa</p>
</h3>
<ul>
<li><a href="https://github.com/xreef/EByte_LoRa_E220_micropython_library" rel="noopener noreferrer">EByte_LoRa_E220_micropython_library (⭐25)</a> - MicroPython LoRa EBYTE E220 devices.</li>
</ul>

<ul>
<li><a href="https://github.com/xreef/EByte_LoRa_E22_micropython_library" rel="noopener noreferrer">EByte_LoRa_E22_micropython_library (⭐9)</a> - MicroPython LoRa EBYTE E22 devices.</li>
</ul>

<ul>
<li><a href="https://github.com/xreef/EByte_LoRa_E32_micropython_library" rel="noopener noreferrer">EByte_LoRa_E32_micropython_library (⭐9)</a> - MicroPython LoRa EBYTE E32 devices.</li>
</ul>
<h3><p>Communications / NTP</p>
</h3>
<ul>
<li><a href="https://github.com/ekondayan/micropython-ntp" rel="noopener noreferrer">micropython-ntp (⭐16)</a> - Robust NTP library for MicroPython.</li>
</ul>
<h3><p>Communications / Proxy</p>
</h3>
<ul>
<li><a href="https://github.com/shawwwn/uProxy" rel="noopener noreferrer">uProxy (⭐6)</a> - An asyncio-based, memory-efficient HTTP/HTTPS/SOCKS4/SOCKS5 forward proxy server for MicroPython, compatible with CPython.</li>
</ul>
<h3><p>Communications / RTC</p>
</h3>
<ul>
<li><a href="https://github.com/ekspla/micropython_rx-8035" rel="noopener noreferrer">micropython_rx-8035 (⭐0)</a> - A MicroPython Driver for Seiko Epson's RTC, RX-8035SA/LC.</li>
</ul>
<h3><p>Communications / Time</p>
</h3>
<ul>
<li><a href="https://github.com/iyassou/ustrftime" rel="noopener noreferrer">ustrftime (⭐6)</a> - A MicroPython implementation of time.strftime.</li>
</ul>
<h3><p>Communications / Web</p>
</h3>
<ul>
<li><a href="https://github.com/majoson-chen/micropython-urouter" rel="noopener noreferrer">micropython-urouter (⭐53)</a> - A lightweight HTTP request routing processing support library based on MicroPython. The previous name was micro-route.</li>
</ul>
<h3><p>Display / Fonts</p>
</h3>
<ul>
<li><a href="https://github.com/antirez/microfont" rel="noopener noreferrer">microfont (⭐72)</a> - Text drawing library for MicroPython framebuffer.</li>
</ul>
<h3><p>Display / LCD TFT</p>
</h3>
<ul>
<li><a href="https://github.com/antirez/ST77xx-pure-MP" rel="noopener noreferrer">ST77xx-pure-MP (⭐50)</a> - Pure MicroPython driver for ST77xx displays. Low memory requirements.</li>
</ul>

<ul>
<li><a href="https://github.com/OneMadGypsy/upy-st7789" rel="noopener noreferrer">upy-st7789 (⭐6)</a> - A simple ST7789 driver written in MicroPython.</li>
</ul>
<h3><p>Display / LED Segment</p>
</h3>
<ul>
<li><a href="https://github.com/rdagger/micropython-hpdl1414" rel="noopener noreferrer">micropython-hpdl1414 (⭐1)</a> - MicroPython HPDL-1414 Display Driver.</li>
</ul>
<h3><p>Display / LEDs</p>
</h3>
<ul>
<li><a href="https://github.com/hybotix/micropython-ht16k33" rel="noopener noreferrer">micropython-ht16k33 (⭐47)</a> - MicroPython driver for the HT16K33, a LED matrix, 7-Segment Numeric, and 14-Segment Alphanumeric display driver IC.</li>
</ul>
<h3><p>Display / OLED</p>
</h3>
<ul>
<li><a href="https://github.com/rdagger/micropython-ssd1306" rel="noopener noreferrer">micropython-ssd1306 (⭐1)</a> - MicroPython SPI &amp; I2C Display Driver for SSD1306 monochrome OLED.</li>
</ul>
<h3><p>IO / ADC</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/ads1115" rel="noopener noreferrer">ads1115 (⭐0)</a> - MicroPython module for managing ADS1115, multichannel, differential I2C ADC from TI.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/mcp3421" rel="noopener noreferrer">mcp3421 (⭐0)</a> - MicroPython module for controlling MCP342X, 18-bit analog-to-digital converter with I2C interface.</li>
</ul>

<ul>
<li><a href="https://github.com/scruss/micropython-MCP3001" rel="noopener noreferrer">micropython-MCP3001 (⭐0)</a> - MicroPython driver for the MCP3001 1-channel 10-bit ADC with SPI interface.</li>
</ul>
<h3><p>IO / DAC</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/mpyDAC" rel="noopener noreferrer">mpyDAC (⭐0)</a> - MicroPython module for controlling MCP4725, 12-bit digital analog converter (CAP) with EEPROM memory.</li>
</ul>
<h3><p>IO / IO-Expander</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/mcp23017" rel="noopener noreferrer">mcp23017 (⭐0)</a> - MicroPython module for MCP23017, 16-Bit I/O Expander with Serial Interface.</li>
</ul>

<ul>
<li><a href="https://github.com/rdagger/micropython-sx1509" rel="noopener noreferrer">micropython-sx1509 (⭐1)</a> - MicroPython SX1509 I/O Expander Library.</li>
</ul>
<h3><p>IO / Keyboard</p>
</h3>
<ul>
<li><a href="https://github.com/PerfecXX/MicroPython-SimpleKeypad" rel="noopener noreferrer">MicroPython-SimpleKeypad (⭐9)</a> - MicroPython library for interfacing with a keypad matrix.</li>
</ul>
<h3><p>IO / Rotary Encoder</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/AS5600" rel="noopener noreferrer">AS5600 (⭐3)</a> - MicroPython module for controlling single-turn magnetic encoder AS5600.</li>
</ul>
<h3><p>Motion / Servo</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/pca9685" rel="noopener noreferrer">pca9685 (⭐0)</a> - MicroPython module for managing a 16-channel SHIM controller, PCA9685</li>
</ul>
<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/bmp581" rel="noopener noreferrer">bmp581 (⭐0)</a> - MicroPython module for BMP581, pressure and ambient temperature sensor from Bosch Sensortec.</li>
</ul>
<h3><p>Sensors / Colour</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/veml6040" rel="noopener noreferrer">veml6040 (⭐1)</a> - MicroPython module for managing a color sensor RGBW, VEML6040 from Vishay.</li>
</ul>
<h3><p>Sensors / Compass</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/QMC5883" rel="noopener noreferrer">QMC5883 (⭐0)</a> - MicroPython module for control QMC5883L geomagnetic sensor.</li>
</ul>
<h3><p>Sensors / Current</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/INA_TI" rel="noopener noreferrer">INA_TI (⭐0)</a> - MicroPython module for controlling INA219, INA226 - A two-directional current / power monitor with the I2C interface.</li>
</ul>
<h3><p>Sensors / Distance IR</p>
</h3>
<ul>
<li><a href="https://github.com/basanovase/GP2Y0A21YK" rel="noopener noreferrer">GP2Y0A21YK (⭐1)</a> - GP2Y0A21YK MicroPython library.</li>
</ul>
<h3><p>Sensors / Distance Laser</p>
</h3>
<ul>
<li><a href="https://github.com/antirez/vl53l0x-nb" rel="noopener noreferrer">vl53l0x-nb (⭐9)</a> - Fork of MicroPython driver for vl53l0x TOF sensor to add non-blocking mode.</li>
</ul>
<h3><p>Sensors / Light</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/opt3001" rel="noopener noreferrer">opt3001 (⭐0)</a> - MicroPython module for OPT3001, external lighting sensor from Texas Instruments.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/ltr390uv" rel="noopener noreferrer">ltr390uv (⭐0)</a> - MicroPython module for LTR390UV, ambient light sensor in the visible and ultraviolet ranges.</li>
</ul>
<h3><p>Sensors / Magnetometer</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/MMC5603" rel="noopener noreferrer">MMC5603 (⭐0)</a> - MicroPython module for MMC5603 geomagnetic sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/HSCDTD008A" rel="noopener noreferrer">HSCDTD008A (⭐0)</a> - MicroPython module for HSCDTD008A geomagnetic sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/RM3100" rel="noopener noreferrer">RM3100 (⭐2)</a> - MicroPython module for RM3100 geomagnetic sensor.</li>
</ul>
<h3><p>Sensors / Temperature Analog</p>
</h3>
<ul>
<li><a href="https://github.com/scruss/micropython-simple-thermistor" rel="noopener noreferrer">micropython-simple-thermistor (⭐0)</a> - Read NTC thermistor temperature wired in a potential divider.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/antirez/bme680-pure-mp" rel="noopener noreferrer">bme680-pure-mp (⭐17)</a> - Pure MicroPython Bosch BME680 sensor driver.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/SHT4X" rel="noopener noreferrer">SHT4X (⭐0)</a> - MicroPython module for controlling the SHT4x - 4th generation relative humidity and temperature sensor.</li>
</ul>
<h3><p>Sensors / Touch Capacitive</p>
</h3>
<ul>
<li><a href="https://github.com/antirez/micropython-ft6x06" rel="noopener noreferrer">micropython-ft6x06 (⭐10)</a> - Simple driver for FT6x06 capacitive touch sensor in pure Python.</li>
</ul>
<h3><p>Storage / Database</p>
</h3>
<ul>
<li><a href="https://github.com/crate/micropython-cratedb/" rel="noopener noreferrer">micropython-cratedb (⭐10)</a> - MicroPython driver for CrateDB databases.</li>
</ul>
<h3><p>Storage / SD</p>
</h3>
<ul>
<li><a href="https://github.com/jornamon/mp-sdcard-littleFS" rel="noopener noreferrer">mp-sdcard-littleFS (⭐5)</a> - MicroPython SD card driver that works with LittleFS2 (implements extended interface).</li>
</ul>
<h3><p>Logging / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/majoson-chen/micropython-ulogger" rel="noopener noreferrer">micropython-ulogger (⭐40)</a> - Lightweight log module customized for MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/11/12/"/>
    <summary>48 awesome projects updated on Nov 12, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/31/</id>
    <title>Awesome Micropython Updates on Oct 31, 2024</title>
    <updated>2024-10-31T01:56:52.335Z</updated>
    <published>2024-10-31T01:56:52.335Z</published>
    <content type="html"><![CDATA[<h3><p>Display / LEDs</p>
</h3>
<ul>
<li><a href="https://github.com/eosti/micropython-aw210xx" rel="noopener noreferrer">micropython-aw210xx (⭐0)</a> - Driver for Awinic's AW210xx line of 8-bit LED drivers.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/31/"/>
    <summary>1 awesome projects updated on Oct 31, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/23/</id>
    <title>Awesome Micropython Updates on Oct 23, 2024</title>
    <updated>2024-10-23T12:51:14.709Z</updated>
    <published>2024-10-23T12:51:13.748Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / DNS</p>
</h3>
<ul>
<li><a href="https://github.com/vshymanskyy/aiodns" rel="noopener noreferrer">aiodns (⭐23)</a> - A small, versatile DNS client that provides an async version of <code>getaddrinfo</code> and works with any connectivity.</li>
</ul>
<h3><p>Code Generation / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/vshymanskyy/wasm2mpy" rel="noopener noreferrer">wasm2mpy (⭐153)</a> - Compile WebAssembly to native MicroPython <code>.mpy</code> files. Allows writing code in various statically compiled languages, and translating them to C for near-native performance.</li>
</ul>
<h3><p>IDEs / SRAM</p>
</h3>
<ul>
<li><a href="https://viper-ide.org" rel="noopener noreferrer">ViperIDE</a> - An innovative MicroPython / CircuitPython IDE for Web and Mobile. No installation required.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/23/"/>
    <summary>3 awesome projects updated on Oct 23, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/10/12/</id>
    <title>Awesome Micropython Updates on Oct 12, 2024</title>
    <updated>2024-10-12T01:51:00.947Z</updated>
    <published>2024-10-12T01:51:00.287Z</published>
    <content type="html"><![CDATA[<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/EMATech/micropython-midi" rel="noopener noreferrer">micropython-midi (⭐5)</a> - A MIDI implementation example for MicroPython.</li>
</ul>
<h3><p>Communications / Compression</p>
</h3>
<ul>
<li><a href="https://github.com/jonnor/micropython-zipfile" rel="noopener noreferrer">micropython-zipfile (⭐16)</a> - Read/write ZIP archive files. Ported from CPython, supports DEFLATE compression.</li>
</ul>
<h3><p>Sensors / Camera</p>
</h3>
<ul>
<li><a href="https://github.com/cnadler86/micropython-camera-API" rel="noopener noreferrer">micropython-camera-API (⭐136)</a> - Project with the aim of supporting cameras across various ports in MicroPython, starting with the ESP32 port and Omnivision cameras (OV2640 &amp; OV5640).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/10/12/"/>
    <summary>3 awesome projects updated on Oct 12, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/09/15/</id>
    <title>Awesome Micropython Updates on Sep 15, 2024</title>
    <updated>2024-09-15T15:33:10.187Z</updated>
    <published>2024-09-15T15:33:10.187Z</published>
    <content type="html"><![CDATA[<h3><p>Mathematics / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/sjaak31367/micropython_perlin" rel="noopener noreferrer">Micropython Perlin (⭐1)</a> - A Perlin noise generator module.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/09/15/"/>
    <summary>1 awesome projects updated on Sep 15, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/08/16/</id>
    <title>Awesome Micropython Updates on Aug 16, 2024</title>
    <updated>2024-08-16T12:45:53.070Z</updated>
    <published>2024-08-16T12:45:53.070Z</published>
    <content type="html"><![CDATA[<h3><p>Mathematics / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/jonnor/micropython-npyfile/" rel="noopener noreferrer">micropython-npyfile (⭐4)</a> - Numpy .npy file support for MicroPython, supports read/write/streaming.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/08/16/"/>
    <summary>1 awesome projects updated on Aug 16, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/07/26/</id>
    <title>Awesome Micropython Updates on Jul 26, 2024</title>
    <updated>2024-07-26T01:39:37.800Z</updated>
    <published>2024-07-26T01:39:37.476Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Accelerometer Digital</p>
</h3>
<ul>
<li><a href="https://github.com/antirez/bma423-pure-mp" rel="noopener noreferrer">bma423-pure-mp (⭐10)</a> - MicroPython Driver for the Bosch 423 accelerometer. Includes FIFO support. ⏩</li>
</ul>
<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/jornamon/mp-bmp3xx-full" rel="noopener noreferrer">mp-bmp3xx-full (⭐4)</a> - MicroPython driver for the Bosch BMP3xx range of barometric pressure sensors. Includes FIFO support. ⏩</li>
</ul>
<h3><p>Books / SRAM</p>
</h3>
<ul>
<li><a href="https://store.rpipress.cc/collections/books/products/get-started-with-micropython-on-raspberry-pi-pico-2nd-edition" rel="noopener noreferrer">Get Started with MicroPython on Raspberry Pi Pico 2nd Edition</a> - By Gareth Halfacree and Ben Everard. ISBN 9781912047291.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/07/26/"/>
    <summary>3 awesome projects updated on Jul 26, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/07/07/</id>
    <title>Awesome Micropython Updates on Jul 07, 2024</title>
    <updated>2024-07-07T08:54:38.698Z</updated>
    <published>2024-07-07T08:54:37.925Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / MQTT</p>
</h3>
<ul>
<li><a href="https://github.com/sciotaio/micropython-sparkplugb" rel="noopener noreferrer">micropython-sparkplugb (⭐12)</a> - MicroPython compatible implementation of the Eclipse Sparkplug B Specification.</li>
</ul>
<h3><p>IO / ADC</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/CS1237" rel="noopener noreferrer">CS1237 (⭐5)</a> - MicroPython driver for the CS1237 ADC.</li>
</ul>
<h3><p>Sensors / Load Cell</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/hx711" rel="noopener noreferrer">hx711 (⭐65)</a> - MicroPython driver for the HX711 load cell interface.</li>
</ul>

<ul>
<li><a href="https://github.com/robert-hh/hx710" rel="noopener noreferrer">hx710 (⭐2)</a> - MicroPython driver for the HX710 load cell interface.</li>
</ul>
<h3><p>Sensors / Temperature Analog</p>
</h3>
<ul>
<li><a href="https://github.com/sufyanaslam198/max31865" rel="noopener noreferrer">max31865 (⭐3)</a> - Precision resistance-to-digital converter optimized for platinum resistance temperature detectors, SPI interface.</li>
</ul>
<h3><p>Books / SRAM</p>
</h3>
<ul>
<li><a href="https://www.amazon.com/Programming-ESP32-MicroPython-Coding-Electronics/dp/1739487451/" rel="noopener noreferrer">Programming ESP32: Learn MicroPython Coding and Electronics</a> - By Simon Monk. ISBN 9781739487454.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/07/07/"/>
    <summary>6 awesome projects updated on Jul 07, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/04/14/</id>
    <title>Awesome Micropython Updates on Apr 14, 2024</title>
    <updated>2024-04-14T14:52:24.758Z</updated>
    <published>2024-04-14T14:52:23.805Z</published>
    <content type="html"><![CDATA[<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/yx5300.py" rel="noopener noreferrer">yx5300 (⭐15)</a> - MP3 player that can be controlled via a serial interface.</li>
</ul>
<h3><p>Display / E-Paper</p>
</h3>
<ul>
<li><a href="https://github.com/antirez/uc8151_micropython" rel="noopener noreferrer">uc8151_micropython (⭐162)</a> - UC8151 / IL0373 MicroPython e-paper display driver with support for greyscales and fast updates.</li>
</ul>
<h3><p>Display / GUI</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-touch" rel="noopener noreferrer">micropython-touch (⭐58)</a> - Derived from nano-gui and supporting the same displays and hosts, this offers touch input. Supports various touch controllers.</li>
</ul>
<h3><p>Display / LCD Character</p>
</h3>
<ul>
<li><a href="https://github.com/Thomascountz/micropython_i2c_lcd" rel="noopener noreferrer">micropython_i2c_lcd (⭐6)</a> - 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.</li>
</ul>
<h3><p>Display / LED Matrix</p>
</h3>
<ul>
<li><a href="https://github.com/CatMeowByte/LED_panel_upy" rel="noopener noreferrer">LED_panel_upy (⭐2)</a> - MicroPython driver module for Panel P10 32x16 Matrix display and its variants.</li>
</ul>
<h3><p>IO / Multiplexer</p>
</h3>
<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/tca9548a.py" rel="noopener noreferrer">tca9548a (⭐15)</a> - MicroPython driver for the TCA9548A I2C multiplexer.</li>
</ul>
<h3><p>Sensors / Biometric</p>
</h3>
<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/max30102.py" rel="noopener noreferrer">max30102 (⭐15)</a> - MicroPython driver for the MAX30102, with heartbeat detection and BPM measurement.</li>
</ul>
<h3><p>Sensors / Distance Laser</p>
</h3>
<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/vl53l1x.py" rel="noopener noreferrer">vl53l1x (⭐15)</a> - MicroPython driver for the VL53L1X ToF sensor.</li>
</ul>
<h3><p>Sensors / Human Presence</p>
</h3>
<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/ld2410.py" rel="noopener noreferrer">ld2410 (⭐15)</a> - 24GHz human presence sensing module, capable of detecting moving and stationary targets, and providing an approximate range.</li>
</ul>
<h3><p>Sensors / Load Cell</p>
</h3>
<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/hx710.py" rel="noopener noreferrer">hx710 (⭐15)</a> - MicroPython driver for the HX710.</li>
</ul>
<h3><p>Sensors / Proximity</p>
</h3>
<ul>
<li><a href="https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/apds9960.py" rel="noopener noreferrer">apds9960 (⭐15)</a> - MicroPython Driver for the APDS9960, with simple gesture detection.</li>
</ul>
<h3><p>Tutorials / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md" rel="noopener noreferrer">asyncio (⭐816)</a> - Write asynchronous code which interfaces to hardware devices.</li>
</ul>
<h3><p>Firmware / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/jonahbron/micropython-builder" rel="noopener noreferrer">micropython-builder (⭐0)</a> - Tool for building and flashing a custom MicroPython firmware.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/04/14/"/>
    <summary>13 awesome projects updated on Apr 14, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/03/07/</id>
    <title>Awesome Micropython Updates on Mar 07, 2024</title>
    <updated>2024-03-07T01:08:10.576Z</updated>
    <published>2024-03-07T01:08:10.576Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Distance Ultrasonic</p>
</h3>
<ul>
<li><a href="https://github.com/mores/TheMissingLink/tree/main/Seeed_MicroPython_UltrasonicRanger" rel="noopener noreferrer">micropython-grove-ultrasonic-ranger (⭐1)</a> - Driver for SeeedStudio's Grove Ultrasonic Ranger.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/03/07/"/>
    <summary>1 awesome projects updated on Mar 07, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/03/02/</id>
    <title>Awesome Micropython Updates on Mar 02, 2024</title>
    <updated>2024-03-02T12:34:08.733Z</updated>
    <published>2024-03-02T12:34:08.464Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Air Quality</p>
</h3>
<ul>
<li><a href="https://github.com/aleppax/micropython-SNGCJA5" rel="noopener noreferrer">micropython-SNGCJA5 (⭐0)</a> - MicroPython driver for Panasonic SN-GCJA5 particulate matter (PM) sensor.</li>
</ul>
<h3><p>Storage / Configuration file</p>
</h3>
<ul>
<li><a href="https://github.com/aleppax/upyftsconf" rel="noopener noreferrer">uPyftsConf (⭐8)</a> - MicroPython Far Too Simple Config File. Single file library that writes configurations to itself.</li>
</ul>
<h3><p>Utilities / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/mattytrentini/micropython-hexdump" rel="noopener noreferrer">micropython-hexdump (⭐4)</a> - An implementation of Hexdump for MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/03/02/"/>
    <summary>3 awesome projects updated on Mar 02, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/02/08/</id>
    <title>Awesome Micropython Updates on Feb 08, 2024</title>
    <updated>2024-02-08T09:47:55.162Z</updated>
    <published>2024-02-08T09:47:54.315Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Bluetooth</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-aioble-itag" rel="noopener noreferrer">micropython-aioble-itag (⭐9)</a> - Examples using aioble to interact with iTag BLE keychain tags.</li>
</ul>
<h3><p>Display / Graphics</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_UPLOT" rel="noopener noreferrer">MicroPython_UPLOT (⭐4)</a> - MicroPython Small Graphics Framework.</li>
</ul>
<h3><p>IO / Multiplexer</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-tca9548a" rel="noopener noreferrer">micropython-tca9548a (⭐16)</a> - MicroPython examples using TCA9548A I2C multiplexer.</li>
</ul>
<h3><p>IO / Relay</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-xl9535-kxv5-relay" rel="noopener noreferrer">micropython-xl9535-kxv5-relay (⭐13)</a> - A MicroPython library for jxl XL9535-KxV5 I2C relay boards.</li>
</ul>
<h3><p>Sensors / Colour</p>
</h3>
<ul>
<li><a href="https://github.com/QuirkyCort/micropython-gy33" rel="noopener noreferrer">micropython-gy33 (⭐3)</a> - UART and I2C drivers for GY-33 module (TCS3472 color sensor).</li>
</ul>
<h3><p>Sensors / Distance Laser</p>
</h3>
<ul>
<li><a href="https://github.com/Dnapert/LidarLight_v3HP_micropython" rel="noopener noreferrer">LidarLight_v3HP_micropython (⭐0)</a> - A MicroPython library for the Garmin Lidar Lite v3HP.</li>
</ul>
<h3><p>Sensors / Temperature Analog</p>
</h3>
<ul>
<li><a href="https://github.com/Trexation/micropython-generic-thermistor" rel="noopener noreferrer">micropython-generic-thermistor (⭐3)</a> - MicroPython Generic Thermistor Library for simplified temperature sensing using NTC thermistors with voltage dividers.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-hdc1080" rel="noopener noreferrer">micropython-hdc1080 (⭐3)</a> - MicroPython driver for the HDC1080 temperature and humidity sensor.</li>
</ul>
<h3><p>Storage / Flash</p>
</h3>
<ul>
<li><a href="https://github.com/bixb922/freezeFS" rel="noopener noreferrer">freezeFS (⭐33)</a> - Create self-extracting compressed or self-mounting archives for MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/02/08/"/>
    <summary>9 awesome projects updated on Feb 08, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/12/27/</id>
    <title>Awesome Micropython Updates on Dec 27, 2023</title>
    <updated>2023-12-27T08:59:39.282Z</updated>
    <published>2023-12-27T08:59:39.282Z</published>
    <content type="html"><![CDATA[<h3><p>Mathematics / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-samples/blob/master/astronomy/README.md" rel="noopener noreferrer">Sun and Moon (⭐523)</a> - Determine Sun and Moon rise and set times, Moon phases.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/12/27/"/>
    <summary>1 awesome projects updated on Dec 27, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/09/15/</id>
    <title>Awesome Micropython Updates on Sep 15, 2023</title>
    <updated>2023-09-15T12:39:01.546Z</updated>
    <published>2023-09-15T12:39:01.546Z</published>
    <content type="html"><![CDATA[<h3><p>Storage / Database</p>
</h3>
<ul>
<li><a href="https://github.com/TimonW-Dev/micropg_lite" rel="noopener noreferrer">micropg_lite (⭐6)</a> - Lightweight version of micropg with some slight limitations (e.g. error handling), in order to run on low-RAM microcontrollers (works with ESP8266).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/09/15/"/>
    <summary>1 awesome projects updated on Sep 15, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/08/27/</id>
    <title>Awesome Micropython Updates on Aug 27, 2023</title>
    <updated>2023-08-27T01:24:13.601Z</updated>
    <published>2023-08-27T01:24:12.822Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Radio</p>
</h3>
<ul>
<li><a href="https://github.com/elehobica/pico_jjy_tx" rel="noopener noreferrer">pico_jjy_tx (⭐10)</a> - JJY transmitter for Raspberry Pi Pico W.</li>
</ul>

<ul>
<li><a href="https://github.com/elehobica/pico_dcf77_tx" rel="noopener noreferrer">pico_dcf77_tx (⭐12)</a> - DCF77 transmitter for Raspberry Pi Pico W.</li>
</ul>
<h3><p>Sensors / Motion Inertial</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_LSM6DSOX" rel="noopener noreferrer">MicroPython_LSM6DSOX (⭐2)</a> - ARCHIVED. MicroPython Library for the ST LSM6DSOX accelerometer/gyro Sensor.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/08/27/"/>
    <summary>3 awesome projects updated on Aug 27, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/08/09/</id>
    <title>Awesome Micropython Updates on Aug 09, 2023</title>
    <updated>2023-08-09T01:39:49.203Z</updated>
    <published>2023-08-09T01:39:49.203Z</published>
    <content type="html"><![CDATA[<h3><p>AI</p>
</h3>
<ul>
<li><a href="https://github.com/emlearn/emlearn-micropython" rel="noopener noreferrer">emlearn-micropython (⭐148)</a> - Efficient Machine Learning engine for MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/08/09/"/>
    <summary>1 awesome projects updated on Aug 09, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/08/08/</id>
    <title>Awesome Micropython Updates on Aug 08, 2023</title>
    <updated>2023-08-08T01:37:47.157Z</updated>
    <published>2023-08-08T01:37:47.022Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Motion Inertial</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_BMI270" rel="noopener noreferrer">MicroPython_BMI270 (⭐11)</a> - ARCHIVED. MicroPython Driver for the Bosch BMI270 Accelerometer/Gyro Sensor.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_PCT2075" rel="noopener noreferrer">MicroPython_PCT2075 (⭐0)</a> - MicroPython Driver for the NXP Semiconductors PCT2075 Temperature Sensor.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/08/08/"/>
    <summary>2 awesome projects updated on Aug 08, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/26/</id>
    <title>Awesome Micropython Updates on Jul 26, 2023</title>
    <updated>2023-07-26T01:47:36.008Z</updated>
    <published>2023-07-26T01:47:35.575Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Accelerometer Digital</p>
</h3>
<ul>
<li><a href="https://github.com/wojciech-szmyt/msa301-micropython-driver" rel="noopener noreferrer">msa301-micropython-driver (⭐3)</a> - Homebrew MicroPython driver for MSA301 3-axis accelerometer. Tested on Raspberry Pico.</li>
</ul>
<h3><p>Shells / On Host</p>
</h3>
<ul>
<li><a href="https://github.com/bulletmark/mpr" rel="noopener noreferrer">mpr (⭐24)</a> - Wrapper for MicroPython mpremote tool.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/26/"/>
    <summary>2 awesome projects updated on Jul 26, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/20/</id>
    <title>Awesome Micropython Updates on Jul 20, 2023</title>
    <updated>2023-07-20T12:43:20.791Z</updated>
    <published>2023-07-20T12:43:20.791Z</published>
    <content type="html"><![CDATA[<h3><p>Motion / Servo</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_MOTOR" rel="noopener noreferrer">MicroPython_MOTOR (⭐1)</a> - MicroPython Helper for controlling PWM based motors.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/20/"/>
    <summary>1 awesome projects updated on Jul 20, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/19/</id>
    <title>Awesome Micropython Updates on Jul 19, 2023</title>
    <updated>2023-07-19T08:34:56.343Z</updated>
    <published>2023-07-19T08:34:56.089Z</published>
    <content type="html"><![CDATA[<h3><p>IO / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/owainm713/AD9833-MicroPython-Module" rel="noopener noreferrer">AD9833-MicroPython-Module (⭐12)</a> - MicroPython module to use the AD9833 programmable waveform generator.</li>
</ul>
<h3><p>Sensors / Magnetometer</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_MMC5983" rel="noopener noreferrer">MicroPython_MMC5983 (⭐0)</a> - MicroPython Library for the Memsic MMC5983 Magnetometer.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/19/"/>
    <summary>2 awesome projects updated on Jul 19, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/16/</id>
    <title>Awesome Micropython Updates on Jul 16, 2023</title>
    <updated>2023-07-16T02:21:56.659Z</updated>
    <published>2023-07-16T02:21:56.659Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/ekspla/D6F-PH" rel="noopener noreferrer">D6F-PH (⭐0)</a> - MicroPython module for differential pressure sensor, D6F-PH (OMRON).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/16/"/>
    <summary>1 awesome projects updated on Jul 16, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/15/</id>
    <title>Awesome Micropython Updates on Jul 15, 2023</title>
    <updated>2023-07-15T02:06:20.302Z</updated>
    <published>2023-07-15T02:06:20.302Z</published>
    <content type="html"><![CDATA[<h3><p>IO / ADC</p>
</h3>
<ul>
<li><a href="https://github.com/xreef/PCF8591_micropython_library" rel="noopener noreferrer">PCF8591_micropython_library (⭐2)</a> - MicroPython library for PCF8591 8-bit ADC/DAC.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/15/"/>
    <summary>1 awesome projects updated on Jul 15, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/12/</id>
    <title>Awesome Micropython Updates on Jul 12, 2023</title>
    <updated>2023-07-12T02:05:43.998Z</updated>
    <published>2023-07-12T02:05:42.874Z</published>
    <content type="html"><![CDATA[<h3><p>Display / Fonts</p>
</h3>
<ul>
<li><a href="https://github.com/mark-gladding/packed-font" rel="noopener noreferrer">packed-font (⭐29)</a> -  Memory efficient MicroPython fonts for the Pico Pi and SSD1306 OLED Display.</li>
</ul>
<h3><p>Motion / Servo</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_PCA9685" rel="noopener noreferrer">MicroPython_PCA9685 (⭐8)</a> - MicroPython Driver for the PCA9685 PWM control IC, commonly used to control servos, LEDs and motors.</li>
</ul>
<h3><p>IDEs / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/harbaum/upide" rel="noopener noreferrer">uPIDE (⭐31)</a> - µPIDE is a simple IDE for MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/12/"/>
    <summary>3 awesome projects updated on Jul 12, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/10/</id>
    <title>Awesome Micropython Updates on Jul 10, 2023</title>
    <updated>2023-07-10T12:49:53.764Z</updated>
    <published>2023-07-10T12:49:53.764Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Web</p>
</h3>
<ul>
<li><a href="https://github.com/oliver-joos/wlan-relays" rel="noopener noreferrer">wlan-relays (⭐0)</a> - Very simple HTTP server written in MicroPython for controlling the pins of an ESP32 board.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/10/"/>
    <summary>1 awesome projects updated on Jul 10, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/07/</id>
    <title>Awesome Micropython Updates on Jul 07, 2023</title>
    <updated>2023-07-07T02:04:31.347Z</updated>
    <published>2023-07-07T02:04:31.347Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / WiFi</p>
</h3>
<ul>
<li><a href="https://github.com/ferreira-igor/micropython-wifi_manager" rel="noopener noreferrer">micropython-wifi_manager (⭐67)</a> - WiFi Manager for ESP8266 and ESP32 using MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/07/"/>
    <summary>1 awesome projects updated on Jul 07, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/06/</id>
    <title>Awesome Micropython Updates on Jul 06, 2023</title>
    <updated>2023-07-06T12:50:49.598Z</updated>
    <published>2023-07-06T12:50:49.598Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / RPC</p>
</h3>
<ul>
<li><a href="https://github.com/zcattacz/ujrpc" rel="noopener noreferrer">ujrpc (⭐7)</a> - JSON RPC for MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/06/"/>
    <summary>1 awesome projects updated on Jul 06, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/05/</id>
    <title>Awesome Micropython Updates on Jul 05, 2023</title>
    <updated>2023-07-05T12:52:14.884Z</updated>
    <published>2023-07-05T12:52:14.824Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / APIs</p>
</h3>
<ul>
<li><a href="https://github.com/PerfecXX/micropython-linenotify" rel="noopener noreferrer">micropython-linenotify (⭐10)</a> - MicroPython library for sending notifications to Line Notify with ESP8266 and ESP32.</li>
</ul>
<h3><p>Communications / ESP-NOW</p>
</h3>
<ul>
<li><a href="https://github.com/shariltumin/mesh-espnow-micropython" rel="noopener noreferrer">mesh-espnow-micropython (⭐12)</a> - Dynamic Secure Mesh for Collaborative Nodes of IoT devices.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/05/"/>
    <summary>2 awesome projects updated on Jul 05, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/04/</id>
    <title>Awesome Micropython Updates on Jul 04, 2023</title>
    <updated>2023-07-04T02:05:36.938Z</updated>
    <published>2023-07-04T02:05:35.931Z</published>
    <content type="html"><![CDATA[<h3><p>AI</p>
</h3>
<ul>
<li><a href="https://github.com/karlsoderby/upython-chat-gpt" rel="noopener noreferrer">upython-chat-gpt (⭐30)</a> - ChatGPT for MicroPython.</li>
</ul>
<h3><p>Communications / IoT</p>
</h3>
<ul>
<li><a href="https://github.com/hilch/micropython-switchbot-thermometer-hygrometer" rel="noopener noreferrer">micropython-switchbot-thermometer-hygrometer (⭐5)</a> - Read SwitchBot Thermometer/Hygrometer via Bluetooth.</li>
</ul>
<h3><p>Sensors / Accelerometer Digital</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_MMA8452Q" rel="noopener noreferrer">MicroPython_MMA8452Q (⭐0)</a> - MicroPython Driver for the NXP MMA8452Q Accelerometer.</li>
</ul>
<h3><p>Sensors / Motion Inertial</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_ICG20660" rel="noopener noreferrer">MicroPython_ICG20660 (⭐0)</a> - ARCHIVED. MicroPython Driver for the TDK ICG20660 Accelerometer/Gyro sensor.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/04/"/>
    <summary>4 awesome projects updated on Jul 04, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/07/01/</id>
    <title>Awesome Micropython Updates on Jul 01, 2023</title>
    <updated>2023-07-01T02:11:47.137Z</updated>
    <published>2023-07-01T02:11:46.907Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_MS5611" rel="noopener noreferrer">MicroPython_MS5611 (⭐0)</a> - MicroPython Driver for the TE MS5611 Pressure and Temperature Sensor. (Archived)</li>
</ul>
<h3><p>Sensors / Colour</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_TCS3430" rel="noopener noreferrer">MicroPython_TCS3430 (⭐0)</a> - MicroPython driver for the AMS TCS3430 Color and ALS sensor.</li>
</ul>
<h3><p>Sensors / Magnetometer</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_BMM150" rel="noopener noreferrer">MicroPython_BMM150 (⭐1)</a> - MicroPython Driver for the Bosch BMM150 Magnetometer.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_AS6212" rel="noopener noreferrer">MicroPython_AS6212 (⭐0)</a> - MicroPython Library for the ASM AS6212 Temperature Sensor.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/07/01/"/>
    <summary>4 awesome projects updated on Jul 01, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/06/29/</id>
    <title>Awesome Micropython Updates on Jun 29, 2023</title>
    <updated>2023-06-29T02:02:01.522Z</updated>
    <published>2023-06-29T02:01:59.698Z</published>
    <content type="html"><![CDATA[<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/miketeachman/micropython-tas2505" rel="noopener noreferrer">micropython-tas2505 (⭐2)</a> - MicroPython driver for the Texas Instruments TAS2505 Digital Input Class-D Speaker Amplifier.</li>
</ul>
<h3><p>Communications / APIs</p>
</h3>
<ul>
<li><a href="https://github.com/gsampallo/micropython_demo_bot" rel="noopener noreferrer">micropython_demo_bot (⭐13)</a> - Little example of how to create a bot for Telegram.</li>
</ul>

<ul>
<li><a href="https://github.com/jacklinquan/micropython-basicdweet" rel="noopener noreferrer">micropython-basicdweet (⭐4)</a> - A python module for very basic APIs of the free dweet service.</li>
</ul>

<ul>
<li><a href="https://github.com/jacklinquan/micropython-dweeter" rel="noopener noreferrer">micropython-dweeter (⭐3)</a> - A python module for messaging through the free dweet service.</li>
</ul>

<ul>
<li><a href="https://github.com/jacklinquan/micropython-cryptodweet" rel="noopener noreferrer">micropython-cryptodweet (⭐2)</a> - A python module for very basic APIs of the free dweet service with encryption.</li>
</ul>
<h3><p>Communications / CAN</p>
</h3>
<ul>
<li><a href="https://github.com/capella-ben/microPython_MCP2515" rel="noopener noreferrer">microPython_MCP2515 (⭐5)</a> - A MicroPython library for the MCP2515 CAN bus controller.</li>
</ul>
<h3><p>Communications / Cryptography</p>
</h3>
<ul>
<li><a href="https://github.com/Carglglz/mpy-mbedtls" rel="noopener noreferrer">mpy-mbedtls (⭐3)</a> - MicroPython bindings for some MbedTLS EC and x509 cert/csr functions.</li>
</ul>

<ul>
<li><a href="https://github.com/jacklinquan/micropython-cryptocfb" rel="noopener noreferrer">micropython-cryptocfb (⭐7)</a> - A Python module to encrypt and decrypt data with AES-128 CFB mode.</li>
</ul>

<ul>
<li><a href="https://github.com/shariltumin/tscp" rel="noopener noreferrer">tscp (⭐3)</a> - An endpoint-to-endpoint encryption based on Diffie-Hellman-Merkle with TLS1.3 styled handshake using MicroPython.</li>
</ul>
<h3><p>Communications / Ethernet</p>
</h3>
<ul>
<li><a href="https://github.com/wybiral/micropython-ch9121" rel="noopener noreferrer">micropython-ch9121 (⭐10)</a> - MicroPython library for controlling CH9121 Ethernet modules.</li>
</ul>
<h3><p>Communications / FTP</p>
</h3>
<ul>
<li><a href="https://github.com/MZachmann/FtpTiny-Micropython" rel="noopener noreferrer">FtpTiny-Micropython (⭐9)</a> - Really small FTP server that runs in a thread.</li>
</ul>
<h3><p>Communications / HTTP</p>
</h3>
<ul>
<li><a href="https://github.com/SpotlightKid/mrequests" rel="noopener noreferrer">mrequests (⭐62)</a> - A HTTP client module (not only) for MicroPython with an API similar to requests.</li>
</ul>
<h3><p>Communications / IoT</p>
</h3>
<ul>
<li><a href="https://github.com/agners/micropython-ha-mqtt-device" rel="noopener noreferrer">micropython-ha-mqtt-device (⭐22)</a> - MicroPython module which allows creating Entites for HomeAssistant using MQTT Discovery.</li>
</ul>

<ul>
<li><a href="https://github.com/AnthonyKNorman/ESP8266-Home-Assistant-Smart-Socket" rel="noopener noreferrer">ESP8266-Home-Assistant-Smart-Socket (⭐2)</a> - This MicroPython project is to hack a Hyleton313 cheap WiFi smart socket.</li>
</ul>

<ul>
<li><a href="https://github.com/AnthonyKNorman/ESP8266-Home-Assistant-RGB-Bulb" rel="noopener noreferrer">ESP8266-Home-Assistant-RGB-Bulb (⭐2)</a> - This MicroPython project is to hack a TYWE3S board in a cheap WiFi RGB Bulb.</li>
</ul>

<ul>
<li><a href="https://github.com/lemariva/uPyIoT" rel="noopener noreferrer">uPyIoT (⭐6)</a> - Connect an M5Stack ATOM running MicroPython to the Google Cloud Platform (GCP) to collect air-quality variables obtained from reading sensors.</li>
</ul>
<h3><p>Communications / IR</p>
</h3>
<ul>
<li><a href="https://github.com/cbrand/esp32-ir-remote" rel="noopener noreferrer">esp32-ir-remote (⭐11)</a> - A MicroPython project for running ESP32 IR remotes.</li>
</ul>
<h3><p>Communications / LoRa</p>
</h3>
<ul>
<li><a href="https://github.com/matthias-bs/loraE22" rel="noopener noreferrer">loraE22 (⭐13)</a> - A MicroPython class for the Ebyte E22 Series LoRa modules.</li>
</ul>

<ul>
<li><a href="https://github.com/wybiral/micropython-lora" rel="noopener noreferrer">micropython-lora (⭐54)</a> - MicroPython library for controlling a Semtech SX127x LoRa module over SPI.</li>
</ul>

<ul>
<li><a href="https://github.com/wybiral/micropython-aiolora" rel="noopener noreferrer">micropython-aiolora (⭐7)</a> - MicroPython library for controlling a Semtech SX127x LoRa module with asyncio API.</li>
</ul>

<ul>
<li><a href="https://github.com/wybiral/micropython-rylr" rel="noopener noreferrer">micropython-rylr (⭐5)</a> - MicroPython library for controlling Reyax LoRa modules (RYLR896, RYLR406).</li>
</ul>

<ul>
<li><a href="https://github.com/scopelemanuele/silvergeko_rfm9x" rel="noopener noreferrer">silvergeko_rfm9x (⭐1)</a> - Porting to MicroPython of adafruit_rfm9x.py library.</li>
</ul>
<h3><p>Communications / MQTT</p>
</h3>
<ul>
<li><a href="https://github.com/belyalov/tinymqtt" rel="noopener noreferrer">tinymqtt (⭐8)</a> - Async MQTT client for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/miketeachman/micropython-mqtt-thingspeak" rel="noopener noreferrer">micropython-mqtt-thingspeak (⭐26)</a> - Publish and Subscribe to ThingSpeak using MQTT with MicroPython.</li>
</ul>
<h3><p>Communications / NBD</p>
</h3>
<ul>
<li><a href="https://github.com/pulkin/unbd" rel="noopener noreferrer">unbd (⭐9)</a> - Micro implementation of network block device (NBD) for MicroPython.</li>
</ul>
<h3><p>Communications / OneWire</p>
</h3>
<ul>
<li><a href="https://github.com/kevinkk525/micropython_arduino_control" rel="noopener noreferrer">micropython_arduino_control (⭐0)</a> - MicroPython library to control an Arduino remotely, with corresponding Arduino code.</li>
</ul>
<h3><p>Communications / Radio</p>
</h3>
<ul>
<li><a href="https://github.com/Aschhoff/ESP32-433Mhz-Transmitter" rel="noopener noreferrer">ESP32-433Mhz-Transmitter (⭐12)</a> - A pure MicroPython RF transmitter. You can create and add your own encoder.</li>
</ul>
<h3><p>Communications / RTC</p>
</h3>
<ul>
<li><a href="https://github.com/HAIZAKURA/esp-ds3231-micropython" rel="noopener noreferrer">esp-ds3231-micropython (⭐8)</a> - A DS3231 library for ESP8266/ESP32 with MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/lewisxhe/PCF8563_PythonLibrary" rel="noopener noreferrer">PCF8563_PythonLibrary (⭐10)</a> - MicroPython library for NXP PCF8563 Real-time clock/calendar.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/DS3231" rel="noopener noreferrer">DS3231 (⭐0)</a> - MicroPython module for the DS3231 clock from Maxim Integrated.</li>
</ul>

<ul>
<li><a href="https://github.com/peter-l5/DS1307" rel="noopener noreferrer">DS1307 (⭐2)</a> - MicroPython driver for the DS1307 real time clock.</li>
</ul>

<ul>
<li><a href="https://github.com/pangopi/micropython-DS3231-AT24C32" rel="noopener noreferrer">micropython-DS3231-AT24C32 (⭐34)</a> - MicroPython driver for DS3231 RTC.</li>
</ul>
<h3><p>Communications / Serial</p>
</h3>
<ul>
<li><a href="https://github.com/insighio/microSDI12" rel="noopener noreferrer">microSDI12 (⭐14)</a> - A mini SDI-12 implementation for getting sensor info over RS-485.</li>
</ul>
<h3><p>Communications / Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/dmazzella/ucbor" rel="noopener noreferrer">ucbor (⭐5)</a> - Lightweight implementation of cbor for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/SpotlightKid/upy-msgpack" rel="noopener noreferrer">upy-msgpack (⭐1)</a> - A lightweight MessagePack (de)serialization library (not only) for MicroPython.</li>
</ul>
<h3><p>Communications / Sockets</p>
</h3>
<ul>
<li><a href="https://github.com/jczic/XAsyncSockets" rel="noopener noreferrer">XAsyncSockets (⭐43)</a> - XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.</li>
</ul>
<h3><p>Communications / Web</p>
</h3>
<ul>
<li><a href="https://github.com/joewez/CaptiveWebServer" rel="noopener noreferrer">CaptiveWebServer (⭐1)</a> - Simple MicroPython web server for serving a website from a captive portal.</li>
</ul>
<h3><p>Communications / WiFi</p>
</h3>
<ul>
<li><a href="https://github.com/Carglglz/mpy-wpa_supplicant" rel="noopener noreferrer">mpy-wpa_supplicant (⭐1)</a> - MicroPython module to connect to the nearest known Wifi AP.</li>
</ul>
<h3><p>Display / E-Paper</p>
</h3>
<ul>
<li><a href="https://github.com/lemariva/uPyEINK" rel="noopener noreferrer">uPyEINK (⭐31)</a> - Control a Waveshare 7.5" E-INK display using an ESP32 running MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/rdagger/MicroPython-2.9-inch-ePaper-Library" rel="noopener noreferrer">MicroPython-2.9-inch-ePaper-Library (⭐15)</a> - MicroPython Display Driver for WaveShare 2.9inch e-Paper Display (B).</li>
</ul>
<h3><p>Display / Fonts</p>
</h3>
<ul>
<li><a href="https://github.com/alankrantas/micropython_GT30L24T3Y_big5_font" rel="noopener noreferrer">micropython_GT30L24T3Y_big5_font (⭐2)</a> - MicroPython driver for reading BIG-5 Chinese characters from GT30L24T3Y / ER3303-1 SPI module.</li>
</ul>

<ul>
<li><a href="https://github.com/russhughes/ttgo-hershey-fonts" rel="noopener noreferrer">ttgo-hershey-fonts (⭐28)</a> - MicroPython Hershey font demo for the TTGO-LCD board.</li>
</ul>
<h3><p>Display / Graphics</p>
</h3>
<ul>
<li><a href="https://github.com/jacklinquan/micropython-microbmp" rel="noopener noreferrer">micropython-microbmp (⭐13)</a> - A small Python module for BMP image processing.</li>
</ul>
<h3><p>Display / GUI</p>
</h3>
<ul>
<li><a href="https://github.com/kdschlosser/mp_lvgl_widgets" rel="noopener noreferrer">mp_lvgl_widgets (⭐3)</a> - Widgets for the MicroPython Port of LVGL.</li>
</ul>

<ul>
<li><a href="https://github.com/lemariva/micropython-core2" rel="noopener noreferrer">micropython-core2 (⭐62)</a> - Extends LV-MicroPython for the M5Stack CORE2 with MPU6886, ILI9342C, BM8563 and AXP192 drivers.</li>
</ul>
<h3><p>Display / LCD TFT</p>
</h3>
<ul>
<li><a href="https://github.com/russhughes/st7789s3_esp_lcd" rel="noopener noreferrer">st7789s3_esp_lcd (⭐20)</a> - Fast ESP_LCD based MicroPython driver for the TTGO T-Display-S3 st7789 display written in C.</li>
</ul>

<ul>
<li><a href="https://github.com/russhughes/s3lcd" rel="noopener noreferrer">s3lcd (⭐105)</a> - ESP_LCD based MicroPython driver for ESP32-S3 Devices with ST7789 or compatible displays.</li>
</ul>

<ul>
<li><a href="https://github.com/russhughes/thmi_py" rel="noopener noreferrer">thmi_py (⭐6)</a> - MicroPython display driver for the LILYGO T-HMI written in Python.</li>
</ul>

<ul>
<li><a href="https://github.com/russhughes/wt32sc01py" rel="noopener noreferrer">wt32sc01py (⭐15)</a> - WT32SC01 Plus MicroPython Display Driver.</li>
</ul>

<ul>
<li><a href="https://github.com/russhughes/st7789s3_mpy" rel="noopener noreferrer">st7789s3_mpy (⭐80)</a> - MicroPython display driver for the TTGO T-Display-S3 ST7789 written in C.</li>
</ul>

<ul>
<li><a href="https://github.com/russhughes/t-display-s3" rel="noopener noreferrer">t-display-s3 (⭐14)</a> - MicroPython display driver for the TTGO T-Display-S3 ST7789 written in Python.</li>
</ul>

<ul>
<li><a href="https://github.com/tkurbad/mp-ili9341" rel="noopener noreferrer">mp-ili9341 (⭐1)</a> - MicroPython Driver for ILI9341 TFT Display.</li>
</ul>

<ul>
<li><a href="https://github.com/minyiky/lvgl_esp32_gc9a01" rel="noopener noreferrer">lvgl_esp32_gc9a01 (⭐11)</a> - Driver for displays using the GC901 driver for use with LVGL MicroPython.</li>
</ul>
<h3><p>Display / LED Matrix</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/MatrixDisplay" rel="noopener noreferrer">MatrixDisplay (⭐0)</a> - MicroPython module for work with MAX7219 LED matrix 8x8 display.</li>
</ul>
<h3><p>Display / OLED</p>
</h3>
<ul>
<li><a href="https://github.com/rdagger/micropython-ssd1322" rel="noopener noreferrer">micropython-ssd1322 (⭐16)</a> - MicroPython display driver for SSD1322 grayscale OLED.</li>
</ul>
<h3><p>IO / ADC</p>
</h3>
<ul>
<li><a href="https://github.com/jajberni/MCP342x_LoPy" rel="noopener noreferrer">MCP342x_LoPy (⭐3)</a> - MicroPython driver for the MCP342x ADC.</li>
</ul>

<ul>
<li><a href="https://github.com/rdagger/micropython-ads1220" rel="noopener noreferrer">micropython-ads1220 (⭐7)</a> - MicroPython library for ADS1220 24-bit analog-to-digital converter.</li>
</ul>
<h3><p>IO / IO-Expander</p>
</h3>
<ul>
<li><a href="https://github.com/AnthonyKNorman/ESP8266_MCP23S17" rel="noopener noreferrer">ESP8266_MCP23S17 (⭐2)</a> - MicroPython library for using the MCP23S17 16-bit I/O expander with the ESP8266.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/pcf8574" rel="noopener noreferrer">pcf8574 (⭐0)</a> - MicroPython module for working with the PCF8574(A) I2C 8-bit I/O expander from NXP.</li>
</ul>
<h3><p>IO / Joystick</p>
</h3>
<ul>
<li><a href="https://github.com/insighio/esp32-microgamepad-ble" rel="noopener noreferrer">esp32-microgamepad-ble (⭐19)</a> - Dual analog joystick on ESP32 over BLE (Nordic UART Service - NUS) using MicroPython.</li>
</ul>
<h3><p>IO / Potentiometers</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_DS1841" rel="noopener noreferrer">MicroPython_DS1841 (⭐0)</a> - MicroPython Driver for the DS1841 Potentiometer.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_DS3502" rel="noopener noreferrer">MicroPython_DS3502 (⭐0)</a> - MicroPython Driver for the DS3502 Potentiometer.</li>
</ul>
<h3><p>IO / Rotary Encoder</p>
</h3>
<ul>
<li><a href="https://github.com/rdagger/micropython-quiic-twist" rel="noopener noreferrer">micropython-quiic-twist (⭐3)</a> - MicroPython Driver for Quiic Twist RGB Rotary Encoder.</li>
</ul>

<ul>
<li><a href="https://github.com/sgall17a/AS5600" rel="noopener noreferrer">AS5600 (⭐40)</a> - AS5600 MicroPython library for reading this magnetic sensor.</li>
</ul>
<h3><p>IO / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/gurgleapps/pico-wave-vibration-generator" rel="noopener noreferrer">pico-wave-vibration-generator (⭐6)</a> - A MicroPython-based frequency generator for Raspberry Pi Pico designed to create vibrations on solenoids or speakers, enabling wave experimentation and exploration at home.</li>
</ul>

<ul>
<li><a href="https://github.com/mattytrentini/micropython-m5stack-dds" rel="noopener noreferrer">micropython-m5stack-dds (⭐0)</a> - MicroPython driver for the M5Stack DDS frequency generator.</li>
</ul>
<h3><p>Mathematics / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/nickovs/uumpy" rel="noopener noreferrer">uumpy (⭐3)</a> - A subset of NumPy for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/rcolistete/upyuncertainties" rel="noopener noreferrer">upyuncertainties (⭐0)</a> - Uncertainty calculations for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/iyassou/umatrix" rel="noopener noreferrer">umatrix (⭐18)</a> - A matrix library for the MicroPython language.</li>
</ul>

<ul>
<li><a href="https://github.com/mattytrentini/micropython-fractions" rel="noopener noreferrer">micropython-fractions (⭐1)</a> - A MicroPython port of the CPython standard Fractions library.</li>
</ul>
<h3><p>Motion / DC Motor</p>
</h3>
<ul>
<li><a href="https://github.com/marcio-pessoa/pyl298" rel="noopener noreferrer">pyl298 (⭐2)</a> - Driver for the L298 dual full-bridge motor controller.</li>
</ul>
<h3><p>Motion / Stepper</p>
</h3>
<ul>
<li><a href="https://github.com/capella-ben/microPython_TMC5160" rel="noopener noreferrer">microPython_TMC5160 (⭐3)</a> - A MicroPython library for the Trinamic TMC5160 Motion Controller.</li>
</ul>

<ul>
<li><a href="https://github.com/larsks/micropython-stepper-motor" rel="noopener noreferrer">micropython-stepper-motor (⭐12)</a> - Drive a 28BYJ-48 motor attached to a ULN2003 driver.</li>
</ul>
<h3><p>Sensors / Accelerometer Digital</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_ADXL343" rel="noopener noreferrer">MicroPython_ADXL343 (⭐0)</a> - MicroPython Driver for the Analog Devices ADXL343 Accelerometer.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_BMA220" rel="noopener noreferrer">MicroPython_BMA220 (⭐0)</a> - MicroPython Driver for the Bosch BMA220 Accelerometer.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_BMA400" rel="noopener noreferrer">MicroPython_BMA400 (⭐0)</a> - MicroPython Driver for the Bosch BMA400 Accelerometer.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_LIS3DH" rel="noopener noreferrer">MicroPython_LIS3DH (⭐1)</a> - MicroPython Driver for the LIS3DH 3-axis accelerometer.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_KX132" rel="noopener noreferrer">MicroPython_KX132 (⭐1)</a> - MicroPython Driver for the Kionix KX132 Accelerometer.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_H3LIS200DL" rel="noopener noreferrer">MicroPython_H3LIS200DL (⭐0)</a> - MicroPython Driver for the ST H3LIS200DL Accelerometer.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_QMC5883L" rel="noopener noreferrer">MicroPython_QMC5883L (⭐1)</a> - MicroPython Driver for the QMC5883L Accelerometer.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/Micropython_MC3479" rel="noopener noreferrer">Micropython_MC3479 (⭐0)</a> - MicroPython Driver for the MC3479 Accelerometer.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_MMA8451" rel="noopener noreferrer">MicroPython_MMA8451 (⭐1)</a> - MicroPython module for the MMA8451 3-axis accelerometer.</li>
</ul>
<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_DPS310" rel="noopener noreferrer">MicroPython_DPS310 (⭐0)</a> - MicroPython Driver for the DPS310 Sensor. (Archived)</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_ICP10111" rel="noopener noreferrer">MicroPython_ICP10111 (⭐0)</a> - MicroPython Driver for the TDK ICP-10111 Barometric Pressure and Temperature sensor. (Archived)</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_MMR902" rel="noopener noreferrer">MicroPython_MMR902 (⭐0)</a> - MicroPython Driver for the Mitsumi MMR902 Micro Pressure Sensor. (Archived)</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_MPL3115A2" rel="noopener noreferrer">MicroPython_MPL3115A2 (⭐0)</a> - MicroPython driver for the NXP MPL3115A2 Pressure and Temperature sensor. (Archived)</li>
</ul>
<h3><p>Sensors / Colour</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_ISL29125" rel="noopener noreferrer">MicroPython_ISL29125 (⭐0)</a> - MicroPython Driver for the Intersil ISL29125 Color Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/uraich/TCS3200-MicroPython" rel="noopener noreferrer">TCS3200-MicroPython (⭐2)</a> - A MicroPython driver and test programs for the TCS3200 color sensor.</li>
</ul>
<h3><p>Sensors / Distance Laser</p>
</h3>
<ul>
<li><a href="https://github.com/Ledbelly2142/VL6180X" rel="noopener noreferrer">VL6180X (⭐9)</a> - MicroPython driver for the VL6180X sensor on the ESP32.</li>
</ul>
<h3><p>Sensors / Distance Ultrasonic</p>
</h3>
<ul>
<li><a href="https://github.com/HowManyOliversAreThere/micropython-i2c-ultrasonic" rel="noopener noreferrer">micropython-i2c-ultrasonic (⭐3)</a> - MicroPython driver for the RCWL-9620-based M5 I2C Ultrasonic Distance Unit.</li>
</ul>
<h3><p>Sensors / Energy</p>
</h3>
<ul>
<li><a href="https://github.com/whatnick/cs5490_micropython" rel="noopener noreferrer">cs5490_micropython (⭐1)</a> - MicroPython Driver for CS5490 Energy Monitor IC.</li>
</ul>
<h3><p>Sensors / Gaseous</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_AGS02MA" rel="noopener noreferrer">MicroPython_AGS02MA (⭐0)</a> - MicroPython Driver for the AGS02MA TVOC sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/SCD4x" rel="noopener noreferrer">SCD4x (⭐18)</a> - MicroPython module for work with SCD4x (SCD40, SCD41) low power CO2, temperature &amp; humidity electroacoustic sensor from Sensirion.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/ens160" rel="noopener noreferrer">ens160 (⭐4)</a> - MicroPython module for work with ENS160 Digital Metal-Oxide Multi-Gas Sensor.</li>
</ul>
<h3><p>Sensors / Humidity</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_HTS221" rel="noopener noreferrer">MicroPython_HTS221 (⭐0)</a> - MicroPython Driver for the HTS221 Humidity Sensor.</li>
</ul>
<h3><p>Sensors / Light</p>
</h3>
<ul>
<li><a href="https://github.com/neliogodoi/MicroPython-VEML6075" rel="noopener noreferrer">MicroPython-VEML6075 (⭐2)</a> - Driver base for the VEML6075 UV light sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/BH1750" rel="noopener noreferrer">BH1750 (⭐4)</a> - MicroPython module for the BH1750 ambient light sensor (ALS).</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/veml7700" rel="noopener noreferrer">veml7700 (⭐0)</a> - MicroPython module for the VEML7700 ambient light sensor (ALS) from Vishay.</li>
</ul>
<h3><p>Sensors / Load Cell</p>
</h3>
<ul>
<li><a href="https://github.com/HowManyOliversAreThere/hx711_mpy-driver" rel="noopener noreferrer">hx711_mpy-driver (⭐8)</a> - MicroPython Driver for the HX711 weighing sensor.</li>
</ul>
<h3><p>Sensors / Magnetometer</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_LIS2MDL" rel="noopener noreferrer">MicroPython_LIS2MDL (⭐0)</a> - MicroPython Driver for the ST LIS2MDL Magnetometer sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_LIS3MDL" rel="noopener noreferrer">MicroPython_LIS3MDL (⭐1)</a> - MicroPython Driver for the ST LIS3MDL magnetometer.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_MLX90393" rel="noopener noreferrer">MicroPython_MLX90393 (⭐3)</a> - MicroPython Driver for the MLX90393 Magnetometer.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_MMC5603" rel="noopener noreferrer">MicroPython_MMC5603 (⭐1)</a> - MicroPython driver for the Memsic MMC5603 Magnetometer.</li>
</ul>
<h3><p>Sensors / Motion Inertial</p>
</h3>
<ul>
<li><a href="https://github.com/wybiral/micropython-mpu6050" rel="noopener noreferrer">micropython-mpu6050 (⭐1)</a> - MicroPython library for reading from MPU-6050 accelerometer and gyroscope modules.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_BMI160" rel="noopener noreferrer">MicroPython_BMI160 (⭐2)</a> - ARCHIVED. MicroPython Driver for the Bosch BMI160 Accelerometer/Gyro Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_ICM20948" rel="noopener noreferrer">MicroPython_ICM20948 (⭐13)</a> - ARCHIVED. MicroPython Driver for the TDK ICM20948 Accelerometer/Gyro Sensor.</li>
</ul>
<h3><p>Sensors / Proximity</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_VCNL4010" rel="noopener noreferrer">MicroPython_VCNL4010 (⭐0)</a> - MicroPython Driver for the Vishay VCNL4010 Proximity and Ambient Light Sensor.</li>
</ul>
<h3><p>Sensors / Soil Moisture</p>
</h3>
<ul>
<li><a href="https://github.com/agners/micropython-miflora" rel="noopener noreferrer">micropython-miflora (⭐2)</a> - MicroPython library for Xiaomi Mi Flora BLE plant sensors.</li>
</ul>
<h3><p>Sensors / Spectral</p>
</h3>
<ul>
<li><a href="https://github.com/rcolistete/MicroPython_AS7262X_driver" rel="noopener noreferrer">MicroPython_AS7262X_driver (⭐3)</a> - MicroPython driver for AS7262/AS7263 nano spectrometer sensor.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_HTU31D" rel="noopener noreferrer">MicroPython_HTU31D (⭐1)</a> - MicroPython library for TE HTU31D temperature and humidity sensors.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_SHTC3" rel="noopener noreferrer">MicroPython_SHTC3 (⭐4)</a> - MicroPython Driver for the Sensirion SHTC3 Temperature and Humidity Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_TMP117" rel="noopener noreferrer">MicroPython_TMP117 (⭐2)</a> - MicroPython Driver for the TMP117 Temperature Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_SI7021" rel="noopener noreferrer">MicroPython_SI7021 (⭐0)</a> - MicroPython Library for the Temperature and Humidity SI7021 Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_ADT7410" rel="noopener noreferrer">MicroPython_ADT7410 (⭐0)</a> - MicroPython Driver for the Analog Devices ADT7410 Temperature Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_WSENTIDS" rel="noopener noreferrer">MicroPython_WSENTIDS (⭐0)</a> - MicroPython library for the WSEN WSEN-TIDS temperature Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_HS3003" rel="noopener noreferrer">MicroPython_HS3003 (⭐0)</a> - MicroPython Driver for the Renesas HS3003 Temperature and Humidity Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_STTS22H" rel="noopener noreferrer">MicroPython_STTS22H (⭐0)</a> - MicroPython Driver for the STTS22H Temperature Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_HTU21DF" rel="noopener noreferrer">MicroPython_HTU21DF (⭐0)</a> - MicroPython HTU21D-F Temperature &amp; Humidity driver.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_SHT4X" rel="noopener noreferrer">MicroPython_SHT4X (⭐12)</a> - MicroPython Driver for the Sensirion Temperature and Humidity SHT40 and SHT45 Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_SHT20" rel="noopener noreferrer">MicroPython_SHT20 (⭐1)</a> - MicroPython Driver for the Sensirion SHT20 Temperature Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_MCP9808" rel="noopener noreferrer">MicroPython_MCP9808 (⭐1)</a> - MicroPython Driver for the Microchip MCP9808 Temperature Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/jposada202020/MicroPython_HDC1080" rel="noopener noreferrer">MicroPython_HDC1080 (⭐1)</a> - MicroPython driver for the TI HDC1080 Temperature and Humidity sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/TMP117" rel="noopener noreferrer">TMP117 (⭐2)</a> - MicroPython module for the TMP117 temperature sensor from Texas Instruments.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/BME680" rel="noopener noreferrer">BME680 (⭐1)</a> - MicroPython module for the BME680, Bosch low power gas, pressure, temperature &amp; humidity sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/robert-hh/SHT30" rel="noopener noreferrer">SHT30 (⭐3)</a> - MicroPython driver for the Sensirion SHT3x sensor.</li>
</ul>
<h3><p>Sensors / Temperature IR</p>
</h3>
<ul>
<li><a href="https://github.com/rcolistete/MicroPython_MLX90615_driver" rel="noopener noreferrer">MicroPython_MLX90615_driver (⭐2)</a> - MicroPython driver for Melexis MLX90615 IR temperature sensor.</li>
</ul>
<h3><p>Sensors / Touch Capacitive</p>
</h3>
<ul>
<li><a href="https://github.com/Heerkog/MicroPythonTrill" rel="noopener noreferrer">MicroPythonTrill (⭐6)</a> - Trill touch sensor library for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/russhughes/L58Touch" rel="noopener noreferrer">L58Touch (⭐5)</a> - L58 Multi-Touch MicroPython Module.</li>
</ul>
<h3><p>Logging / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/agners/scd30logger" rel="noopener noreferrer">scd30logger (⭐0)</a> - Sensirion SCD30 based CO2, Humidity and Temperature Logger for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/agners/sht15logger" rel="noopener noreferrer">sht15logger (⭐0)</a> - MicroPython Temperature and Humidity Logger using Sensirion SHT15.</li>
</ul>
<h3><p>Shells / Jupyter</p>
</h3>
<ul>
<li><a href="https://github.com/Carglglz/jupyter_upydevice_kernel" rel="noopener noreferrer">jupyter_upydevice_kernel (⭐16)</a> - Jupyter kernel to interact with a MicroPython board over its REPL interface.</li>
</ul>
<h3><p>Shells / On Host</p>
</h3>
<ul>
<li><a href="https://github.com/joewez/MPRemoteEditor" rel="noopener noreferrer">MPRemoteEditor (⭐6)</a> - A simple Windows IDE for developing with MicroPython MPRemote devices.</li>
</ul>

<ul>
<li><a href="https://github.com/RetepRelleum/uPyExplorer" rel="noopener noreferrer">uPyExplorer (⭐8)</a> - Explorer for MicroPython Device.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/06/29/"/>
    <summary>133 awesome projects updated on Jun 29, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/06/28/</id>
    <title>Awesome Micropython Updates on Jun 28, 2023</title>
    <updated>2023-06-28T12:50:21.005Z</updated>
    <published>2023-06-28T12:50:20.130Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Text-to-Speech</p>
</h3>
<ul>
<li><a href="https://github.com/scruss/micropython-SYN6988" rel="noopener noreferrer">micropython-SYN6988 (⭐19)</a> - MicroPython library for the VoiceTX SYN6988 text to speech module.</li>
</ul>
<h3><p>IDEs / SRAM</p>
</h3>
<ul>
<li><a href="https://marketplace.visualstudio.com/items?itemName=DavesCodeMusings.mpremote" rel="noopener noreferrer">MPRemote for VSCode</a> - An extension to provide easy access to some of mpremote's functionality from within Visual Studio Code.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/06/28/"/>
    <summary>2 awesome projects updated on Jun 28, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/06/26/</id>
    <title>Awesome Micropython Updates on Jun 26, 2023</title>
    <updated>2023-06-26T11:21:35.604Z</updated>
    <published>2023-06-26T11:21:35.604Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/jposada202020/MicroPython_BMP581" rel="noopener noreferrer">MicroPython_BMP581 (⭐0)</a> - MicroPython driver for the Bosch BMP581 pressure &amp; temperature sensor. (Archived)</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/06/26/"/>
    <summary>1 awesome projects updated on Jun 26, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/06/14/</id>
    <title>Awesome Micropython Updates on Jun 14, 2023</title>
    <updated>2023-06-14T12:42:26.795Z</updated>
    <published>2023-06-14T12:42:25.988Z</published>
    <content type="html"><![CDATA[<h3><p>Display / LED Segment</p>
</h3>
<ul>
<li><a href="https://gitlab.com/robhamerling/micropython-tm1638spi" rel="noopener noreferrer">micropython-tm1638spi</a> - MicroPython Library for a popular board with 8 7-segment digits, 8 separate LEDs and 8 push buttons controlled by a TM1638.</li>
</ul>
<h3><p>Motion / Stepper</p>
</h3>
<ul>
<li><a href="https://gitlab.com/robhamerling/micropython-drv8825" rel="noopener noreferrer">micropython-drv8825</a> - Driver and example in MicroPython to control a stepper motor via a DRV8825 controller board.</li>
</ul>
<h3><p>Sensors / Colour</p>
</h3>
<ul>
<li><a href="https://gitlab.com/robhamerling/micropython-as7341" rel="noopener noreferrer">micropython-as7341</a> - MicroPython library for AS7341.</li>
</ul>
<h3><p>Code Generation / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/Josverl/micropython-stubs" rel="noopener noreferrer">micropython-stubs (⭐287)</a> - Stubs of most MicroPython ports, boards and versions to make writing code that much simpler.</li>
</ul>
<h3><p>Shells / Jupyter</p>
</h3>
<ul>
<li><a href="https://github.com/josverl/micropython-magic" rel="noopener noreferrer">micropython-magic (⭐30)</a> - MicroPython integrated into Jupyter notebooks.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/06/14/"/>
    <summary>5 awesome projects updated on Jun 14, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/06/02/</id>
    <title>Awesome Micropython Updates on Jun 02, 2023</title>
    <updated>2023-06-02T02:00:56.975Z</updated>
    <published>2023-06-02T02:00:56.975Z</published>
    <content type="html"><![CDATA[<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/bixb922/umidiparser" rel="noopener noreferrer">umidiparser (⭐40)</a> - MIDI file parser for MicroPython, CircuitPython and Python.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/06/02/"/>
    <summary>1 awesome projects updated on Jun 02, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/05/30/</id>
    <title>Awesome Micropython Updates on May 30, 2023</title>
    <updated>2023-05-30T12:42:49.674Z</updated>
    <published>2023-05-30T12:42:49.674Z</published>
    <content type="html"><![CDATA[<h3><p>Display / Fonts</p>
</h3>
<ul>
<li><a href="https://github.com/peter-l5/framebuf2" rel="noopener noreferrer">framebuf2 (⭐21)</a> - MicroPython FrameBuffer extension: larger and rotated font, triangles and circles.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/05/30/"/>
    <summary>1 awesome projects updated on May 30, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/05/26/</id>
    <title>Awesome Micropython Updates on May 26, 2023</title>
    <updated>2023-05-26T12:38:34.741Z</updated>
    <published>2023-05-26T06:08:34.249Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Compression</p>
</h3>
<ul>
<li><a href="https://github.com/BrianPugh/tamp" rel="noopener noreferrer">tamp (⭐61)</a> - A low-memory, MicroPython-optimized, DEFLATE-inspired lossless compression library.</li>
</ul>
<h3><p>Communications / Cryptography</p>
</h3>
<ul>
<li><a href="https://github.com/dmazzella/ucryptography" rel="noopener noreferrer">ucryptography (⭐9)</a> - Lightweight porting of pyca/cryptography to MicroPython based on ARM Mbed TLS.</li>
</ul>

<ul>
<li><a href="https://github.com/git-n-pissed/mprsa" rel="noopener noreferrer">mprsa (⭐4)</a> - 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.</li>
</ul>
<h3><p>Communications / RTC</p>
</h3>
<ul>
<li><a href="https://github.com/brainelectronics/micropython-ds1307" rel="noopener noreferrer">micropython-ds1307 (⭐8)</a> - MicroPython driver for DS1307 RTC.</li>
</ul>
<h3><p>Display / OLED</p>
</h3>
<ul>
<li><a href="https://github.com/peter-l5/SH1107" rel="noopener noreferrer">SH1107 (⭐41)</a> - Driver for SH1107 OLED displays (128x128 and 128x64 pixels).</li>
</ul>
<h3><p>IO / Rotary Encoder</p>
</h3>
<ul>
<li><a href="https://github.com/HowManyOliversAreThere/micropython-8encoder" rel="noopener noreferrer">micropython-8encoder (⭐2)</a> - Driver for the I2C <a href="https://shop.m5stack.com/products/8-encoder-unit-stm32f030" rel="noopener noreferrer">M5Stack 8-Encoder Unit</a>.</li>
</ul>
<h3><p>Sensors / Gaseous</p>
</h3>
<ul>
<li><a href="https://github.com/peter-l5/MicroPython_SCD4X" rel="noopener noreferrer">MicroPython_SCD4X (⭐14)</a> - MicroPython I2C driver for Sensirion SCD40 and SCD41 CO2 sensors.</li>
</ul>
<h3><p>Storage / EEPROM</p>
</h3>
<ul>
<li><a href="https://github.com/brainelectronics/micropython-eeprom" rel="noopener noreferrer">micropython-eeprom (⭐9)</a> - MicroPython driver for AT24Cxx EEPROM.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/05/26/"/>
    <summary>8 awesome projects updated on May 26, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/03/13/</id>
    <title>Awesome Micropython Updates on Mar 13, 2023</title>
    <updated>2023-03-13T01:49:41.754Z</updated>
    <published>2023-03-13T01:49:41.203Z</published>
    <content type="html"><![CDATA[<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/redoxcode/micropython-dfplayer" rel="noopener noreferrer">micropython-dfplayer (⭐22)</a> - Library to control the DFPlayer mini MP3 player module.</li>
</ul>
<h3><p>Communications / RC receiver</p>
</h3>
<ul>
<li><a href="https://github.com/redoxcode/micropython-ppm_reader" rel="noopener noreferrer">micropython-ppm_reader (⭐13)</a> - Library to decode PPM signals coming from a RC receiver.</li>
</ul>
<h3><p>Display / LCD Character</p>
</h3>
<ul>
<li><a href="https://github.com/brainelectronics/micropython-i2c-lcd" rel="noopener noreferrer">micropython-i2c-lcd (⭐19)</a> - MicroPython package to control HD44780 LCD displays 1602 and 2004 via I2C.</li>
</ul>
<h3><p>Motion / Servo</p>
</h3>
<ul>
<li><a href="https://github.com/redoxcode/micropython-servo" rel="noopener noreferrer">micropython-servo (⭐22)</a> - Library to control RC servos using direct PWM output in a tidy way.</li>
</ul>
<h3><p>Motion / Stepper</p>
</h3>
<ul>
<li><a href="https://github.com/redoxcode/micropython-stepper" rel="noopener noreferrer">micropython-stepper (⭐21)</a> - Library to control common stepper drivers in a tidy way.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/03/13/"/>
    <summary>5 awesome projects updated on Mar 13, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/03/06/</id>
    <title>Awesome Micropython Updates on Mar 06, 2023</title>
    <updated>2023-03-06T12:48:41.758Z</updated>
    <published>2023-03-06T12:48:41.758Z</published>
    <content type="html"><![CDATA[<h3><p>Code Generation / SRAM</p>
</h3>
<ul>
<li><a href="https://micropython-usermod.readthedocs.io" rel="noopener noreferrer">micropython-usermod</a> - Online book about MicroPython external modules writen in C.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/03/06/"/>
    <summary>1 awesome projects updated on Mar 06, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/02/28/</id>
    <title>Awesome Micropython Updates on Feb 28, 2023</title>
    <updated>2023-02-28T01:55:44.286Z</updated>
    <published>2023-02-28T01:55:44.286Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/mdaeron/micropython-zacwire" rel="noopener noreferrer">micropython-zacwire (⭐0)</a> - MicroPython driver for the ZACwire protocol used in TSic 506F temperature sensors.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/02/28/"/>
    <summary>1 awesome projects updated on Feb 28, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/02/27/</id>
    <title>Awesome Micropython Updates on Feb 27, 2023</title>
    <updated>2023-02-27T01:58:10.299Z</updated>
    <published>2023-02-27T01:58:10.299Z</published>
    <content type="html"><![CDATA[<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/rdagger/micropython-sgtl5000" rel="noopener noreferrer">micropython-sgtl5000 (⭐3)</a> - Library for SGTL5000 Low Power Stereo Codec w/ Headphone Amp.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/02/27/"/>
    <summary>1 awesome projects updated on Feb 27, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/02/02/</id>
    <title>Awesome Micropython Updates on Feb 02, 2023</title>
    <updated>2023-02-02T01:55:11.508Z</updated>
    <published>2023-02-02T01:55:11.506Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials / SRAM</p>
</h3>
<ul>
<li><a href="https://www.upesy.com/blogs/tutorials/tutorials-for-esp32-with-micropython-code" rel="noopener noreferrer">MicroPython Tutorials for ESP32 boards</a> - Tutorials with code examples to learn the basic of MicroPython with ESP32 boards.</li>
</ul>

<ul>
<li><a href="https://www.upesy.com/blogs/tutorials/tutorials-for-rpi-pi-pico-with-micropython-code" rel="noopener noreferrer">Learn MicroPython with a Pi Pico board</a> - Tutorials on MicroPython with the Raspberry Pi Pico / RP240 boards.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/02/02/"/>
    <summary>2 awesome projects updated on Feb 02, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/01/24/</id>
    <title>Awesome Micropython Updates on Jan 24, 2023</title>
    <updated>2023-01-24T12:45:51.806Z</updated>
    <published>2023-01-24T12:45:50.911Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / OneWire</p>
</h3>
<ul>
<li><a href="https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/bus/onewire" rel="noopener noreferrer">Official OneWire (⭐2.7k)</a> - For devices using the OneWire bus, eg Dallas DS18x20.</li>
</ul>
<h3><p>Communications / Radio</p>
</h3>
<ul>
<li><a href="https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/radio/nrf24l01" rel="noopener noreferrer">Official nRF24L01 (⭐2.7k)</a> - Official driver for nRF24L01 2.4GHz radio modules.</li>
</ul>
<h3><p>Display / E-Paper</p>
</h3>
<ul>
<li><a href="https://github.com/SolderedElectronics/Inkplate-micropython" rel="noopener noreferrer">Inkplate-micropython (⭐89)</a> - MicroPython driver for Inkplate boards.</li>
</ul>
<h3><p>Display / LCD Graphic</p>
</h3>
<ul>
<li><a href="https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/display/lcd160cr" rel="noopener noreferrer">Official LCD160CR (⭐2.7k)</a> - Driver for official MicroPython LCD160CR display with resistive touch sensor.</li>
</ul>
<h3><p>Display / OLED</p>
</h3>
<ul>
<li><a href="https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/display/ssd1306" rel="noopener noreferrer">Official SSD1306 (⭐2.7k)</a> - Driver for SSD1306 128x64 OLED displays.</li>
</ul>
<h3><p>Mathematics / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/albaEDA/uMath" rel="noopener noreferrer">uMath (⭐21)</a> - Computer Algebra for microcontrollers.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/dht" rel="noopener noreferrer">Official DHT11+DHT12 (⭐2.7k)</a> - ESP8266 driver for DHT11 and DHT12 temperature and humidity sensor.</li>
</ul>
<h3><p>Community / SRAM</p>
</h3>
<ul>
<li><a href="https://fosstodon.org/@MicroPython" rel="noopener noreferrer">MicroPython on Mastodon / Fediverse</a> - Follow MicroPython in the Fediverse.</li>
</ul>

<ul>
<li><a href="https://twitter.com/micropython" rel="noopener noreferrer">MicroPython on Twitter</a> - Follow MicroPython on Twitter for latest news and updates.</li>
</ul>
<h3><p>Books / SRAM</p>
</h3>
<ul>
<li><a href="https://www.oreilly.com/library/view/programming-with-micropython/9781491972724/" rel="noopener noreferrer">Programming with MicroPython: Embedded Programming with Microcontrollers and Python</a> - By Nicholas H. Tollervey. ISBN 9781491972731.</li>
</ul>
<h3><p>Resources / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/micropython/micropython/wiki" rel="noopener noreferrer">MicroPython Wiki (⭐21k)</a> - Community generated documentation and examples of the features of MicroPython and the Pyboard.</li>
</ul>
<h3><p>IDEs / SRAM</p>
</h3>
<ul>
<li><a href="https://bipes.net.br/ide/" rel="noopener noreferrer">BIPES</a> - Web-based IDE for MicroPython with file manager, editor, code generation from blocks, IoT dashboard and Serial/USB/Bluetooth/WebREPL console on the web browser. Source: <a href="https://github.com/BIPES" rel="noopener noreferrer">https://github.com/BIPES</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/jczic/ESP32-MPY-Jama" rel="noopener noreferrer">ESP32-MPY-Jama (⭐483)</a> - Tool for managing Espressif ESP32 microcontrollers with MicroPython.</li>
</ul>
<h3><p>Shells / On Host</p>
</h3>
<ul>
<li><a href="https://github.com/thilomichael/mpsync" rel="noopener noreferrer">mpsync (⭐7)</a> - A tool that automatically synchronizes code to a MicroPython board.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/01/24/"/>
    <summary>14 awesome projects updated on Jan 24, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/01/04/</id>
    <title>Awesome Micropython Updates on Jan 04, 2023</title>
    <updated>2023-01-04T01:48:45.466Z</updated>
    <published>2023-01-04T01:48:44.645Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Ethernet</p>
</h3>
<ul>
<li><a href="https://github.com/andrewleech/wiznet_ioLibrary_Driver" rel="noopener noreferrer">Official WIZnet5k (⭐2)</a> - Driver for the WIZnet5x00 series of Ethernet controllers.</li>
</ul>
<h3><p>Community / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/orgs/micropython/discussions" rel="noopener noreferrer">MicroPython Discussions on GitHub</a> - GitHub discussions for all things related to MicroPython.</li>
</ul>

<ul>
<li><a href="https://forum.micropython.org/" rel="noopener noreferrer">MicroPython Forum (archive)</a> - Archived community conversations on all things related to MicroPython.</li>
</ul>
<h3><p>IDEs / SRAM</p>
</h3>
<ul>
<li><a href="https://marketplace.visualstudio.com/items?itemName=dphans.micropython-ide-vscode" rel="noopener noreferrer">MicroPython IDE for VSCode</a> - MicroPython IDE for Visual Studio Code.</li>
</ul>

<ul>
<li><a href="https://marketplace.visualstudio.com/items?itemName=SWC-Fablab.micropython-replink" rel="noopener noreferrer">MicroPython-REPLink for VSCode</a> - Handy shortcuts for interacting with a MicroPython REPL terminal.</li>
</ul>
<h3><p>Shells / On Host</p>
</h3>
<ul>
<li><a href="https://github.com/AmirHmZz/mpbridge" rel="noopener noreferrer">mpbridge (⭐54)</a> - A file system bridge to synchronize and manage files on a device running MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/01/04/"/>
    <summary>6 awesome projects updated on Jan 04, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/11/15/</id>
    <title>Awesome Micropython Updates on Nov 15, 2022</title>
    <updated>2022-11-15T02:17:44.962Z</updated>
    <published>2022-11-15T02:17:44.962Z</published>
    <content type="html"><![CDATA[<h3><p>Books / SRAM</p>
</h3>
<ul>
<li><a href="https://www.amazon.com/MicroPython-Raspberry-Pico-introduction-programming/dp/B0BKSCV18D" rel="noopener noreferrer">MicroPython for the Raspberry Pi Pico W: A gentle introduction to programming digital circuits with Python</a> - By Miguel Grinberg. ISBN 9798361302710.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/11/15/"/>
    <summary>1 awesome projects updated on Nov 15, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/11/01/</id>
    <title>Awesome Micropython Updates on Nov 01, 2022</title>
    <updated>2022-11-01T13:05:01.664Z</updated>
    <published>2022-11-01T13:05:01.664Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Accelerometer Digital</p>
</h3>
<ul>
<li><a href="https://github.com/tinypico/tinypico-micropython/tree/master/lis3dh%20library" rel="noopener noreferrer">MicroPython-LIS3DH (⭐69)</a> - I2C driver for LIS3DH 3-axis accelerometer.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/11/01/"/>
    <summary>1 awesome projects updated on Nov 01, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/10/23/</id>
    <title>Awesome Micropython Updates on Oct 23, 2022</title>
    <updated>2022-10-23T17:42:41.000Z</updated>
    <published>2022-10-23T17:42:41.000Z</published>
    <content type="html"><![CDATA[<h3><p>Scheduling / Touch Resistive</p>
</h3>
<ul>
<li><a href="https://github.com/ThinkTransit/micropython-aioschedule" rel="noopener noreferrer">micropython-aioschedule (⭐12)</a> - A persistent uasyncio scheduler that supports deepsleep between task runs.</li>
</ul>
<h3><p>Code Generation / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/brainelectronics/micropython-package-template" rel="noopener noreferrer">micropython-package-template (⭐9)</a> - GitHub workflow supported MicroPython package template with deploys to the <a href="https://pypi.org/" rel="noopener noreferrer">Python Package Index</a> on a push to the main branch and test deploys to the <a href="https://test.pypi.org/" rel="noopener noreferrer">Test Python Package Index</a> on PRs.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/10/23/"/>
    <summary>2 awesome projects updated on Oct 23, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/10/18/</id>
    <title>Awesome Micropython Updates on Oct 18, 2022</title>
    <updated>2022-10-18T14:12:22.000Z</updated>
    <published>2022-10-18T14:12:22.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Web</p>
</h3>
<ul>
<li><a href="https://github.com/DavesCodeMusings/thimble" rel="noopener noreferrer">thimble (⭐23)</a> - A tiny web framework for MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/10/18/"/>
    <summary>1 awesome projects updated on Oct 18, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/10/02/</id>
    <title>Awesome Micropython Updates on Oct 02, 2022</title>
    <updated>2022-10-02T18:21:25.000Z</updated>
    <published>2022-10-02T18:21:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Frameworks / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/crdietrich/meerkat" rel="noopener noreferrer">meerkat (⭐10)</a> - I2C Data Acquisition for MicroPython and Raspberry Pi.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/10/02/"/>
    <summary>1 awesome projects updated on Oct 02, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/09/29/</id>
    <title>Awesome Micropython Updates on Sep 29, 2022</title>
    <updated>2022-09-29T10:54:37.000Z</updated>
    <published>2022-09-29T10:54:37.000Z</published>
    <content type="html"><![CDATA[<h3><p>Scheduling / Touch Resistive</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-async/blob/master/v3/docs/SCHEDULE.md" rel="noopener noreferrer">Schedule (⭐816)</a> - A scheduler for asyncio based applications. Schedule events at specified times and dates or with reference to Sun and Moon rise and set.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/09/29/"/>
    <summary>1 awesome projects updated on Sep 29, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/08/31/</id>
    <title>Awesome Micropython Updates on Aug 31, 2022</title>
    <updated>2022-08-31T02:25:08.000Z</updated>
    <published>2022-08-31T02:25:08.000Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/sht85" rel="noopener noreferrer">sht85 (⭐0)</a> - MicroPython driver for the <a href="https://sensirion.com/products/catalog/SHT85/" rel="noopener noreferrer">Sensiron SHT85</a> humidity and temperature sensor.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/08/31/"/>
    <summary>1 awesome projects updated on Aug 31, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/08/14/</id>
    <title>Awesome Micropython Updates on Aug 14, 2022</title>
    <updated>2022-08-14T17:19:08.000Z</updated>
    <published>2022-08-14T17:19:08.000Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/octaprog7/BMP390" rel="noopener noreferrer">BMP390 (⭐3)</a> - MicroPython module for BMP390 pressure &amp; temperature sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/octaprog7/BMP180" rel="noopener noreferrer">BMP180 (⭐3)</a> - MicroPython module for BMP180 pressure &amp; temperature sensor.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/08/14/"/>
    <summary>2 awesome projects updated on Aug 14, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/08/10/</id>
    <title>Awesome Micropython Updates on Aug 10, 2022</title>
    <updated>2022-08-10T17:02:11.000Z</updated>
    <published>2022-08-10T17:02:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>Display / LEDs</p>
</h3>
<ul>
<li><a href="https://github.com/mattytrentini/micropython-dotstar" rel="noopener noreferrer">micropython-dotstar (⭐25)</a> - A MicroPython port of the Adafruit CircuitPython APA102/DotStar library.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/08/10/"/>
    <summary>1 awesome projects updated on Aug 10, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/07/29/</id>
    <title>Awesome Micropython Updates on Jul 29, 2022</title>
    <updated>2022-07-29T09:37:51.000Z</updated>
    <published>2022-07-29T09:37:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>Shells / On Host</p>
</h3>
<ul>
<li><a href="https://github.com/micropython/micropython/blob/master/tools/mpremote/README.md" rel="noopener noreferrer">mpremote (⭐21k)</a> - Powerful official shell that supports mounting the host's current directory on the target. Run code without changing the target's filesystem.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/07/29/"/>
    <summary>1 awesome projects updated on Jul 29, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/07/28/</id>
    <title>Awesome Micropython Updates on Jul 28, 2022</title>
    <updated>2022-07-28T22:27:58.000Z</updated>
    <published>2022-07-28T03:42:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>AI</p>
</h3>
<ul>
<li><a href="https://gitlab.com/olivierlenoir/MicroPython-NeuralNetwork" rel="noopener noreferrer">MicroPython-NeuralNetwork</a> - Neural Network for MicroPython.</li>
</ul>
<h3><p>Communications / Authentication</p>
</h3>
<ul>
<li><a href="https://github.com/WoolDoughnut310/micropython-firebase-auth" rel="noopener noreferrer">micropython-firebase-auth (⭐8)</a> - Firebase Auth implementation for MicroPython.</li>
</ul>
<h3><p>Mathematics / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://gitlab.com/olivierlenoir/MicroPython-Matrix" rel="noopener noreferrer">MicroPython-Matrix</a> - MicroPython basic matrix operations.</li>
</ul>
<h3><p>Sensors / Gaseous</p>
</h3>
<ul>
<li><a href="https://gitlab.com/DanNduati/MICS6814-Micropython-driver" rel="noopener noreferrer">MICS6814-Micropython-driver</a> - ESP32 MicroPython driver for the Pimoroni MICS6814 breakout board.</li>
</ul>
<h3><p>Storage / Database</p>
</h3>
<ul>
<li><a href="https://github.com/WoolDoughnut310/micropython-firebase-firestore" rel="noopener noreferrer">micropython-firebase-firestore (⭐8)</a> - Firebase Firestore implementation for MicroPython.</li>
</ul>
<h3><p>Tutorials / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-async/blob/master/v3/docs/DRIVERS.md" rel="noopener noreferrer">Asynchronous drivers (⭐816)</a> - Tutorial and code for asynchronous interfaces to switches, pushbuttons, encoders and ADCs.</li>
</ul>

<ul>
<li><a href="https://github.com/peterhinch/micropython-micropower" rel="noopener noreferrer">Pyboard micropower (⭐45)</a> - Tutorial and code for low power applications on Pyboard 1.x and Pyboard D.</li>
</ul>

<ul>
<li><a href="https://github.com/peterhinch/micropython-samples/blob/master/QUATERNIONS.md" rel="noopener noreferrer">3D rotation with quaternions (⭐523)</a> - Tutorial and code for the easy way to do 3D rotation.</li>
</ul>

<ul>
<li><a href="https://blog.miguelgrinberg.com/category/MicroPython" rel="noopener noreferrer">Miguel Grinberg</a> - MicroPython and the Internet of Things.</li>
</ul>

<ul>
<li><a href="https://bhave.sh/" rel="noopener noreferrer">Bhavesh Kakwani</a> - MicroPython videos + written tutorials.</li>
</ul>
<h3><p>Books / SRAM</p>
</h3>
<ul>
<li><a href="https://link.springer.com/book/10.1007/978-1-4842-3123-4" rel="noopener noreferrer">MicroPython for the Internet of Things: A Beginner's Guide to Programming with Python on Microcontrollers</a> - By Charles Bell. ISBN 9781484231227.</li>
</ul>

<ul>
<li><a href="https://link.springer.com/book/10.1007/978-1-4842-8135-2" rel="noopener noreferrer">Beginning MicroPython with the Raspberry Pi Pico: Build Electronics and IoT Projects</a> - By Charles Bell. ISBN 9781484281345.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/07/28/"/>
    <summary>12 awesome projects updated on Jul 28, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/07/21/</id>
    <title>Awesome Micropython Updates on Jul 21, 2022</title>
    <updated>2022-07-21T10:01:29.000Z</updated>
    <published>2022-07-21T10:01:29.000Z</published>
    <content type="html"><![CDATA[<h3><p>Display / GUI</p>
</h3>
<ul>
<li><a href="https://github.com/brainelectronics/micropython-nextion" rel="noopener noreferrer">micropython-nextion (⭐13)</a> - Control Nextion displays using MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/07/21/"/>
    <summary>1 awesome projects updated on Jul 21, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/06/15/</id>
    <title>Awesome Micropython Updates on Jun 15, 2022</title>
    <updated>2022-06-15T12:24:27.000Z</updated>
    <published>2022-06-15T12:24:27.000Z</published>
    <content type="html"><![CDATA[<h3><p>IO / ADC</p>
</h3>
<ul>
<li><a href="https://gitlab.com/cediddi/micropython-pcf8591" rel="noopener noreferrer">micropython-pcf8591</a> - MicroPython driver for PCF8591 ADC/DAC, I2C interface.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/06/15/"/>
    <summary>1 awesome projects updated on Jun 15, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/03/24/</id>
    <title>Awesome Micropython Updates on Mar 24, 2022</title>
    <updated>2022-03-24T22:41:20.000Z</updated>
    <published>2022-03-24T22:30:28.000Z</published>
    <content type="html"><![CDATA[<h3><p>Libraries</p>
</h3>
<ul>
<li><a href="https://codeberg.org/explore/repos?tab=&amp;sort=recentupdate&amp;q=micropython" rel="noopener noreferrer">Codeberg Explore</a> - Explore repositories on Codeberg.</li>
</ul>
<h3><p>Display / LEDs</p>
</h3>
<ul>
<li><a href="https://docs.micropython.org/en/latest/esp8266/quickref.html#apa102-driver" rel="noopener noreferrer">Official APA102</a> - ESP8266 APA102/DotStar RGB LED driver.</li>
</ul>

<ul>
<li><a href="https://docs.micropython.org/en/latest/esp8266/quickref.html#neopixel-driver" rel="noopener noreferrer">Official WS2811</a> - ESP8266 WS2811/NeoPixel RGB LED driver.</li>
</ul>
<h3><p>Resources / SRAM</p>
</h3>
<ul>
<li><a href="https://micropython.org" rel="noopener noreferrer">MicroPython</a> - Project website. Test drive the Pyboard. Try MicroPython online with Unicorn.</li>
</ul>

<ul>
<li><a href="https://docs.micropython.org/" rel="noopener noreferrer">MicroPython Official Documentation</a> - For various ports, including quick reference, general information, examples and tutorials.</li>
</ul>

<ul>
<li><a href="https://micropython.org/newsletter" rel="noopener noreferrer">MicroPython Newsletter</a> - Subscribe to the MicroPython newsletter for news and announcements including new features and new products.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/03/24/"/>
    <summary>6 awesome projects updated on Mar 24, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/03/23/</id>
    <title>Awesome Micropython Updates on Mar 23, 2022</title>
    <updated>2022-03-23T16:46:00.000Z</updated>
    <published>2022-03-23T16:46:00.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / NFC</p>
</h3>
<ul>
<li><a href="https://github.com/luiz-brandao/micropython_pn532" rel="noopener noreferrer">micropython_pn532 (⭐10)</a> - Driver for PN532 NFC/RFID breakout boards based on Adafruit CircuitPython (UART).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/03/23/"/>
    <summary>1 awesome projects updated on Mar 23, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/02/26/</id>
    <title>Awesome Micropython Updates on Feb 26, 2022</title>
    <updated>2022-02-26T15:07:37.000Z</updated>
    <published>2022-02-26T15:06:08.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Modbus</p>
</h3>
<ul>
<li><a href="https://github.com/brainelectronics/micropython-modbus" rel="noopener noreferrer">micropython-modbus (⭐145)</a> - ModBus TCP and RTU library supporting client and host mode. Based on pycom-modbus from Pycom.</li>
</ul>
<h3><p>Communications / Serial</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-async/blob/master/v3/docs/I2C.md" rel="noopener noreferrer">I2C Slave (⭐816)</a> - Uses the Pyboard's I2C slave mode to implement a full duplex asynchronous link. Principal use case is for ESP8266 which has only one UART.</li>
</ul>
<h3><p>Communications / WiFi</p>
</h3>
<ul>
<li><a href="https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager" rel="noopener noreferrer">Micropython-ESP-WiFi-Manager (⭐37)</a> - WiFi Manager to configure and connect to networks.</li>
</ul>
<h3><p>Display / GUI</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-tft-gui" rel="noopener noreferrer">TFT-GUI (⭐95)</a> - A fast touch GUI for large displays based on SSD1963 controller with XPT2046 touch controller.</li>
</ul>
<h3><p>Storage / Flash</p>
</h3>
<ul>
<li><a href="https://github.com/brainelectronics/micropython-winbond" rel="noopener noreferrer">micropython-winbond (⭐17)</a> - Interact with Winbond W25Q Flash chips via SPI.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/02/26/"/>
    <summary>5 awesome projects updated on Feb 26, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/01/24/</id>
    <title>Awesome Micropython Updates on Jan 24, 2022</title>
    <updated>2022-01-24T23:25:32.000Z</updated>
    <published>2022-01-24T23:25:32.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Ethernet</p>
</h3>
<ul>
<li><a href="https://github.com/SteveSEK/Raspberry-Pi-Pico-MicroPython-Ethernet" rel="noopener noreferrer">RP2040 Ethernet example (⭐10)</a> - Ethernet driver, example Python code and YouTube.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/01/24/"/>
    <summary>1 awesome projects updated on Jan 24, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/01/17/</id>
    <title>Awesome Micropython Updates on Jan 17, 2022</title>
    <updated>2022-01-17T06:41:41.000Z</updated>
    <published>2022-01-17T00:19:39.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Bluetooth</p>
</h3>
<ul>
<li><a href="https://codeberg.org/scy/micropython-xiaomi-ble-adv-parse" rel="noopener noreferrer">micropython-xiaomi-ble-adv-parse</a> - Passively retrieve sensor data from some Xiaomi Bluetooth Low Energy (BLE) sensors.</li>
</ul>

<ul>
<li><a href="https://codeberg.org/scy/mijia-temphum-upy" rel="noopener noreferrer">mijia-temphum-upy</a> - MicroPython library to read certain Xiaomi Mijia BLE temperature &amp; humidity sensors.</li>
</ul>
<h3><p>Communications / Ethernet</p>
</h3>
<ul>
<li><a href="https://github.com/przemobe/micropy-ENC28J60" rel="noopener noreferrer">micropy-ENC28J60 (⭐27)</a> - ENC28J60 Ethernet chip driver for MicroPython (RP2).</li>
</ul>
<h3><p>Communications / IR</p>
</h3>
<ul>
<li><a href="https://github.com/bartoszadamczyk/pico-ir" rel="noopener noreferrer">pico-ir (⭐29)</a> - IR library for Raspberry Pi Pico.</li>
</ul>
<h3><p>Frameworks / SRAM</p>
</h3>
<ul>
<li><a href="https://codeberg.org/scy/perthensis" rel="noopener noreferrer">perthensis</a> - Perthensis: an asynchronous framework for MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/01/17/"/>
    <summary>5 awesome projects updated on Jan 17, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/11/20/</id>
    <title>Awesome Micropython Updates on Nov 20, 2021</title>
    <updated>2021-11-20T21:45:44.000Z</updated>
    <published>2021-11-20T21:45:44.000Z</published>
    <content type="html"><![CDATA[<h3><p>Display / LCD Character</p>
</h3>
<ul>
<li><a href="https://github.com/Bhavithiran97/LCM1602-14_LCD_Library" rel="noopener noreferrer">LCM1602-14_LCD_Library (⭐16)</a> - driver for AIP31068L <a href="https://www.cytron.io/p-3v3-i2c-and-spi-1602-serial-character-lcd" rel="noopener noreferrer">3.3 V I2C and SPI 1602 Serial Character LCDs</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/11/20/"/>
    <summary>1 awesome projects updated on Nov 20, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/11/17/</id>
    <title>Awesome Micropython Updates on Nov 17, 2021</title>
    <updated>2021-11-17T05:48:00.000Z</updated>
    <published>2021-11-17T05:48:00.000Z</published>
    <content type="html"><![CDATA[<h3><p>Display / OLED</p>
</h3>
<ul>
<li><a href="https://github.com/nemart69/sh1107-micropython" rel="noopener noreferrer">sh1107-micropython (⭐9)</a> - MicroPython driver for SH1107-based OLED display (64x128).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/11/17/"/>
    <summary>1 awesome projects updated on Nov 17, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/11/12/</id>
    <title>Awesome Micropython Updates on Nov 12, 2021</title>
    <updated>2021-11-12T00:50:33.000Z</updated>
    <published>2021-11-12T00:50:33.000Z</published>
    <content type="html"><![CDATA[<h3><p>Storage / Flash</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython_data_to_py" rel="noopener noreferrer">micropython_data_to_py (⭐33)</a> - A Python 3 utility to convert an arbitrary binary file to Python source for freezing as bytecode in Flash.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/11/12/"/>
    <summary>1 awesome projects updated on Nov 12, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/11/11/</id>
    <title>Awesome Micropython Updates on Nov 11, 2021</title>
    <updated>2021-11-11T18:59:38.000Z</updated>
    <published>2021-11-11T18:59:38.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / GPS</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-async/blob/master/v3/docs/GPS.md" rel="noopener noreferrer">Asynchronous GPS driver (⭐816)</a> - Receive and parse GPS data as a uasyncio task.</li>
</ul>
<h3><p>Communications / IoT</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-iot" rel="noopener noreferrer">micropython-iot (⭐96)</a> - An approach to designing IoT applications using ESP8266, ESP32 or Pyboard D endpoints.</li>
</ul>
<h3><p>Display / Fonts</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-font-to-py/blob/master/writer/WRITER.md" rel="noopener noreferrer">writer (⭐451)</a> - A simple way to render above Python fonts to displays whose driver is subclassed from <code>framebuf</code>.</li>
</ul>
<h3><p>Display / GUI</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-nano-gui" rel="noopener noreferrer">micropython-nano-gui (⭐631)</a> - A tiny display-only GUI with a limited set of GUI objects (widgets) for displays whose display driver is subclassed from the <code>framebuf</code> class. With drivers for TFT, ePaper and OLED displays.</li>
</ul>

<ul>
<li><a href="https://github.com/peterhinch/micropython-micro-gui" rel="noopener noreferrer">micro-gui (⭐339)</a> - 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.</li>
</ul>
<h3><p>IO / Rotary Encoder</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-samples/blob/master/encoders/ENCODERS.md" rel="noopener noreferrer">encoders (⭐523)</a> - Short document explaining issues around encoder technology.</li>
</ul>

<ul>
<li><a href="https://github.com/peterhinch/micropython-async/blob/master/v3/primitives/encoder.py" rel="noopener noreferrer">asynchronous encoder driver (⭐816)</a> - Interface an encoder to uasyncio code.</li>
</ul>
<h3><p>Mathematics / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-filters" rel="noopener noreferrer">Filters (⭐71)</a> - FIR filters using ARM Thumb assembler. Using an online utility you can go from a graph of required frequency response to a filter implementation.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-async/blob/master/v3/docs/HTU21D.md" rel="noopener noreferrer">HTU21D (⭐816)</a> - Asynchronous driver for HTU21D temperature and humidity sensor.</li>
</ul>
<h3><p>Storage / EEPROM</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython_eeprom" rel="noopener noreferrer">micropython_eeprom (⭐84)</a> - Cross-platform MicroPython device drivers for memory chips (EEPROM, FRAM, Flash, PSRAM).</li>
</ul>
<h3><p>Debugging / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/devbis/micropython-aiosentry" rel="noopener noreferrer">micropython-aiosentry (⭐10)</a> - Asynchronous Sentry.io micro client for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/peterhinch/micropython-monitor" rel="noopener noreferrer">Asynchronous monitor (⭐41)</a> - Use a Raspberry Pico and a logic analyser or scope to monitor asynchronous code.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/11/11/"/>
    <summary>12 awesome projects updated on Nov 11, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/10/28/</id>
    <title>Awesome Micropython Updates on Oct 28, 2021</title>
    <updated>2021-10-28T08:23:13.000Z</updated>
    <published>2021-10-28T04:49:14.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Compression</p>
</h3>
<ul>
<li><a href="https://github.com/dmazzella/ufastlz" rel="noopener noreferrer">ufastlz (⭐19)</a> - MicroPython wrapper for FastLZ, a lightning-fast lossless compression library.</li>
</ul>
<h3><p>Sensors / Distance Laser</p>
</h3>
<ul>
<li><a href="https://github.com/mp-extras/vl53l5cx" rel="noopener noreferrer">vl53l5cx (⭐21)</a> - MicroPython and CircuitPython Package for the <a href="https://www.st.com/en/imaging-and-photonics-solutions/vl53l5cx.html" rel="noopener noreferrer">VL53L5CX</a> (4x4/8x8 ToF sensor array).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/10/28/"/>
    <summary>2 awesome projects updated on Oct 28, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/10/27/</id>
    <title>Awesome Micropython Updates on Oct 27, 2021</title>
    <updated>2021-10-27T09:40:50.000Z</updated>
    <published>2021-10-27T09:40:50.000Z</published>
    <content type="html"><![CDATA[<h3><p>Storage / Database</p>
</h3>
<ul>
<li><a href="https://github.com/spatialdude/usqlite" rel="noopener noreferrer">uSQLite (⭐125)</a> - SQLite library module for MicroPython.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/10/27/"/>
    <summary>1 awesome projects updated on Oct 27, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/10/22/</id>
    <title>Awesome Micropython Updates on Oct 22, 2021</title>
    <updated>2021-10-22T01:34:25.000Z</updated>
    <published>2021-10-22T01:34:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / LoRaWAN</p>
</h3>
<ul>
<li><a href="https://github.com/martynwheeler/u-lora" rel="noopener noreferrer">u-lora (⭐90)</a> - Raspi-lora for MicroPython.</li>
</ul>
<h3><p>Display / E-Paper</p>
</h3>
<ul>
<li><a href="https://github.com/dhallgb/eInk-micropython" rel="noopener noreferrer">eInk-micropython (⭐25)</a> - eInk library for Waveshare 4.3inch device on MicroPython.</li>
</ul>
<h3><p>IO / Potentiometers</p>
</h3>
<ul>
<li><a href="https://github.com/scruss/mcp4131" rel="noopener noreferrer">mcp4131 (⭐5)</a> - MicroPython module to control MicroChip's MCP4131 SPI digital potentiometer.</li>
</ul>
<h3><p>Sensors / Motion Inertial</p>
</h3>
<ul>
<li><a href="https://github.com/micropython-IMU/micropython-bno055" rel="noopener noreferrer">micropython-bno055 (⭐60)</a> - Bosch BNO055 driver for MicroPython. IMU with hardware sensor fusion.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/10/22/"/>
    <summary>4 awesome projects updated on Oct 22, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/09/16/</id>
    <title>Awesome Micropython Updates on Sep 16, 2021</title>
    <updated>2021-09-16T10:27:01.000Z</updated>
    <published>2021-09-16T01:27:52.000Z</published>
    <content type="html"><![CDATA[<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/fruch/micropython-buzzer" rel="noopener noreferrer">micropython-buzzer (⭐22)</a> - Play Nokia compose and mid files on buzzers.</li>
</ul>
<h3><p>Communications / APIs</p>
</h3>
<ul>
<li><a href="https://github.com/gsampallo/micropython_pushbullet" rel="noopener noreferrer">micropython_pushbullet (⭐3)</a> - Simple example of how to use PushBullet with MicroPython on ESP8266.</li>
</ul>

<ul>
<li><a href="https://github.com/alvarowolfx/esp32-youtube-display" rel="noopener noreferrer">esp32-youtube-display (⭐17)</a> - Display YouTube metrics using Google API and MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/tltx/micropython-spotify-web-api" rel="noopener noreferrer">micropython-spotify-web-api (⭐24)</a> - A library for using Spotify's web API from a IoT device with MicroPython.</li>
</ul>
<h3><p>Communications / Bluetooth</p>
</h3>
<ul>
<li><a href="https://github.com/dmazzella/uble" rel="noopener noreferrer">uble (⭐89)</a> - Lightweight Bluetooth Low Energy driver written in pure Python for MicroPython.</li>
</ul>
<h3><p>Communications / Cryptography</p>
</h3>
<ul>
<li><a href="https://github.com/dmazzella/ucryptoauthlib" rel="noopener noreferrer">ucryptoauthlib (⭐44)</a> - Lightweight driver for Microchip Crypto Authentication secure elements written in pure Python for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/jacklinquan/micropython-cryptomsg" rel="noopener noreferrer">micropython-cryptomsg (⭐5)</a> - A MicroPython module to encrypt and decrypt messages with AES CBC mode.</li>
</ul>
<h3><p>Communications / FTP</p>
</h3>
<ul>
<li><a href="https://github.com/cwyark/micropython-uaioftp" rel="noopener noreferrer">micropython-uaioftp (⭐3)</a> - Lightweight FTP library for MicroPython.</li>
</ul>
<h3><p>Communications / GSM</p>
</h3>
<ul>
<li><a href="https://github.com/JiekangHuang/MicroPython-AM7020" rel="noopener noreferrer">MicroPython-AM7020 (⭐5)</a> - MicroPython driver for AM7020 Narrowband Internet of Things (NBIoT) module.</li>
</ul>
<h3><p>Communications / Radio</p>
</h3>
<ul>
<li><a href="https://github.com/Aschhoff/ESP32-433Mhz-Receiver-and-Tools" rel="noopener noreferrer">ESP32-433Mhz-Receiver-and-Tools (⭐11)</a> - ESP32 433MHz receiver written in MicroPython and tools for Windows.</li>
</ul>
<h3><p>Communications / Serial</p>
</h3>
<ul>
<li><a href="https://gitlab.com/olivierlenoir/MicroPython-MorseCode" rel="noopener noreferrer">MicroPython-MorseCode</a> - International Morse Code using a microcontroller with MicroPython.</li>
</ul>
<h3><p>Communications / SOCKS</p>
</h3>
<ul>
<li><a href="https://github.com/kost/micropython-socks" rel="noopener noreferrer">micropython-socks (⭐5)</a> - MicroPython library implementing SOCKS server.</li>
</ul>
<h3><p>Communications / WiFi</p>
</h3>
<ul>
<li><a href="https://github.com/tayfunulu/WiFiManager" rel="noopener noreferrer">WiFiManager (⭐409)</a> - WiFi manager for ESP8266 - ESP12 - ESP32 - MicroPython.</li>
</ul>
<h3><p>Display / LCD Character</p>
</h3>
<ul>
<li><a href="https://gitlab.com/rafalosa/HD44780-lcd-upy" rel="noopener noreferrer">HD44780-lcd-upy</a> - MicroPython module for controlling a generic HD44780 LCD.</li>
</ul>
<h3><p>Display / LCD TFT</p>
</h3>
<ul>
<li><a href="https://github.com/cheungbx/st7735_micropython" rel="noopener noreferrer">st7735_micropython (⭐3)</a> - ST7735 MicroPython drivers for 80x160, 128x128, 128x160 for ESP8266.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/mhepp63/ili934x-micropython" rel="noopener noreferrer">ili934x-micropython</a> - Library for using ILI9341 display drivers with MicroPython.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/mo_krauti/micropython-st7735-esp8266" rel="noopener noreferrer">micropython-st7735-esp8266</a> - MicroPython driver for ST7735 TFT displays on the ESP8266.</li>
</ul>
<h3><p>Display / LEDs</p>
</h3>
<ul>
<li><a href="https://github.com/nickovs/ws2812-SPI" rel="noopener noreferrer">ws2812-SPI (⭐28)</a> - An efficient MicroPython WS2812 (NeoPixel) driver.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/Athanaze/micropython-rgb-led-driver" rel="noopener noreferrer">micropython-rgb-led-driver</a> - Tiny driver to control an RGB LED with PWM.</li>
</ul>
<h3><p>IO / Keyboard</p>
</h3>
<ul>
<li><a href="https://github.com/martinohanlon/pico-rgbkeypad" rel="noopener noreferrer">pico-rgbkeypad (⭐71)</a> - A Python class for controlling the Pimoroni RGB Keypad for Raspberry Pi Pico.</li>
</ul>

<ul>
<li><a href="https://github.com/jacklinquan/micropython-aiobutton" rel="noopener noreferrer">micropython-aiobutton (⭐4)</a> - A MicroPython module for asyncio button.</li>
</ul>
<h3><p>IO / Shift Registers</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-74hc595" rel="noopener noreferrer">micropython-74hc595 (⭐38)</a> - MicroPython driver for 74HC595 8-bit shift registers.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/olivierlenoir/MicroPython-SN74HCS264" rel="noopener noreferrer">MicroPython-SN74HCS264</a> - MicroPython Driver for SN74HCS264 8-Bit Parallel-Out Serial Shift Registers With Schmitt-Trigger Inputs and Inverted Outputs.</li>
</ul>
<h3><p>Motion / DC Motor</p>
</h3>
<ul>
<li><a href="https://gitlab.com/olivierlenoir/MicroPython-L298" rel="noopener noreferrer">MicroPython-L298</a> - Drive L298 dual H-bridge with MicroPython.</li>
</ul>
<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/minyiky/ms5803-micropython" rel="noopener noreferrer">ms5803-micropython (⭐3)</a> - A MicroPython implementation of the driver for an MS5803 air/water pressure &amp; temperature sensor.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/flowolf/micropython-bmp180" rel="noopener noreferrer">micropython-bmp180</a> - A module for MicroPython which provides a class for the BMP180 pressure sensor.</li>
</ul>
<h3><p>Sensors / Colour</p>
</h3>
<ul>
<li><a href="https://gitlab.com/robhamerling/micropython-tcs34725" rel="noopener noreferrer">micropython-tcs34725</a> - Driver class for TCS34725 and TCS34727 color sensors.</li>
</ul>
<h3><p>Sensors / Compass</p>
</h3>
<ul>
<li><a href="https://github.com/capella-ben/microPython_AS5600L" rel="noopener noreferrer">microPython_AS5600L (⭐4)</a> - MicroPython driver for AS5600L magnet rotary position sensor.</li>
</ul>
<h3><p>Sensors / Current</p>
</h3>
<ul>
<li><a href="https://gitlab.com/n.rj.powers/micropython-current-monitor" rel="noopener noreferrer">micropython-current-monitor</a> - Current monitor using the INA219 and an SSD1306 OLED.</li>
</ul>
<h3><p>Sensors / Gaseous</p>
</h3>
<ul>
<li><a href="https://github.com/agners/micropython-sgp40" rel="noopener noreferrer">micropython-sgp40 (⭐4)</a> - MicroPython I2C driver for SGP40 VOC sensor module.</li>
</ul>
<h3><p>Sensors / Motion Inertial</p>
</h3>
<ul>
<li><a href="https://github.com/wagnerc4/flight_controller" rel="noopener noreferrer">flight_controller (⭐76)</a> - MicroPython flight controller.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/nnayo/micropython-mpu9250" rel="noopener noreferrer">micropython-mpu9250</a> - MicroPython MPU-9250 (MPU-6500 + AK8963) I2C driver.</li>
</ul>
<h3><p>Sensors / Proximity</p>
</h3>
<ul>
<li><a href="https://github.com/rlangoy/uPy_APDS9960" rel="noopener noreferrer">uPy_APDS9960 (⭐10)</a> - MicroPython proximity library for ESP8266 using APDS9960.</li>
</ul>
<h3><p>Sensors / Temperature Analog</p>
</h3>
<ul>
<li><a href="https://gitlab.com/CrispyCrafter/mcp9700" rel="noopener noreferrer">mcp9700</a> - Generic MicroPython driver for MCP9700.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://gitlab.com/miceuz/sht25-micropython" rel="noopener noreferrer">sht25-micropython</a> - MicroPython implementation of API of SHT25 humidity and temperature sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/schinckel/micropython-sht30" rel="noopener noreferrer">micropython-sht30 (⭐3)</a> - SHT30 sensor driver in pure Python based on I2C bus.</li>
</ul>

<ul>
<li><a href="https://github.com/targetblank/micropython_ahtx0" rel="noopener noreferrer">micropython_ahtx0 (⭐49)</a> - MicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.</li>
</ul>
<h3><p>Sensors / Touch Capacitive</p>
</h3>
<ul>
<li><a href="https://github.com/fantasticdonkey/uFT6336U" rel="noopener noreferrer">uFT6336U (⭐9)</a> - MicroPython I2C driver for the Focus LCDs FT6336U capacitive touch panel controller IC.</li>
</ul>
<h3><p>Storage / EEPROM</p>
</h3>
<ul>
<li><a href="https://github.com/MarksBench/mb_24x256_512" rel="noopener noreferrer">mb_24x256_512 (⭐1)</a> - Very simple MicroPython module/driver for Microchip 24x256 and 24x512 I2C EEPROM devices.</li>
</ul>
<h3><p>Storage / PSRAM</p>
</h3>
<ul>
<li><a href="https://github.com/MarksBench/mb_PSRAM_64Mb_SPI" rel="noopener noreferrer">mb_PSRAM_64Mb_SPI (⭐14)</a> - Very simple MicroPython module to use a generic 64Mbit PSRAM (ie Adafruit 4677) with a Raspberry Pi Pico (RP2040).</li>
</ul>
<h3><p>Storage / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/MarksBench/mb_23LC1024" rel="noopener noreferrer">mb_23LC1024 (⭐2)</a> - Very simple MicroPython module to use a Microchip 23LC1024 SPI SRAM with a Raspberry Pi Pico (RP2040).</li>
</ul>

<ul>
<li><a href="https://github.com/MarksBench/mb_47x16" rel="noopener noreferrer">mb_47x16 (⭐1)</a> - Very simple MicroPython module/driver for Microchip 47x16 EERAM devices (47L/47C).</li>
</ul>
<h3><p>IDEs / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/joewez/PyboardFileManager" rel="noopener noreferrer">Pyboard File Manager (⭐7)</a> - Pyboard File Manager: Windows GUI for Pyboard.py compatible devices.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/09/16/"/>
    <summary>43 awesome projects updated on Sep 16, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/09/15/</id>
    <title>Awesome Micropython Updates on Sep 15, 2021</title>
    <updated>2021-09-15T16:30:25.000Z</updated>
    <published>2021-09-15T09:46:46.000Z</published>
    <content type="html"><![CDATA[<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/rdagger/micropython-jq6500" rel="noopener noreferrer">micropython-jq6500 (⭐20)</a> - Driver for JQ6500 UART MP3 modules.</li>
</ul>

<ul>
<li><a href="https://github.com/miketeachman/micropython-i2s-examples" rel="noopener noreferrer">micropython-i2s-examples (⭐298)</a> - Examples for I2S support on microcontrollers that run MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/SpotlightKid/micropython-osc" rel="noopener noreferrer">micropython-osc (⭐74)</a> - A minimal OSC client and server library for MicroPython.</li>
</ul>
<h3><p>Communications / APIs</p>
</h3>
<ul>
<li><a href="https://github.com/jordiprats/micropython-utelegram" rel="noopener noreferrer">micropython-utelegram (⭐89)</a> - Telegram API wrapper for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/jcalbert/uEagle" rel="noopener noreferrer">uEagle (⭐5)</a> - MicroPython Rainforest EAGLE client.</li>
</ul>

<ul>
<li><a href="https://github.com/UnexpectedMaker/micropython-youtube-api" rel="noopener noreferrer">micropython-youtube-api (⭐13)</a> - YouTube API in MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/ayoko/micropython_esp8266_tweetbot" rel="noopener noreferrer">micropython_esp8266_tweetbot (⭐10)</a> - Tweet bot for MicroPython v1.8.4 (ESP8266).</li>
</ul>

<ul>
<li><a href="https://github.com/gabrielebarola/telegram-upy" rel="noopener noreferrer">telegram-upy (⭐48)</a> - Telegram API wrapper for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/radeklat/micropython-thingspeak" rel="noopener noreferrer">micropython-thingspeak (⭐12)</a> - Library for sending data to thingspeak.com from IoT devices running MicroPython (such as ESP8266).</li>
</ul>
<h3><p>Communications / Bluetooth</p>
</h3>
<ul>
<li><a href="https://github.com/Heerkog/MicroPythonBLEHID" rel="noopener noreferrer">MicroPythonBLEHID (⭐318)</a> - Human Interface Device (HID) over Bluetooth Low Energy (BLE) GATT library for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/Carglglz/upyble" rel="noopener noreferrer">upyble (⭐22)</a> - Command line tool for Bluetooth Low Energy MicroPython devices.</li>
</ul>
<h3><p>Communications / CAN</p>
</h3>
<ul>
<li><a href="https://github.com/JohnieBraaf/Robomaster-Micropython" rel="noopener noreferrer">Robomaster-Micropython (⭐30)</a> - Robomaster S1 - MicroPython CAN BUS controller.</li>
</ul>

<ul>
<li><a href="https://github.com/jxltom/micropython-mcp2515" rel="noopener noreferrer">micropython-mcp2515 (⭐33)</a> - MicroPython MCP2515 driver, porting from Arduino MCP2515 CAN interface library.</li>
</ul>
<h3><p>Communications / Cryptography</p>
</h3>
<ul>
<li><a href="https://github.com/dmazzella/ucrypto" rel="noopener noreferrer">ucrypto (⭐43)</a> - MicroPython package for doing fast RSA and elliptic curve cryptography, specifically digital signatures. ECDSA API design inspired from fastecdsa and implementation based on tomsfastmath.</li>
</ul>

<ul>
<li><a href="https://github.com/diybitcoinhardware/embit" rel="noopener noreferrer">embit (⭐107)</a> - A minimal Bitcoin library for MicroPython and Python 3 with a focus on embedded systems.</li>
</ul>

<ul>
<li><a href="https://github.com/gdassori/microotp" rel="noopener noreferrer">microotp (⭐28)</a> - An ESP8266 MicroPython OTP Generator.</li>
</ul>

<ul>
<li><a href="https://github.com/artem-smotrakov/micropython-rsa-signing" rel="noopener noreferrer">micropython-rsa-signing (⭐19)</a> - RSA signing on MicroPython.</li>
</ul>
<h3><p>Communications / DNS</p>
</h3>
<ul>
<li><a href="https://github.com/belyalov/tinydns" rel="noopener noreferrer">tinydns (⭐34)</a> - Very simple DNS async server for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/metachris/micropython-captiveportal" rel="noopener noreferrer">micropython-captiveportal (⭐30)</a> -  Minimal async captive portal for MicroPython (compatible with uasyncio v3/MicroPython 1.13+ as well as earlier versions).</li>
</ul>

<ul>
<li><a href="https://github.com/p-doyle/Micropython-DNSServer-Captive-Portal" rel="noopener noreferrer">Micropython-DNSServer-Captive-Portal (⭐17)</a> - MicroPython WiFi AP Captive Portal with DNS and Web Server.</li>
</ul>
<h3><p>Communications / GSM</p>
</h3>
<ul>
<li><a href="https://github.com/olablt/micropython-sim800" rel="noopener noreferrer">micropython-sim800 (⭐17)</a> - MicroPython driver for SIM800.</li>
</ul>

<ul>
<li><a href="https://github.com/basanovase/sim800" rel="noopener noreferrer">sim800 (⭐30)</a> - Library for interfacing with SIM800 module in MicroPython.</li>
</ul>
<h3><p>Communications / IoT</p>
</h3>
<ul>
<li><a href="https://github.com/GoogleCloudPlatform/iot-core-micropython" rel="noopener noreferrer">iot-core-micropython (⭐52)</a> - Use MicroPython to connect to Google Cloud IoT Core.</li>
</ul>

<ul>
<li><a href="https://github.com/lemariva/SmartUPy" rel="noopener noreferrer">SmartUPy (⭐16)</a> - Controlling "Tuya-type" smart power outlets using MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/manningt/aws-iot-GET-POST-loop" rel="noopener noreferrer">aws-iot-GET-POST-loop (⭐17)</a> - MicroPython code which uses the AWS IoT REST API to GET/POST device state info.</li>
</ul>

<ul>
<li><a href="https://github.com/DougWilkinson/sensor-mqtt-homeassistant" rel="noopener noreferrer">sensor-mqtt-homeassistant (⭐16)</a> - 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.</li>
</ul>
<h3><p>Communications / IR</p>
</h3>
<ul>
<li><a href="https://github.com/gamefunc/micropython_espX_IR_Transceiver" rel="noopener noreferrer">micropython_espX_IR_Transceiver (⭐9)</a> - MicroPython ESP32 IR Transceiver.</li>
</ul>
<h3><p>Communications / LoRaWAN</p>
</h3>
<ul>
<li><a href="https://github.com/Wei1234c/SX127x_driver_for_MicroPython_on_ESP8266" rel="noopener noreferrer">SX127x_driver_for_MicroPython_on_ESP8266 (⭐153)</a> - SX127x (LoRa transceiver) driver for (Micro)Python on ESP8266/ESP32/Raspberry Pi.</li>
</ul>

<ul>
<li><a href="https://github.com/MZachmann/LightLora_MicroPython" rel="noopener noreferrer">LightLora_MicroPython (⭐21)</a> - Lightweight Interrupt-driven Semtech SX127x Library for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/azorg/sx127x_esp" rel="noopener noreferrer">sx127x_esp (⭐13)</a> - Connect Ra-01 module base on LoRaTM sx127x chip to ESP8266/ESP32 under MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/gradoj/nanoserver" rel="noopener noreferrer">nanoserver (⭐7)</a> - MicroPython embedded LoRaWAN server.</li>
</ul>

<ul>
<li><a href="https://github.com/ehong-tl/micropySX126X" rel="noopener noreferrer">micropySX126X (⭐156)</a> - Semtech SX126X LoRa driver for MicroPython and CircuitPython.</li>
</ul>
<h3><p>Communications / Modbus</p>
</h3>
<ul>
<li><a href="https://gitlab.com/extel-open-source/micropython-modbus" rel="noopener noreferrer">micropython-modbus</a> - MicroPython port of modbus-tk.</li>
</ul>

<ul>
<li><a href="https://github.com/techbase123/micropython-modbus" rel="noopener noreferrer">micropython-modbus (⭐77)</a> - Modbus Master library for MicroPython ESP32 devices. Based on pycom-modbus from Pycom.</li>
</ul>

<ul>
<li><a href="https://github.com/eydam-prototyping/mp_modbus" rel="noopener noreferrer">mp_modbus (⭐13)</a> - Modbus library for MicroPython.</li>
</ul>
<h3><p>Communications / MQTT</p>
</h3>
<ul>
<li><a href="https://github.com/chrismoorhouse/micropython-mqtt" rel="noopener noreferrer">micropython-mqtt (⭐41)</a> - Async MQTT library with auto reconnect for MicroPython devices such as the ESP32 or Pycom devices.</li>
</ul>

<ul>
<li><a href="https://github.com/miketeachman/micropython-adafruit-mqtt-esp8266" rel="noopener noreferrer">micropython-adafruit-mqtt-esp8266 (⭐55)</a> - Using MQTT to Publish/Subscribe to Adafruit IO. MicroPython/CircuitPython implementation on ESP8266/ESP32.</li>
</ul>

<ul>
<li><a href="https://github.com/matbgn/mqtt_upython" rel="noopener noreferrer">mqtt_upython (⭐0)</a> - MQTT Client using MicroPython on ESP8266.</li>
</ul>
<h3><p>Communications / NFC</p>
</h3>
<ul>
<li><a href="https://github.com/rolandvs/micropython-nfc" rel="noopener noreferrer">micropython-nfc (⭐13)</a> - Using NFC with MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/Carglglz/NFC_PN532_SPI" rel="noopener noreferrer">NFC_PN532_SPI (⭐45)</a> - Partial port of Adafruit CircuitPython to MicroPython of PN532 NFC/RFID control library (SPI).</li>
</ul>
<h3><p>Communications / OneWire</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/Onewire_DS18X20" rel="noopener noreferrer">Onewire_DS18X20 (⭐18)</a> - Classes for driving the DS18x20 sensor with the OneWire protocol for Pycom MicroPython.</li>
</ul>
<h3><p>Communications / Onkyo EISCP</p>
</h3>
<ul>
<li><a href="https://github.com/cbrand/eiscp-micropython" rel="noopener noreferrer">eiscp-micropython (⭐3)</a> - MicroPython port for the Onkyo-EISCP protocol used, among others, by Pioneer.</li>
</ul>
<h3><p>Communications / OTA</p>
</h3>
<ul>
<li><a href="https://github.com/rdehuyss/micropython-ota-updater" rel="noopener noreferrer">micropython-ota-updater (⭐376)</a> - OTA Updater for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/AkhileshThorat/Micropython-ESP32-OTA" rel="noopener noreferrer">Micropython-ESP32-OTA (⭐16)</a> - MicroPython updater based on rdehuyss/micropython-ota-updater.</li>
</ul>

<ul>
<li><a href="https://github.com/RangerDigital/senko" rel="noopener noreferrer">senko (⭐100)</a> - Simplest OTA update solution for your MicroPython projects.</li>
</ul>
<h3><p>Communications / Radio</p>
</h3>
<ul>
<li><a href="https://github.com/Wei1234c/FM_Talkie" rel="noopener noreferrer">FM_Talkie (⭐9)</a> - FM Walkie Talkie using RDA5820N.</li>
</ul>

<ul>
<li><a href="https://github.com/alankrantas/micropython-TEA5767" rel="noopener noreferrer">micropython-TEA5767 (⭐53)</a> - MicroPython ESP8266/ESP32 driver for TEA5767 FM radio module.</li>
</ul>

<ul>
<li><a href="https://github.com/dastultz/micropython-ppm-decoder" rel="noopener noreferrer">micropython-ppm-decoder (⭐11)</a> - Utility for decoding an R/C receiver PPM frame signal.</li>
</ul>
<h3><p>Communications / REPL</p>
</h3>
<ul>
<li><a href="https://github.com/boochow/FBConsole" rel="noopener noreferrer">FBConsole (⭐64)</a> - Framebuffer console class for MicroPython.</li>
</ul>
<h3><p>Communications / RFID</p>
</h3>
<ul>
<li><a href="https://github.com/membermatters/urdm6300" rel="noopener noreferrer">urdm6300 (⭐2)</a> - A MicroPython driver for the popular RDM6300 RFID card reader.</li>
</ul>
<h3><p>Communications / RTC</p>
</h3>
<ul>
<li><a href="https://github.com/omarbenhamid/micropython-ds1302-rtc" rel="noopener noreferrer">micropython-ds1302-rtc (⭐52)</a> - DS1302 RTC Clock driver for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/notUnique/DS3231micro" rel="noopener noreferrer">DS3231micro (⭐16)</a> - MicroPython library for DS3231.</li>
</ul>
<h3><p>Communications / Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-msgpack" rel="noopener noreferrer">micropython-msgpack (⭐42)</a> - MessagePack serialisation library optimised for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/jazzycamel/micropython-uprotobuf" rel="noopener noreferrer">micropython-uprotobuf (⭐23)</a> - A lightweight implementation of Google's Protocol Buffers (protobuf) for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/dogtopus/minipb" rel="noopener noreferrer">minipb (⭐63)</a> - Mini Protobuf {de}serializer in pure Python.</li>
</ul>
<h3><p>Communications / TCP</p>
</h3>
<ul>
<li><a href="https://github.com/tiagocoutinho/us2n" rel="noopener noreferrer">us2n (⭐24)</a> - MicroPython bridge between UART and TCP for the ESP32.</li>
</ul>
<h3><p>Communications / VoIP</p>
</h3>
<ul>
<li><a href="https://github.com/RetepRelleum/uPyVoip" rel="noopener noreferrer">uPyVoip (⭐25)</a> - VoIP for MicroPython ESP32 with Interactive Voice Response.</li>
</ul>
<h3><p>Communications / Web</p>
</h3>
<ul>
<li><a href="https://github.com/hugokernel/micropython-nanoweb" rel="noopener noreferrer">micropython-nanoweb (⭐118)</a> - Full async MicroPython web server with small memory footprint.</li>
</ul>

<ul>
<li><a href="https://github.com/jczic/MicroWebCli" rel="noopener noreferrer">MicroWebCli (⭐56)</a> - A micro HTTP web client for MicroPython (used on Pycom modules &amp; ESP32).</li>
</ul>

<ul>
<li><a href="https://github.com/carstenblt/micropython-configserver" rel="noopener noreferrer">micropython-configserver (⭐15)</a> - Captive portal for MicroPython including a dumb DNS server and a web server to configure WiFi networks.</li>
</ul>

<ul>
<li><a href="https://github.com/wybiral/micropython-aioweb" rel="noopener noreferrer">micropython-aioweb (⭐36)</a> - A minimalist asyncio web framework for MicroPython.</li>
</ul>
<h3><p>Display / E-Paper</p>
</h3>
<ul>
<li><a href="https://github.com/tve/micropython-inkplate6" rel="noopener noreferrer">micropython-inkplate6 (⭐20)</a> - MicroPython driver for the Inkplate 6.</li>
</ul>

<ul>
<li><a href="https://github.com/chevdor/eink" rel="noopener noreferrer">eink (⭐21)</a> - An eInk, ePaper display driver for MicroPython and ESP32.</li>
</ul>

<ul>
<li><a href="https://github.com/Inqbus/micropython_DEPG0213BN" rel="noopener noreferrer">micropython_DEPG0213BN (⭐16)</a> - Pure MicroPython driver for the DEPG0213BN eInk display found on the TTGO T5 V2.3 ESP32 boards.</li>
</ul>
<h3><p>Display / Fonts</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-font-to-py" rel="noopener noreferrer">micropython-font-to-py (⭐451)</a> - A Python 3 utility to convert fonts to Python source capable of being frozen as bytecode.</li>
</ul>

<ul>
<li><a href="https://github.com/nickpmulder/ssd1306big" rel="noopener noreferrer">ssd1306big (⭐26)</a> - A font for MicroPython on 128x64 pixel SSD1306 OLED display.</li>
</ul>
<h3><p>Display / Graphics</p>
</h3>
<ul>
<li><a href="https://github.com/python-ugame/micropython-stage" rel="noopener noreferrer">micropython-stage (⭐44)</a> - A MicroPython port of the Stage game library.</li>
</ul>

<ul>
<li><a href="https://github.com/Ratfink/micropython-png" rel="noopener noreferrer">micropython-png (⭐17)</a> - Derivative of PyPNG for use with MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/remixer-dec/mpy-img-decoder" rel="noopener noreferrer">mpy-img-decoder (⭐40)</a> - PNG and JPEG decoder / parser / renderer in pure MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/follower46/micropython-oled-progressbars" rel="noopener noreferrer">micropython-oled-progressbars (⭐14)</a> - A collection of progress bars for use with ESP8266 and ESP32 on OLED displays.</li>
</ul>

<ul>
<li><a href="https://github.com/romilly/microplot" rel="noopener noreferrer">microplot (⭐25)</a> - Simple MicroPython plotting package.</li>
</ul>
<h3><p>Display / LCD Graphic</p>
</h3>
<ul>
<li><a href="https://github.com/pramasoul/micropython-SHARP_Memory_Display" rel="noopener noreferrer">micropython-SHARP_Memory_Display (⭐13)</a> - MicroPython driver for SHARP memory display.</li>
</ul>
<h3><p>Display / LCD TFT</p>
</h3>
<ul>
<li><a href="https://github.com/russhughes/st7789_mpy" rel="noopener noreferrer">st7789_mpy (⭐688)</a> - Fast MicroPython driver for ST7789 display module written in C.</li>
</ul>

<ul>
<li><a href="https://github.com/russhughes/st7789py_mpy" rel="noopener noreferrer">st7789py_mpy (⭐232)</a> - Driver for 320x240, 240x240 and 135x240 ST7789 displays written in MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/russhughes/ili9342c_mpy" rel="noopener noreferrer">ili9342c_mpy (⭐59)</a> - ILI9342C Fast 'C' Driver for MicroPython (M5Stack Core).</li>
</ul>

<ul>
<li><a href="https://github.com/russhughes/gc9a01py" rel="noopener noreferrer">gc9a01py (⭐57)</a> - GC9A01 Display driver in MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/russhughes/gc9a01_mpy" rel="noopener noreferrer">gc9a01_mpy (⭐200)</a> - Fast MicroPython driver for GC9A01 display modules written in C.</li>
</ul>

<ul>
<li><a href="https://github.com/cheungbx/st7735-esp8266-micropython" rel="noopener noreferrer">st7735-esp8266-micropython (⭐35)</a> - An ESP8266 MicroPython library for ST7735 160x80, 128x128, 128x160 TFT LCD displays.</li>
</ul>

<ul>
<li><a href="https://github.com/schumixmd/TTGO-ST7789-MicroPython" rel="noopener noreferrer">TTGO-ST7789-MicroPython (⭐18)</a> - MicroPython ST7789 display driver for TTGO T-Display ESP32 CP2104 WiFi Bluetooth Module 1.14 Inch LCD.</li>
</ul>
<h3><p>Display / LEDs</p>
</h3>
<ul>
<li><a href="https://github.com/Warringer/micropython-rgbled" rel="noopener noreferrer">micropython-rgbled (⭐15)</a> - This wrapper module aims to reduce the work needed to work with NeoPixel (WS2812) and DotStar (APA102) RGB LED strips and matrices.</li>
</ul>

<ul>
<li><a href="https://github.com/kdschlosser/micropython_fastled" rel="noopener noreferrer">micropython_fastled (⭐25)</a> - Port of FastLED to MicroPython.</li>
</ul>
<h3><p>Display / OLED</p>
</h3>
<ul>
<li><a href="https://github.com/rdagger/micropython-ssd1309" rel="noopener noreferrer">micropython-ssd1309 (⭐52)</a> - MicroPython SSD1309 Monochrome OLED Display Driver.</li>
</ul>
<h3><p>Display / Printer</p>
</h3>
<ul>
<li><a href="https://github.com/ayoy/micropython-thermal-printer" rel="noopener noreferrer">micropython-thermal-printer (⭐26)</a> - The MicroPython port of Python Thermal Printer by Adafruit.</li>
</ul>
<h3><p>IO / Keyboard</p>
</h3>
<ul>
<li><a href="https://github.com/mcameron/micropython-keyboard" rel="noopener noreferrer">micropython-keyboard (⭐31)</a> - 47 key keyboard running on a MicroPython Pyboard.</li>
</ul>
<h3><p>IO / Power Management</p>
</h3>
<ul>
<li><a href="https://github.com/lewisxhe/AXP202_PythonLibrary" rel="noopener noreferrer">AXP202_PythonLibrary (⭐13)</a> - MicroPython AXP202 Library.</li>
</ul>

<ul>
<li><a href="https://github.com/costastf/micropython_hourly_sleeper_library" rel="noopener noreferrer">micropython_hourly_sleeper_library (⭐13)</a> - A MicroPython library that enables an ESP8266 to sleep for hourly increments for a setup amount of hours.</li>
</ul>
<h3><p>IO / Rotary Encoder</p>
</h3>
<ul>
<li><a href="https://github.com/BramRausch/encoderLib" rel="noopener noreferrer">encoderLib (⭐9)</a> - MicroPython library to handle a rotary encoder.</li>
</ul>

<ul>
<li><a href="https://github.com/gurgleapps/rotary-encoder" rel="noopener noreferrer">rotary-encoder (⭐30)</a> - MicroPython code to drive a KY-040 rotary encoder.</li>
</ul>

<ul>
<li><a href="https://github.com/infinite-tree/micropython-encoder-knob" rel="noopener noreferrer">micropython-encoder-knob (⭐2)</a> - A very simple lightweight encoder knob library with button support.</li>
</ul>
<h3><p>IO / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/Wei1234c/Clock_Generators" rel="noopener noreferrer">Clock_Generators (⭐8)</a> - Clock generators (Si5351 for now) toolbox.</li>
</ul>

<ul>
<li><a href="https://github.com/Wei1234c/Signal_Generators" rel="noopener noreferrer">Signal_Generators (⭐24)</a> - Signal generators (AD9833, AD9834, AD9850, ADF4351) toolbox.</li>
</ul>
<h3><p>Mathematics / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/rcolistete/MicroPython_Statistics" rel="noopener noreferrer">MicroPython_Statistics (⭐16)</a> - Statistics module for MicroPython.</li>
</ul>
<h3><p>Motion / Stepper</p>
</h3>
<ul>
<li><a href="https://gitlab.com/olivierlenoir/micropython-multiaxis" rel="noopener noreferrer">micropython-multiaxis</a> - Multiaxis with MicroPython ESP32 and DRV8825.</li>
</ul>

<ul>
<li><a href="https://github.com/pedromneto97/AccelStepper-MicroPython" rel="noopener noreferrer">AccelStepper-MicroPython (⭐45)</a> - AccelStepper Library for MicroPython - ESP32.</li>
</ul>

<ul>
<li><a href="https://github.com/marcio-pessoa/pystepper" rel="noopener noreferrer">pystepper (⭐3)</a> - MicroPython Stepper Motor Sequence Control.</li>
</ul>

<ul>
<li><a href="https://github.com/lemariva/uPySteppers" rel="noopener noreferrer">uPySteppers (⭐15)</a> - DIY rotating platform using an ESP32 connected to WiFi.</li>
</ul>

<ul>
<li><a href="https://github.com/capella-ben/microPython_AMIS-30543" rel="noopener noreferrer">microPython_AMIS-30543 (⭐0)</a> - MicroPython library for Stepper Driver control using AMIS-30543 driver.</li>
</ul>
<h3><p>Sensors / Accelerometer Digital</p>
</h3>
<ul>
<li><a href="https://github.com/AlekseyFedorovich/ADXL345_spi_micropython" rel="noopener noreferrer">ADXL345_spi_micropython (⭐20)</a> - Library for interacting through the SPI protocol with an 'Analog Devices ADXL345' accelerometer from an MCU flashed with MicroPython.</li>
</ul>
<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/PinsonJonas/MPL3115A2_MicroPython" rel="noopener noreferrer">MPL3115A2_MicroPython (⭐4)</a> - MicroPython library for the MPL3115A2 altimeter.</li>
</ul>

<ul>
<li><a href="https://github.com/triplepoint/micropython_bme280_i2c" rel="noopener noreferrer">micropython_bme280_i2c (⭐10)</a> - A MicroPython module for communicating with the Bosch BME280 temperature, humidity, and pressure sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/neliogodoi/MicroPython-BME280" rel="noopener noreferrer">MicroPython-BME280 (⭐7)</a> - Driver to digital sensor of Temperature, Pressure and Humidity.</li>
</ul>
<h3><p>Sensors / Battery</p>
</h3>
<ul>
<li><a href="https://github.com/scopelemanuele/Micropython-LC709203F" rel="noopener noreferrer">Micropython-LC709203F (⭐3)</a> - A simple MicroPython library for LC709293F Fuel Gauge.</li>
</ul>
<h3><p>Sensors / Biometric</p>
</h3>
<ul>
<li><a href="https://github.com/chrisb2/micropython-fingerprint" rel="noopener noreferrer">micropython-fingerprint (⭐20)</a> - MicroPython library for reading Grow and ZhianTec fingerprint sensors.</li>
</ul>

<ul>
<li><a href="https://github.com/n-elia/MAX30102-MicroPython-driver" rel="noopener noreferrer">MAX30102-MicroPython-driver (⭐82)</a> - A MAX30102 driver ported to MicroPython. It should also work for MAX30105.</li>
</ul>
<h3><p>Sensors / Camera</p>
</h3>
<ul>
<li><a href="https://github.com/shariltumin/esp32-cam-micropython" rel="noopener noreferrer">esp32-cam-micropython (⭐95)</a> - MicroPython ESP32-CAM.</li>
</ul>

<ul>
<li><a href="https://github.com/lemariva/uPyCam" rel="noopener noreferrer">uPyCam (⭐164)</a> - Take a photo with an ESP32-CAM running MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/FunPythonEC/OV2640_uPy" rel="noopener noreferrer">OV2640_uPy (⭐9)</a> - OV2640 camera library for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/jono-allen/MQTT-Cam" rel="noopener noreferrer">MQTT-Cam (⭐10)</a> - ESP32-CAM MicroPython MQTT AWS S3 Uploader.</li>
</ul>
<h3><p>Sensors / Current</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/INA219" rel="noopener noreferrer">INA219 (⭐15)</a> - INA219 MicroPython driver.</li>
</ul>

<ul>
<li><a href="https://github.com/elschopi/TI_INA226_micropython" rel="noopener noreferrer">TI_INA226_micropython (⭐39)</a> - MicroPython driver for Texas Instruments INA226 power measuring IC.</li>
</ul>
<h3><p>Sensors / Distance Laser</p>
</h3>
<ul>
<li><a href="https://github.com/uceeatz/VL53L0X" rel="noopener noreferrer">VL53L0X (⭐48)</a> - MicroPython Library for LiDAR Sensor VL53L0X.</li>
</ul>

<ul>
<li><a href="https://github.com/drakxtwo/vl53l1x_pico" rel="noopener noreferrer">vl53l1x_pico (⭐29)</a> - MicroPython driver for the VL53L1X ToF sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/davmoz/tf-luna-micropython" rel="noopener noreferrer">tf-luna-micropython (⭐13)</a> - A simple MicroPython I2C library for TF-Luna LiDAR Module.</li>
</ul>
<h3><p>Sensors / Distance Ultrasonic</p>
</h3>
<ul>
<li><a href="https://github.com/kfricke/micropython-us100" rel="noopener noreferrer">micropython-us100 (⭐3)</a> - MicroPython driver for the US-100 sonar distance sensor.</li>
</ul>
<h3><p>Sensors / Dust</p>
</h3>
<ul>
<li><a href="https://github.com/amigcamel/pyGP2Y" rel="noopener noreferrer">pyGP2Y (⭐5)</a> - MicroPython library for the Sharp GP2Y1014AU0F Dust Sensor.</li>
</ul>
<h3><p>Sensors / Energy</p>
</h3>
<ul>
<li><a href="https://github.com/Josverl/micropython-p1meter" rel="noopener noreferrer">micropython-p1meter (⭐31)</a> - A ESP32 sensor to read a p1 electricity meter and publish this to MQTT and Home Assistant, written in MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/octopusengine/esp32-solar2" rel="noopener noreferrer">esp32-solar2 (⭐0)</a> - Simple solar regulator - MicroPython project.</li>
</ul>
<h3><p>Sensors / Light</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-max44009" rel="noopener noreferrer">micropython-max44009 (⭐1)</a> - MicroPython driver for the MAX44009 ambient light sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/palouf34/veml7700" rel="noopener noreferrer">veml7700 (⭐15)</a> - Library for MicroPython for VEML7700 light sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/rcolistete/MicroPython_MAX44009_driver" rel="noopener noreferrer">MicroPython_MAX44009_driver (⭐2)</a> - MicroPython driver for MAX44009 light sensor.</li>
</ul>
<h3><p>Sensors / Motion Inertial</p>
</h3>
<ul>
<li><a href="https://github.com/rdagger/micropython-bno08x-rvc" rel="noopener noreferrer">micropython-bno08x-rvc (⭐5)</a> - MicroPython library for BNO08x.</li>
</ul>

<ul>
<li><a href="https://github.com/micropython-IMU/micropython-fusion" rel="noopener noreferrer">micropython-fusion (⭐345)</a> - Sensor fusion calculates heading, pitch and roll from the outputs of motion tracking devices.</li>
</ul>

<ul>
<li><a href="https://github.com/mozanunal/micropython-mpu6050-mqtt-streamer" rel="noopener noreferrer">micropython-mpu6050-mqtt-streamer (⭐11)</a> - Stream data from MPU6050 to MQTT server using MicroPython on ESP8266.</li>
</ul>

<ul>
<li><a href="https://github.com/OneMadGypsy/upy-motion" rel="noopener noreferrer">upy-motion (⭐22)</a> - A simple MPU6050 driver written in MicroPython.</li>
</ul>
<h3><p>Sensors / Radiation</p>
</h3>
<ul>
<li><a href="https://github.com/biemster/ESPGeiger" rel="noopener noreferrer">ESPGeiger (⭐22)</a> - MicroPython library for the ESP8266 Geiger counter.</li>
</ul>
<h3><p>Sensors / Spectral</p>
</h3>
<ul>
<li><a href="https://github.com/jajberni/AS726X_LoPy" rel="noopener noreferrer">AS726X_LoPy (⭐10)</a> - MicroPython driver for the AS726X spectral sensor.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/BME680-Micropython" rel="noopener noreferrer">BME680-Micropython (⭐48)</a> - MicroPython driver for the BME680 sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/julianhille/htu21d-esp8266" rel="noopener noreferrer">htu21d-esp8266 (⭐5)</a> - This is a MicroPython module / class to measure data from the HTU21D.</li>
</ul>

<ul>
<li><a href="https://github.com/HAIZAKURA/esp-sht3x-micropython" rel="noopener noreferrer">esp-sht3x-micropython (⭐7)</a> - A SHT3x (SHT30/31/35) library for ESP8266/ESP32 with MicroPython.</li>
</ul>
<h3><p>Sensors / Touch Capacitive</p>
</h3>
<ul>
<li><a href="https://github.com/alankrantas/micropython-TTP229-BSF" rel="noopener noreferrer">micropython-TTP229-BSF (⭐18)</a> - MicroPython ESP8266/ESP32 driver for TTP229-BSF 16-key capacitive keypad in serial interface mode.</li>
</ul>
<h3><p>Scheduling / Touch Resistive</p>
</h3>
<ul>
<li><a href="https://github.com/fizista/micropython-scron" rel="noopener noreferrer">micropython-scron (⭐9)</a> - SimpleCRON is a time-based task scheduling program inspired by the well-known cron program for Unix systems.</li>
</ul>
<h3><p>Storage / Database</p>
</h3>
<ul>
<li><a href="https://github.com/sungkhum/MicroPyDatabase" rel="noopener noreferrer">MicroPyDatabase (⭐22)</a> - A low-memory JSON-based database for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/ckoever/micropython-firebase-realtime-database" rel="noopener noreferrer">micropython-firebase-realtime-database (⭐25)</a> - Firebase implementation for MicroPython optimized for ESP32.</li>
</ul>
<h3><p>Threading / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/jczic/MicroWorkers" rel="noopener noreferrer">MicroWorkers (⭐49)</a> - A micro workers class that easily manages a pool of threads to optimise simultaneous jobs and jobs endings, for MicroPython (used on Pycom modules &amp; ESP32).</li>
</ul>
<h3><p>User Interface / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/jplattel/upymenu" rel="noopener noreferrer">upymenu (⭐35)</a> - MicroPython Menu for LCD Displays.</li>
</ul>
<h3><p>Resources / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/adafruit/awesome-micropythons" rel="noopener noreferrer">awesome-micropythons (⭐48)</a> - The many forks &amp; ports of MicroPython.</li>
</ul>
<h3><p>Code Generation / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/prusnak/micropython-extmod-generator" rel="noopener noreferrer">micropython-extmod-generator (⭐24)</a> - Generator for MicroPython external modules written in C.</li>
</ul>
<h3><p>Debugging / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/kfricke/micropython-usyslog" rel="noopener noreferrer">micropython-usyslog (⭐16)</a> - Simple remote syslog client for MicroPython.</li>
</ul>
<h3><p>Shells / On Host</p>
</h3>
<ul>
<li><a href="https://github.com/scientifichackers/ampy" rel="noopener noreferrer">ampy (⭐755)</a> - Utility to interact with a MicroPython board over a serial connection.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/09/15/"/>
    <summary>139 awesome projects updated on Sep 15, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/05/28/</id>
    <title>Awesome Micropython Updates on May 28, 2021</title>
    <updated>2021-05-28T04:22:05.000Z</updated>
    <published>2021-05-28T00:27:20.000Z</published>
    <content type="html"><![CDATA[<h3><p>Display / LCD TFT</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/deshipu-micropython-ili9341" rel="noopener noreferrer">micropython-ili9341 (⭐3)</a> - Collection of drivers for TFT displays, ILI9341, SH1106, SSD1606, ST7735.</li>
</ul>

<ul>
<li><a href="https://github.com/robert-hh/SSD1963-TFT-Library-for-PyBoard-and-RP2040" rel="noopener noreferrer">SSD1963-TFT-Library-for-PyBoard-and-RP2040 (⭐31)</a> - SSD1963 TFT Library for Pyboard and Raspberry Pi Pico.</li>
</ul>
<h3><p>Display / OLED</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/deshipu-micropython-oled" rel="noopener noreferrer">micropython-oled (⭐4)</a> - Collection of drivers for monochrome OLED displays, PCD8544, SH1106, SSD1306, UC1701X.</li>
</ul>
<h3><p>IO / ADC</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/deshipu-micropython-ads1015" rel="noopener noreferrer">micropython-ads1015 (⭐0)</a> - ADS1015 12-Bit and ADS1115 16-bit ADC, 4 channels with programmable gain, I2C interface.</li>
</ul>
<h3><p>IO / Rotary Encoder</p>
</h3>
<ul>
<li><a href="https://github.com/sgall17a/encodermenu" rel="noopener noreferrer">encodermenu (⭐117)</a> - Simple GUI menu for MicroPython using a rotary encoder and basic display.</li>
</ul>
<h3><p>Motion / Servo</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/deshipu-micropython-pca9685" rel="noopener noreferrer">micropython-pca9685 (⭐3)</a> - 16-channel 12-bit PWM/servo driver.</li>
</ul>
<h3><p>Sensors / Distance IR</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/deshipu-micropython-gp2y0e03" rel="noopener noreferrer">micropython-gp2y0e03 (⭐0)</a> - IR-LED distance measuring sensor using Sharp GP2Y0E03.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/deshipu-micropython-vl6180" rel="noopener noreferrer">micropython-vl6180 (⭐0)</a> - Time-of-Flight sensor, ambient light sensor &amp; IR emitter.</li>
</ul>
<h3><p>Sensors / Distance Laser</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/deshipu-micropython-vl53l0x" rel="noopener noreferrer">micropython-vl53l0x (⭐0)</a> - Time-of-Flight laser-ranging sensor.</li>
</ul>
<h3><p>Sensors / Temperature Analog</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/deshipu-micropython-max31855" rel="noopener noreferrer">micropython-max31855 (⭐1)</a> - Thermocouple amplifier, SPI interface.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/deshipu-micropython-si7021" rel="noopener noreferrer">micropython-si7021 (⭐0)</a> - SI7021 Temperature and humidity sensor, I2C interface.</li>
</ul>
<h3><p>Books / SRAM</p>
</h3>
<ul>
<li><a href="https://www.elektor.com/micropython-for-microcontrollers-e-book" rel="noopener noreferrer">MicroPython for Microcontrollers</a> - By Günter Spanner. ISBN 9783895764370.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/05/28/"/>
    <summary>12 awesome projects updated on May 28, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/05/27/</id>
    <title>Awesome Micropython Updates on May 27, 2021</title>
    <updated>2021-05-27T23:43:01.000Z</updated>
    <published>2021-05-27T10:01:36.000Z</published>
    <content type="html"><![CDATA[<h3><p>Display / LED Segment</p>
</h3>
<ul>
<li><a href="https://github.com/Sakartu/TM74HC595" rel="noopener noreferrer">TM74HC595 (⭐7)</a> - Driver for shift register-controlled 5 pin display modules.</li>
</ul>
<h3><p>IO / DAC</p>
</h3>
<ul>
<li><a href="https://github.com/openfablab/mcp4728" rel="noopener noreferrer">mcp4728 (⭐8)</a> - Helper library for the Microchip MCP4728 I2C 12-bit Quad DAC.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/05/27/"/>
    <summary>2 awesome projects updated on May 27, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/05/14/</id>
    <title>Awesome Micropython Updates on May 14, 2021</title>
    <updated>2021-05-14T10:43:05.000Z</updated>
    <published>2021-05-14T10:43:05.000Z</published>
    <content type="html"><![CDATA[<h3><p>IO / ADC</p>
</h3>
<ul>
<li><a href="https://github.com/matthias-bs/MicroPython-ADC_Cal" rel="noopener noreferrer">MicroPython-ADC_Cal (⭐22)</a> - ESP32 ADC driver using reference voltage calibration value from efuse.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/05/14/"/>
    <summary>1 awesome projects updated on May 14, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/05/04/</id>
    <title>Awesome Micropython Updates on May 04, 2021</title>
    <updated>2021-05-04T18:22:53.000Z</updated>
    <published>2021-05-04T18:22:53.000Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Soil Moisture</p>
</h3>
<ul>
<li><a href="https://github.com/matthias-bs/MicroPython-MiFlora" rel="noopener noreferrer">MicroPython-MiFlora (⭐8)</a> - Xiaomi Mi Flora (aka flower care) BLE plant sensors (soil moisture/conductivity/light intensity/temperature).</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/05/04/"/>
    <summary>1 awesome projects updated on May 04, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/04/21/</id>
    <title>Awesome Micropython Updates on Apr 21, 2021</title>
    <updated>2021-04-21T04:32:34.000Z</updated>
    <published>2021-04-21T04:32:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>Motion / Stepper</p>
</h3>
<ul>
<li><a href="https://github.com/jphalip/ticlib" rel="noopener noreferrer">ticlib (⭐21)</a> - Driver for Pololu Tic stepper motor controllers.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/04/21/"/>
    <summary>1 awesome projects updated on Apr 21, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/01/05/</id>
    <title>Awesome Micropython Updates on Jan 05, 2021</title>
    <updated>2021-01-05T23:42:11.000Z</updated>
    <published>2021-01-05T23:42:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / MDNS</p>
</h3>
<ul>
<li><a href="https://github.com/cbrand/micropython-mdns" rel="noopener noreferrer">micropython-mdns (⭐84)</a> - A pure Python implementation of MDNS with support for Service Discovery.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/01/05/"/>
    <summary>1 awesome projects updated on Jan 05, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/11/14/</id>
    <title>Awesome Micropython Updates on Nov 14, 2020</title>
    <updated>2020-11-14T00:29:34.000Z</updated>
    <published>2020-11-14T00:29:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>IDEs / SRAM</p>
</h3>
<ul>
<li><a href="https://plugins.jetbrains.com/plugin/9777-micropython" rel="noopener noreferrer">JetBrains IntelliJ/PyCharm MicroPython Plugin</a> - Plugin for MicroPython devices in IntelliJ and PyCharm.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/11/14/"/>
    <summary>1 awesome projects updated on Nov 14, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/09/16/</id>
    <title>Awesome Micropython Updates on Sep 16, 2020</title>
    <updated>2020-09-16T14:57:49.000Z</updated>
    <published>2020-09-16T11:20:59.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / Cryptography</p>
</h3>
<ul>
<li><a href="https://github.com/iyassou/mpyaes" rel="noopener noreferrer">mpyaes (⭐29)</a> - MicroPython module for AES encryption.</li>
</ul>

<ul>
<li><a href="https://github.com/piaca/micropython-aes" rel="noopener noreferrer">micropython-aes (⭐19)</a> - AES algorithm with pure python implementation.</li>
</ul>
<h3><p>Communications / RTC</p>
</h3>
<ul>
<li><a href="https://github.com/mattytrentini/micropython-mcp7940" rel="noopener noreferrer">micropython-mcp7940 (⭐1)</a> - Driver for the Microchip MCP7940 RTC.</li>
</ul>
<h3><p>Display / E-Paper</p>
</h3>
<ul>
<li><a href="https://github.com/mattytrentini/ssd1675a" rel="noopener noreferrer">ssd1675a (⭐8)</a> - Driver for SSD1675-based e-paper displays.</li>
</ul>
<h3><p>Display / GUI</p>
</h3>
<ul>
<li><a href="https://github.com/lvgl/lv_binding_micropython" rel="noopener noreferrer">lvgl (⭐335)</a> - An object-oriented, component-based high-level GUI library with MicroPython binding.</li>
</ul>

<ul>
<li><a href="https://github.com/peterhinch/micropython-lcd160cr-gui" rel="noopener noreferrer">micropython-lcd160cr-gui (⭐32)</a> - Simple touch-driven event based GUI for the Pyboard and LCD160CR colour display.</li>
</ul>

<ul>
<li><a href="https://github.com/peterhinch/micropython_ra8875" rel="noopener noreferrer">micropython_ra8875 (⭐12)</a> - MicroPython device driver and nano-GUI for RA8875 based displays.</li>
</ul>
<h3><p>Sensors / Camera</p>
</h3>
<ul>
<li><a href="https://github.com/lemariva/micropython-camera-driver" rel="noopener noreferrer">micropython-camera-driver (⭐550)</a> - OV2640 camera driver for MicroPython on ESP32.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/mattytrentini/micropython-tmp1075" rel="noopener noreferrer">micropython-tmp1075 (⭐0)</a> - Driver for the TI TMP1075 temperature sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/2black0/micropython-sht11" rel="noopener noreferrer">micropython-sht11 (⭐3)</a> - Driver for Sensirion SHT11 temperature and humidity sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-lm75a" rel="noopener noreferrer">micropython-lm75a (⭐5)</a> - Driver for the NXP LM75A digital temperature sensor.</li>
</ul>
<h3><p>Frameworks / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/BxNxM/micrOS" rel="noopener noreferrer">micrOS (⭐127)</a> - MicroPython-based IoT Framework.</li>
</ul>

<ul>
<li><a href="https://github.com/hiveeyes/terkin-datalogger" rel="noopener noreferrer">terkin-datalogger (⭐64)</a> - Flexible data logger application for MicroPython and CPython.</li>
</ul>
<h3><p>Code Generation / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/BradenM/micropy-stubs" rel="noopener noreferrer">micropy-stubs (⭐30)</a> - Automatically Generated Stub Packages for Micropy-Cli and whomever else.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/09/16/"/>
    <summary>14 awesome projects updated on Sep 16, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/06/20/</id>
    <title>Awesome Micropython Updates on Jun 20, 2020</title>
    <updated>2020-06-20T14:42:17.000Z</updated>
    <published>2020-06-20T14:42:17.000Z</published>
    <content type="html"><![CDATA[<h3><p>Sensors / Light</p>
</h3>
<ul>
<li><a href="https://github.com/PinkInk/upylib/tree/master/bh1750" rel="noopener noreferrer">bh1750 (⭐57)</a> - BH1750 I2C digital light sensor driver.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/06/20/"/>
    <summary>1 awesome projects updated on Jun 20, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/06/01/</id>
    <title>Awesome Micropython Updates on Jun 01, 2020</title>
    <updated>2020-06-01T04:20:54.000Z</updated>
    <published>2020-06-01T04:20:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>Libraries</p>
</h3>
<ul>
<li><a href="https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+Implementation+%3A%3A+MicroPython" rel="noopener noreferrer">PyPi</a> - This filter shows just the MicroPython libraries on PyPi. Note: You cannot <code>pip install</code> MicroPython libraries. See the <a href="https://docs.micropython.org/en/latest/reference/packages.html" rel="noopener noreferrer">MicroPython docs</a> for more information on managing packages with MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/search?q=micropython" rel="noopener noreferrer">GitHub Search</a> - Search GitHub for repositories containing MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/topics/micropython" rel="noopener noreferrer">GitHub Topic - MicroPython</a> - Browse GitHub Topics for projects tagged with MicroPython.</li>
</ul>

<ul>
<li><a href="https://libraries.io/search?q=micropython" rel="noopener noreferrer">Libraries.io</a> - Libraries.io query for MicroPython.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/explore?sort=latest_activity_desc&amp;utf8=%E2%9C%93&amp;name=micropython&amp;sort=latest_activity_desc" rel="noopener noreferrer">GitLab Explore</a> - Explore repositories on GitLab.</li>
</ul>
<h3><p>Sensors / Distance Laser</p>
</h3>
<ul>
<li><a href="https://github.com/ZIOCC/Qwiic_TOF_Module_RFD77402" rel="noopener noreferrer">Qwiic_TOF_Module_RFD77402 (⭐2)</a> - Qwiic TOF Module (RFD77402) time-of-flight rangefinding module.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/06/01/"/>
    <summary>6 awesome projects updated on Jun 01, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/05/29/</id>
    <title>Awesome Micropython Updates on May 29, 2020</title>
    <updated>2020-05-29T13:49:23.000Z</updated>
    <published>2020-05-29T13:49:16.000Z</published>
    <content type="html"><![CDATA[<h3><p>IO / GPIO</p>
</h3>
<ul>
<li><a href="https://github.com/selfhostedhome/micropython-debounce-switch" rel="noopener noreferrer">micropython-debounce-switch (⭐9)</a> - MicroPython Class for Debouncing Switches.</li>
</ul>
<h3><p>Debugging / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/tve/esp32-backtrace" rel="noopener noreferrer">esp32-backtrace (⭐30)</a> - ESP32 Exception Stack Backtrace Analyzer.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/05/29/"/>
    <summary>2 awesome projects updated on May 29, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/05/26/</id>
    <title>Awesome Micropython Updates on May 26, 2020</title>
    <updated>2020-05-26T15:49:55.000Z</updated>
    <published>2020-05-26T15:49:55.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / MQTT</p>
</h3>
<ul>
<li><a href="https://github.com/tve/mqboard" rel="noopener noreferrer">MQBoard (⭐129)</a> - A micro-framework for using MQTT with asyncio on MicroPython boards, primarily on the ESP32.</li>
</ul>

<ul>
<li><a href="https://github.com/davea/sonoff-mqtt" rel="noopener noreferrer">sonoff-mqtt by davea (⭐60)</a> - MicroPython scripts to control Sonoff/ESP8266 using MQTT.</li>
</ul>

<ul>
<li><a href="https://github.com/miketeachman/micropython-thingspeak-mqtt-esp8266" rel="noopener noreferrer">micropython-thingspeak-mqtt-esp8266 (⭐26)</a> - Publish and Subscribe to ThingSpeak using MQTT with MicroPython running on ESP8266/ESP32 platforms.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/05/26/"/>
    <summary>3 awesome projects updated on May 26, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/05/23/</id>
    <title>Awesome Micropython Updates on May 23, 2020</title>
    <updated>2020-05-23T07:44:07.000Z</updated>
    <published>2020-05-23T07:26:38.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / CAN</p>
</h3>
<ul>
<li><a href="https://gitlab.com/alphaaomega/micropython-spacecan" rel="noopener noreferrer">micropython-spacecan</a> - Spacecan is a MicroPython implementation of the SpaceCAN protocol for embedded systems.</li>
</ul>
<h3><p>Communications / DNS</p>
</h3>
<ul>
<li><a href="https://github.com/jczic/MicroDNSSrv" rel="noopener noreferrer">MicroDNSSrv (⭐76)</a> - A micro DNS server for MicroPython to simply respond to A queries on multi-domains with or without wildcards (used on Pycom modules &amp; ESP32).</li>
</ul>
<h3><p>Communications / IoT</p>
</h3>
<ul>
<li><a href="https://gitlab.com/aapjeisbaas/micropython-home-assistant" rel="noopener noreferrer">micropython-home-assistant</a> - MicroPython-based scripts to extend your Home Assistant-driven home automation projects.</li>
</ul>
<h3><p>Communications / NTP</p>
</h3>
<ul>
<li><a href="https://github.com/wieck/micropython-ntpclient" rel="noopener noreferrer">micropython-ntpclient (⭐5)</a> - NTP client for MicroPython using uasyncio.</li>
</ul>
<h3><p>Communications / Radio</p>
</h3>
<ul>
<li><a href="https://github.com/wuub/micropython-rfsocket" rel="noopener noreferrer">micropython-rfsocket (⭐34)</a> - MicroPython implementation of popular 433MHz-based RFSockets.</li>
</ul>
<h3><p>Communications / REPL</p>
</h3>
<ul>
<li><a href="https://micropython.org/webrepl" rel="noopener noreferrer">webrepl</a> - MicroPython WebREPL.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/zepl1/zepl" rel="noopener noreferrer">zepl</a> - MicroPython WebREPL Console Application using ZeroMQ.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/alelec/jupyter_micropython_remote" rel="noopener noreferrer">jupyter_micropython_remote</a> - Jupyter kernel to directly execute code on a MicroPython board over the serial/web REPL.</li>
</ul>
<h3><p>Communications / Web</p>
</h3>
<ul>
<li><a href="https://github.com/danni/uwebsockets" rel="noopener noreferrer">uwebsockets (⭐216)</a> - MicroPython WebSocket implementation for ESP8266.</li>
</ul>

<ul>
<li><a href="https://github.com/miguelgrinberg/microdot" rel="noopener noreferrer">microdot (⭐2.1k)</a> - The impossibly small web framework for MicroPython.</li>
</ul>
<h3><p>Display / LCD TFT</p>
</h3>
<ul>
<li><a href="https://github.com/devbis/st7789py_mpy" rel="noopener noreferrer">st7789py_mpy (⭐94)</a> - Slow MicroPython driver for 240x240 ST7789 display without CS pin from AliExpress, written in MicroPython.</li>
</ul>
<h3><p>Display / LED Segment</p>
</h3>
<ul>
<li><a href="https://gitlab.com/robhamerling/micropython-tm1640" rel="noopener noreferrer">micropython-tm1640</a> - MicroPython Library for 16 digits 7-segment displays controlled by a TM1640.</li>
</ul>
<h3><p>Display / LEDs</p>
</h3>
<ul>
<li><a href="https://github.com/HeMan/micropython-ws2801" rel="noopener noreferrer">micropython-ws2801 (⭐2)</a> - A MicroPython library to interface with strands of WS2801 RGB LEDs.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/peterzuger/tlc5947-rgb-micropython" rel="noopener noreferrer">tlc5947-rgb-micropython</a> - Driver for the TLC5947 24 channel 12-bit PWM LED driver.</li>
</ul>
<h3><p>IO / GPIO</p>
</h3>
<ul>
<li><a href="https://gitlab.com/WiLED-Project/ubutton" rel="noopener noreferrer">ubutton</a> - A MicroPython library for controlling reading and debouncing pushbutton inputs, including "short" and "long" press callbacks.</li>
</ul>
<h3><p>IO / PWM</p>
</h3>
<ul>
<li><a href="https://gitlab.com/WiLED-Project/upwmcontroller" rel="noopener noreferrer">upwmcontroller</a> - A MicroPython library for controlling PWM outputs in an asyncio loop, with features including fading and blinking.</li>
</ul>
<h3><p>IO / Rotary Encoder</p>
</h3>
<ul>
<li><a href="https://gitlab.com/WiLED-Project/uencoder" rel="noopener noreferrer">uencoder</a> - A MicroPython library for reading from a rotary encoder.</li>
</ul>
<h3><p>Mathematics / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/v923z/micropython-ulab" rel="noopener noreferrer">micropython-ulab (⭐492)</a> - A NumPy-like fast vector module for MicroPython.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/nickoala/micropython-mtx" rel="noopener noreferrer">micropython-mtx</a> - Fast Matrix Multiplication and Linear Solver on MicroPython.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/nickoala/micropython-vec" rel="noopener noreferrer">micropython-vec</a> - Vector Operations on MicroPython.</li>
</ul>
<h3><p>Sensors / Air Quality</p>
</h3>
<ul>
<li><a href="https://github.com/pkucmus/micropython-pms7003" rel="noopener noreferrer">micropython-pms7003 (⭐38)</a> - MicroPython driver for the PMS7003 Air Quality Sensor.</li>
</ul>
<h3><p>Sensors / Gaseous</p>
</h3>
<ul>
<li><a href="https://github.com/agners/micropython-scd30" rel="noopener noreferrer">micropython-scd30 (⭐31)</a> - MicroPython I2C driver for Sensirion SCD30 CO2 sensor module.</li>
</ul>
<h3><p>Sensors / Load Cell</p>
</h3>
<ul>
<li><a href="https://github.com/SergeyPiskunov/micropython-hx711" rel="noopener noreferrer">micropython-hx711 (⭐87)</a> - MicroPython driver for HX711 24-Bit Analog-to-Digital Converter.</li>
</ul>
<h3><p>Scheduling / Touch Resistive</p>
</h3>
<ul>
<li><a href="https://github.com/fizista/micropython-mcron" rel="noopener noreferrer">micropython-mcron (⭐39)</a> - MicroCRON is a time-based task scheduling program for MicroPython.</li>
</ul>
<h3><p>Storage / Database</p>
</h3>
<ul>
<li><a href="https://github.com/nakagami/nmongo" rel="noopener noreferrer">nmongo (⭐20)</a> - MongoDB client for CPython and MicroPython, with MongoDB shell-like APIs.</li>
</ul>
<h3><p>Code Generation / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/BradenM/micropy-cli" rel="noopener noreferrer">micropy-cli (⭐332)</a> - Micropy CLI is a project management/generation tool for writing MicroPython code in modern IDEs such as Visual Studio Code.</li>
</ul>

<ul>
<li><a href="https://github.com/Josverl/micropython-stubber" rel="noopener noreferrer">micropython-stubber (⭐244)</a> - Generate and use stubs for different MicroPython firmwares to use with Visual Studio Code or any IDE and linter.</li>
</ul>
<h3><p>Shells / On Device</p>
</h3>
<ul>
<li><a href="https://github.com/dhylands/upy-shell" rel="noopener noreferrer">upy-shell (⭐42)</a> - A simple command line-based shell for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/robert-hh/Micropython-Editor" rel="noopener noreferrer">Micropython-Editor (⭐249)</a> - Small on-board editor for Pyboard, WiPy, ESP8266, ESP32, PyCom and Adafruit devices written in Python.</li>
</ul>
<h3><p>Shells / On Host</p>
</h3>
<ul>
<li><a href="https://github.com/dhylands/rshell" rel="noopener noreferrer">rshell (⭐1k)</a> - Copy or sync files to boards, enter REPL from your terminal.</li>
</ul>

<ul>
<li><a href="https://github.com/wendlers/mpfshell" rel="noopener noreferrer">mpfshell (⭐415)</a> - A simple shell-based file explorer for ESP8266 and WiPy.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/05/23/"/>
    <summary>31 awesome projects updated on May 23, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/05/17/</id>
    <title>Awesome Micropython Updates on May 17, 2020</title>
    <updated>2020-05-17T07:32:38.000Z</updated>
    <published>2020-05-17T06:52:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / GPS</p>
</h3>
<ul>
<li><a href="https://github.com/pulkin/mpy-agps" rel="noopener noreferrer">mpy-agps (⭐13)</a> - MicroPython implementation of assisted location services (AGPS).</li>
</ul>
<h3><p>Storage / Database</p>
</h3>
<ul>
<li><a href="https://github.com/dvrhax/uPyMySQL" rel="noopener noreferrer">uPyMySQL (⭐24)</a> - Pure MicroPython MySQL Client.</li>
</ul>

<ul>
<li><a href="https://github.com/dwighthubbard/micropython-redis" rel="noopener noreferrer">micropython-redis (⭐22)</a> - A Redis client implementation designed for use with MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/SpotlightKid/picoredis" rel="noopener noreferrer">picoredis (⭐12)</a> - A very minimal Redis client (not only) for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/nakagami/micropg" rel="noopener noreferrer">micropg (⭐28)</a> - PostgreSQL database driver for MicroPython.</li>
</ul>
<h3><p>Community / SRAM</p>
</h3>
<ul>
<li><a href="https://www.facebook.com/micropython" rel="noopener noreferrer">MicroPython on Facebook</a> - Like MicroPython on Facebook for competitions, news and updates.</li>
</ul>
<h3><p>Books / SRAM</p>
</h3>
<ul>
<li><a href="https://www.amazon.com/Advanced-Programming-MicroPython-Example-Magda/dp/1090900937" rel="noopener noreferrer">Advanced Programming in MicroPython By Example</a> - By Yury Magda. ISBN 9781090900937.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/05/17/"/>
    <summary>7 awesome projects updated on May 17, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/05/16/</id>
    <title>Awesome Micropython Updates on May 16, 2020</title>
    <updated>2020-05-16T17:54:55.000Z</updated>
    <published>2020-05-16T14:45:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>AI</p>
</h3>
<ul>
<li><a href="https://github.com/jczic/MicroMLP" rel="noopener noreferrer">MicroMLP (⭐194)</a> - A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules).</li>
</ul>
<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-vs1053" rel="noopener noreferrer">micropython-vs1053 (⭐34)</a> - Asynchronous driver for VS1053b MP3 player.</li>
</ul>

<ul>
<li><a href="https://github.com/dhylands/upy-rtttl" rel="noopener noreferrer">upy-rtttl (⭐42)</a> - Python Parser for Ring Tone Text Transfer Language (RTTTL).</li>
</ul>
<h3><p>Communications / DNS</p>
</h3>
<ul>
<li><a href="https://github.com/yschaeff/ICantBelieveItsNotDNS" rel="noopener noreferrer">ICantBelieveItsNotDNS (⭐19)</a> - "I Can't Believe It's Not DNS!" (ICBIND) is an authoritative DNS server for the ESP8266 written in MicroPython.</li>
</ul>
<h3><p>Communications / FTP</p>
</h3>
<ul>
<li><a href="https://github.com/SpotlightKid/micropython-ftplib" rel="noopener noreferrer">micropython-ftplib (⭐42)</a> - An FTP client library for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/robert-hh/FTP-Server-for-ESP8266-ESP32-and-PYBD" rel="noopener noreferrer">FTP-Server-for-ESP8266-ESP32-and-PYBD (⭐161)</a> - Small FTP server for ESP8266/ESP32/Pyboard on the MicroPython platform.</li>
</ul>

<ul>
<li><a href="https://github.com/cpopp/MicroFTPServer" rel="noopener noreferrer">MicroFTPServer (⭐35)</a> - Minimal FTP Server that can run on an ESP8266 with MicroPython.</li>
</ul>
<h3><p>Communications / GSM</p>
</h3>
<ul>
<li><a href="https://github.com/jeffmer/micropython-upyphone" rel="noopener noreferrer">micropython-upyphone (⭐426)</a> - A GSM phone using Pyboard and SIM800l.</li>
</ul>
<h3><p>Communications / IoT</p>
</h3>
<ul>
<li><a href="https://github.com/microhomie/microhomie" rel="noopener noreferrer">microhomie (⭐81)</a> - MicroPython implementation of the Homie MQTT convention for IoT.</li>
</ul>

<ul>
<li><a href="https://github.com/lemariva/uPyEcho" rel="noopener noreferrer">uPyEcho (⭐57)</a> - Emulated Belkin WeMo device that works with Amazon Echo (Alexa) using MicroPython on an ESP32.</li>
</ul>

<ul>
<li><a href="https://github.com/foosel/SonosRemote" rel="noopener noreferrer">SonosRemote (⭐56)</a> - A remote for Sonos installations running on an ESP8266 and using Sonos HTTP API.</li>
</ul>
<h3><p>Communications / IR</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython_ir" rel="noopener noreferrer">micropython_ir (⭐297)</a> - Nonblocking device drivers to receive from IR remotes and for IR "blaster" apps.</li>
</ul>

<ul>
<li><a href="https://github.com/peterhinch/micropython-amg88xx" rel="noopener noreferrer">micropython-amg88xx (⭐21)</a> - Driver for Grid-EYE thermal infrared array sensor (Adafruit 3538).</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-ys-irtm" rel="noopener noreferrer">micropython-ys-irtm (⭐33)</a> - MicroPython examples for YS-IRTM 5V NEC Infrared UART transceivers.</li>
</ul>

<ul>
<li><a href="https://github.com/ruoyu0088/esp8266_ir" rel="noopener noreferrer">esp8266_ir (⭐51)</a> - Control IR signal by WebSocket.</li>
</ul>
<h3><p>Communications / LoRaWAN</p>
</h3>
<ul>
<li><a href="https://github.com/lemariva/uPyLoRaWAN" rel="noopener noreferrer">uPyLoRaWAN (⭐242)</a> - ESP32 using MicroPython meets LoRa and LoRaWAN.</li>
</ul>
<h3><p>Communications / MQTT</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-mqtt" rel="noopener noreferrer">micropython-mqtt (⭐676)</a> - A 'resilient' asynchronous MQTT client: recovers from WiFi and broker outages.</li>
</ul>

<ul>
<li><a href="https://github.com/kevinkk525/pysmartnode" rel="noopener noreferrer">pysmartnode (⭐119)</a> -  MicroPython Smart Home framework.</li>
</ul>

<ul>
<li><a href="https://github.com/juwul/umqtt_aws_iot" rel="noopener noreferrer">umqtt_aws_iot (⭐21)</a> - Publish UMQTT messages with MicroPython to AWS IoT.</li>
</ul>

<ul>
<li><a href="https://github.com/kfricke/micropython-sonoff-switch" rel="noopener noreferrer">micropython-sonoff-switch (⭐10)</a> - Implements an MQTT-controllable switch for the iTead Sonoff Switch using MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/andrewmk/uMQTT" rel="noopener noreferrer">uMQTT (⭐9)</a> - MQTT publish for MicroPython on the WiPy board.</li>
</ul>
<h3><p>Communications / NTP</p>
</h3>
<ul>
<li><a href="https://github.com/Roterfux/esp8266_ntp_webserver" rel="noopener noreferrer">esp8266_ntp_webserver (⭐4)</a> - MicroPython + ESP8266 + NTP + web server.</li>
</ul>

<ul>
<li><a href="https://github.com/dave2/micropython-ntpd" rel="noopener noreferrer">micropython-ntpd (⭐2)</a> - An implementation of an NTP daemon in MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/GrantGMiller/micropython_ntpserver" rel="noopener noreferrer">micropython_ntpserver (⭐3)</a> - An NTP server written for MicroPython.</li>
</ul>
<h3><p>Communications / Radio</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython_remote" rel="noopener noreferrer">micropython_remote (⭐83)</a> - Capture and replay 433MHz remote control codes. Control remote switched power adaptors.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-ys-rf34t" rel="noopener noreferrer">micropython-ys-rf34t (⭐9)</a> - MicroPython examples using YS-RF34T 433MHz ASK/OOK UART transceivers.</li>
</ul>
<h3><p>Communications / Serial</p>
</h3>
<ul>
<li><a href="https://github.com/jeffmakes/mpy-miniterm" rel="noopener noreferrer">mpy-miniterm (⭐23)</a> - Tool for seamless serial debug and file synchronisation with MicroPython devices via the serial REPL.</li>
</ul>
<h3><p>Communications / SMTP</p>
</h3>
<ul>
<li><a href="https://github.com/shawwwn/uMail" rel="noopener noreferrer">uMail (⭐97)</a> - A lightweight, scalable SMTP client for sending email in MicroPython.</li>
</ul>
<h3><p>Communications / Telnet</p>
</h3>
<ul>
<li><a href="https://github.com/cpopp/MicroTelnetServer" rel="noopener noreferrer">MicroTelnetServer (⭐79)</a> - Simple telnet server for MicroPython and the ESP8266 allowing telnet clients access to the REPL.</li>
</ul>
<h3><p>Communications / Web</p>
</h3>
<ul>
<li><a href="https://github.com/jczic/MicroWebSrv" rel="noopener noreferrer">MicroWebSrv (⭐662)</a> - A micro HTTP web server that supports WebSockets, HTML/Python language templating and routing handlers, for MicroPython (used on Pycom modules &amp; ESP32).</li>
</ul>

<ul>
<li><a href="https://github.com/jczic/MicroWebSrv2" rel="noopener noreferrer">MicroWebSrv2 (⭐712)</a> - 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).</li>
</ul>

<ul>
<li><a href="https://github.com/belyalov/tinyweb" rel="noopener noreferrer">tinyweb (⭐279)</a> - Simple and lightweight HTTP async server for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/BetaRavener/upy-websocket-server" rel="noopener noreferrer">upy-websocket-server (⭐85)</a> - MicroPython (ESP8266) WebSocket server implementation.</li>
</ul>

<ul>
<li><a href="https://github.com/amora-labs/micropython-captive-portal" rel="noopener noreferrer">micropython-captive-portal (⭐51)</a> - A captive portal demo for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/lemariva/uPyPortal" rel="noopener noreferrer">uPyPortal (⭐41)</a> - A captive portal for MicroPython using ESP32 (Wemos).</li>
</ul>

<ul>
<li><a href="https://github.com/codemee/ESP8266WebServer" rel="noopener noreferrer">ESP8266WebServer (⭐51)</a> - ESP8266 web server for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/insighio/microCoAPy" rel="noopener noreferrer">microCoAPy (⭐68)</a> - A mini client/server implementation of CoAP (Constrained Application Protocol) into MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/troublegum/micropyserver" rel="noopener noreferrer">micropyserver (⭐157)</a> - MicroPyServer is a simple HTTP server for MicroPython projects.</li>
</ul>

<ul>
<li><a href="https://github.com/jczic/MicroRESTCli" rel="noopener noreferrer">MicroRESTCli (⭐29)</a> - A micro JSON REST web client based on MicroWebCli for MicroPython (used on Pycom modules &amp; ESP32).</li>
</ul>

<ul>
<li><a href="https://github.com/larsks/micropython-noggin" rel="noopener noreferrer">micropython-noggin (⭐18)</a> - A very simple web server for MicroPython.</li>
</ul>
<h3><p>Communications / WiFi</p>
</h3>
<ul>
<li><a href="https://github.com/mitchins/micropython-wifimanager" rel="noopener noreferrer">micropython-wifimanager (⭐69)</a> - A simple network configuration utility for MicroPython on the ESP8266 board.</li>
</ul>
<h3><p>Communications / Zigbee</p>
</h3>
<ul>
<li><a href="https://github.com/osresearch/ZbPy" rel="noopener noreferrer">ZbPy (⭐52)</a> - MicroPython IEEE802.15.4 / Zigbee parser.</li>
</ul>
<h3><p>Display / E-Paper</p>
</h3>
<ul>
<li><a href="https://github.com/ayoy/micropython-waveshare-epd" rel="noopener noreferrer">micropython-waveshare-epd (⭐57)</a> - Waveshare ePaper Display driver for devices running Pycom-flavored MicroPython.</li>
</ul>
<h3><p>Display / LCD Character</p>
</h3>
<ul>
<li><a href="https://github.com/wjdp/micropython-lcd" rel="noopener noreferrer">micropython-lcd (⭐21)</a> - Class for controlling the HD44780 from a MicroPython Pyboard.</li>
</ul>
<h3><p>Display / LCD Graphic</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-hx1230" rel="noopener noreferrer">micropython-hx1230 (⭐7)</a> - MicroPython library for HX1230 96x68 LCD modules.</li>
</ul>
<h3><p>Display / LCD TFT</p>
</h3>
<ul>
<li><a href="https://github.com/rdagger/micropython-ili9341" rel="noopener noreferrer">micropython-ili9341 (⭐287)</a> - MicroPython ILI9341 display &amp; XPT2046 touch screen driver.</li>
</ul>

<ul>
<li><a href="https://github.com/devbis/st7789_mpy" rel="noopener noreferrer">st7789_mpy (⭐224)</a> - Fast pure-C driver for MicroPython that can handle display modules on ST7789 chip.</li>
</ul>

<ul>
<li><a href="https://github.com/jeffmer/micropython-ili9341" rel="noopener noreferrer">micropython-ili9341 (⭐144)</a> - MicroPython Driver for ILI9341 display.</li>
</ul>

<ul>
<li><a href="https://github.com/tkurbad/micropython-ili9341" rel="noopener noreferrer">micropython-ili9341 (⭐14)</a> - ILI9341 TFT driver for MicroPython on ESP32.</li>
</ul>
<h3><p>Display / LED Matrix</p>
</h3>
<ul>
<li><a href="https://github.com/vrialland/micropython-max7219" rel="noopener noreferrer">micropython-max7219 (⭐42)</a> - MicroPython driver for MAX7219 8x8 LED matrix.</li>
</ul>
<h3><p>IO / ADC</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/ADS7818" rel="noopener noreferrer">ADS7818 (⭐0)</a> - Python class interfacing the ADS7818 AD-converter.</li>
</ul>

<ul>
<li><a href="https://github.com/miketeachman/micropython-ads1219" rel="noopener noreferrer">micropython-ads1219 (⭐4)</a> - MicroPython module for the Texas Instruments ADS1219 ADC.</li>
</ul>
<h3><p>IO / GPIO</p>
</h3>
<ul>
<li><a href="https://github.com/alanmitchell/micropython-inputs" rel="noopener noreferrer">micropython-inputs (⭐35)</a> - Classes to count pulses, debounce digital inputs, and calculate moving averages of analog inputs for a MicroPython board.</li>
</ul>
<h3><p>IO / IO-Expander</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-mcp23017" rel="noopener noreferrer">micropython-mcp23017 (⭐87)</a> - MicroPython driver for MCP23017 16-bit I/O Expander.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-pcf8574" rel="noopener noreferrer">micropython-pcf8574 (⭐43)</a> - MicroPython driver for PCF8574 8-Bit I2C I/O Expander with Interrupt.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-pcf8575" rel="noopener noreferrer">micropython-pcf8575 (⭐23)</a> - MicroPython driver for PCF8575 16-Bit I2C I/O Expander with Interrupt.</li>
</ul>
<h3><p>IO / Rotary Encoder</p>
</h3>
<ul>
<li><a href="https://github.com/miketeachman/micropython-rotary" rel="noopener noreferrer">micropython-rotary (⭐332)</a> - MicroPython module to read a rotary encoder.</li>
</ul>
<h3><p>Mathematics / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-fourier" rel="noopener noreferrer">micropython-fourier (⭐92)</a> - Fast Fourier transform in MicroPython's inline ARM assembler.</li>
</ul>

<ul>
<li><a href="https://github.com/jalawson/ulinalg" rel="noopener noreferrer">ulinalg (⭐32)</a> - Small size matrix handling module with a few linear algebra operations specifically for MicroPython (Python 3).</li>
</ul>
<h3><p>Motion / Stepper</p>
</h3>
<ul>
<li><a href="https://github.com/IDWizard/uln2003" rel="noopener noreferrer">uln2003 (⭐49)</a> - Driver for 5V 28BYJ-48 stepper motors.</li>
</ul>
<h3><p>Sensors / Air Quality</p>
</h3>
<ul>
<li><a href="https://github.com/kevinkk525/pms5003_micropython" rel="noopener noreferrer">pms5003_micropython (⭐25)</a> - Driver for PMS5003 air quality sensor for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/miketeachman/micropython-pms5003-minimal" rel="noopener noreferrer">micropython-pms5003-minimal (⭐1)</a> - Driver for P air quality sensor for MicroPython.</li>
</ul>

<ul>
<li><a href="https://github.com/g-sam/polly" rel="noopener noreferrer">polly (⭐13)</a> - SDS011 pollution sensor + Wemos D1 mini pro + MicroPython.</li>
</ul>
<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/BME280" rel="noopener noreferrer">BME280 (⭐127)</a> - MicroPython driver for the BME280 sensor, target platform Pycom devices.</li>
</ul>

<ul>
<li><a href="https://github.com/dafvid/micropython-bmp280" rel="noopener noreferrer">micropython-bmp280 (⭐114)</a> - Module for the BMP280 sensor.</li>
</ul>
<h3><p>Sensors / Camera</p>
</h3>
<ul>
<li><a href="https://github.com/Thekegman/Nikon-Trigger-for-MicroPython" rel="noopener noreferrer">Nikon-Trigger-for-MicroPython (⭐3)</a> - Remote trigger for a Nikon camera using an IR LED. For Pyboard v1.1.</li>
</ul>
<h3><p>Sensors / Compass</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/QMC5883" rel="noopener noreferrer">QMC5883 (⭐16)</a> - Python class for the QMC5883 Three-Axis Digital Compass IC.</li>
</ul>
<h3><p>Sensors / Energy</p>
</h3>
<ul>
<li><a href="https://github.com/warpme/MCP39F521" rel="noopener noreferrer">MCP39F521 (⭐7)</a> - ESP8266 scripts for reading MCP39F521 power monitors.</li>
</ul>
<h3><p>Sensors / Gaseous</p>
</h3>
<ul>
<li><a href="https://github.com/Notthemarsian/CCS811" rel="noopener noreferrer">CCS811 (⭐32)</a> - Basic MicroPython driver for CCS811 on ESP8266 boards.</li>
</ul>
<h3><p>Sensors / Motion Inertial</p>
</h3>
<ul>
<li><a href="https://github.com/tuupola/micropython-mpu6886" rel="noopener noreferrer">micropython-mpu6886 (⭐23)</a> - MicroPython I2C driver for MPU6886 6-axis motion tracking device.</li>
</ul>
<h3><p>Sensors / Touch Resistive</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/XPT2046-touch-pad-driver" rel="noopener noreferrer">XPT2046-touch-pad-driver (⭐19)</a> - Driver for XPT2046 touch pad controller used in many TFT modules.</li>
</ul>
<h3><p>Storage / FRAM</p>
</h3>
<ul>
<li><a href="https://github.com/rolandvs/micropython-fram" rel="noopener noreferrer">micropython-fram (⭐1)</a> - Pyboard driver for Ferroelectric RAM module.</li>
</ul>
<h3><p>Resources / SRAM</p>
</h3>
<ul>
<li><a href="https://en.wikipedia.org/wiki/MicroPython" rel="noopener noreferrer">MicroPython on Wikipedia</a> - MicroPython on Wikipedia.</li>
</ul>
<h3><p>IDEs / SRAM</p>
</h3>
<ul>
<li><a href="https://thonny.org/" rel="noopener noreferrer">Thonny IDE</a> - Thonny: Python IDE for beginners.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/05/16/"/>
    <summary>74 awesome projects updated on May 16, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/05/15/</id>
    <title>Awesome Micropython Updates on May 15, 2020</title>
    <updated>2020-05-15T23:53:03.000Z</updated>
    <published>2020-05-15T23:53:03.000Z</published>
    <content type="html"><![CDATA[<h3><p>IDEs / SRAM</p>
</h3>
<ul>
<li><a href="https://codewith.mu/" rel="noopener noreferrer">Mu Editor</a> -  Code with Mu: a simple Python/MicroPython/CircuitPython editor for beginner programmers.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/05/15/"/>
    <summary>1 awesome projects updated on May 15, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/21/</id>
    <title>Awesome Micropython Updates on Dec 21, 2018</title>
    <updated>2018-12-21T22:34:59.000Z</updated>
    <published>2018-12-21T00:01:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>Audio</p>
</h3>
<ul>
<li><a href="https://github.com/jczic/KT403A-MP3" rel="noopener noreferrer">KT403A-MP3 (⭐17)</a> - Driver for KT403A, used by DFPlayer Mini and Grove MP3 v2.0.</li>
</ul>

<ul>
<li><a href="https://github.com/ShrimpingIt/micropython-dfplayer" rel="noopener noreferrer">micropython-dfplayer (⭐48)</a> - Driver for DFPlayer Mini using UART.</li>
</ul>

<ul>
<li><a href="https://github.com/MattMatic/micropython-longwave" rel="noopener noreferrer">micropython-longwave (⭐12)</a> - WAV player for MicroPython board.</li>
</ul>
<h3><p>Communications / Bluetooth</p>
</h3>
<ul>
<li><a href="https://github.com/KipCrossing/PyBoard-HC05-Android" rel="noopener noreferrer">PyBoard-HC05-Android (⭐11)</a> - Pyboard HC05 Bluetooth adapter example application.</li>
</ul>
<h3><p>Communications / GPS</p>
</h3>
<ul>
<li><a href="https://github.com/tuupola/micropython-gnssl76l" rel="noopener noreferrer">micropython-gnssl76l (⭐6)</a> - MicroPython I2C driver for Quectel GNSS L76-L (GPS).</li>
</ul>
<h3><p>Communications / IR</p>
</h3>
<ul>
<li><a href="https://github.com/designerPing/Micropython-IR" rel="noopener noreferrer">Micropython-IR (⭐14)</a> - Pyboard infrared remote sniff and replay.</li>
</ul>
<h3><p>Communications / RFID</p>
</h3>
<ul>
<li><a href="https://github.com/pjz/micropython-wiegand" rel="noopener noreferrer">micropython-wiegand (⭐33)</a> - Wiegand protocol reader.</li>
</ul>
<h3><p>Communications / RTC</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-tinyrtc-i2c" rel="noopener noreferrer">micropython-tinyrtc-i2c (⭐69)</a> - Driver for DS1307 RTC and AT24C32N EEPROM.</li>
</ul>

<ul>
<li><a href="https://github.com/AnthonyKNorman/Micropython_TinyRTC" rel="noopener noreferrer">Micropython_TinyRTC (⭐4)</a> - Driver for DS1307 RTC.</li>
</ul>
<h3><p>Communications / WiFi</p>
</h3>
<ul>
<li><a href="https://github.com/FRC4564/HueBridge" rel="noopener noreferrer">HueBridge (⭐16)</a> - Philips Hue Bridge.</li>
</ul>
<h3><p>Display / E-Paper</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-waveshare-epaper" rel="noopener noreferrer">micropython-waveshare-epaper (⭐381)</a> - Drivers for various Waveshare ePaper modules.</li>
</ul>
<h3><p>Display / LCD Character</p>
</h3>
<ul>
<li><a href="https://github.com/slothyrulez/lcdi2c" rel="noopener noreferrer">lcdi2c (⭐5)</a> - Driver for HD44780-compatible dot matrix LCDs.</li>
</ul>

<ul>
<li><a href="https://github.com/rdagger/micropython-charlcd" rel="noopener noreferrer">micropython-charlcd (⭐14)</a> - Driver for HD44780-compatible LCDs.</li>
</ul>

<ul>
<li><a href="https://github.com/scitoast/pyboard-LCD-character-display" rel="noopener noreferrer">pyboard-LCD-character-display (⭐1)</a> - Pyboar driver for HDD44780-compatible 1602 LCDs.</li>
</ul>
<h3><p>Display / LCD Graphic</p>
</h3>
<ul>
<li><a href="https://github.com/forester3/micropython-lcd-AQM1248A" rel="noopener noreferrer">micropython-lcd-AQM1248A (⭐1)</a> - ESP8266 driver for AQM1248A graphic LCD.</li>
</ul>

<ul>
<li><a href="https://github.com/nquest/micropython-st7565" rel="noopener noreferrer">micropython-st7565 (⭐13)</a> - Driver for ST7565 128x64 LCDs.</li>
</ul>
<h3><p>Display / LCD TFT</p>
</h3>
<ul>
<li><a href="https://github.com/tuupola/micropython-ili934x" rel="noopener noreferrer">micropython-ili934x (⭐19)</a> - SPI driver for ILI934X series based TFT / LCD displays.</li>
</ul>
<h3><p>Display / LED Matrix</p>
</h3>
<ul>
<li><a href="https://github.com/vrialland/micropython-ht1632c" rel="noopener noreferrer">micropython-ht1632c (⭐8)</a> - Driver for HT1632C 32x16 bicolor LED matrix.</li>
</ul>

<ul>
<li><a href="https://github.com/JanBednarik/micropython-matrix8x8" rel="noopener noreferrer">micropython-matrix8x8 (⭐15)</a> - Driver for Adafruit 8x8 LED Matrix display with HT16K33 backpack.</li>
</ul>
<h3><p>Display / LED Segment</p>
</h3>
<ul>
<li><a href="https://github.com/arikb/LKM1638" rel="noopener noreferrer">LKM1638 (⭐1)</a> - Driver for JY-LKM1638 displays based on TM1638 controller.</li>
</ul>

<ul>
<li><a href="https://github.com/pdwerryhouse/max7219_8digit" rel="noopener noreferrer">max7219_8digit (⭐24)</a> - Driver for MAX7219 8-digit 7-segment LED modules.</li>
</ul>

<ul>
<li><a href="https://github.com/JulienBacquart/micropython-max7219" rel="noopener noreferrer">micropython-max7219 (⭐4)</a> - Driver for MAX7219 8-digit 7-segment LED modules.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-my9221" rel="noopener noreferrer">micropython-my9221 (⭐8)</a> - Driver for MY9221 10-segment LED bar graph modules.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-tm1638" rel="noopener noreferrer">micropython-tm1638 (⭐36)</a> - Driver for TM1638 dual quad 7-segment LED modules with switches.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-tm1640" rel="noopener noreferrer">micropython-tm1640 (⭐16)</a> - Driver for TM1740 8x8 LED matrix modules.</li>
</ul>
<h3><p>Display / LEDs</p>
</h3>
<ul>
<li><a href="https://github.com/mampersat/micropython-morsecode" rel="noopener noreferrer">micropython-morsecode (⭐9)</a> - Blink an LED with Morse Coded message.</li>
</ul>

<ul>
<li><a href="https://github.com/HubertD/micropython-ws2812-7seg" rel="noopener noreferrer">micropython-ws2812-7seg (⭐1)</a> - 7-segment display using WS2812 RGB LEDs.</li>
</ul>

<ul>
<li><a href="https://github.com/JanBednarik/micropython-ws2812" rel="noopener noreferrer">micropython-ws2812 (⭐198)</a> - Driver for WS2812 RGB LEDs.</li>
</ul>
<h3><p>Display / OLED</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/SH1106" rel="noopener noreferrer">SH1106 (⭐233)</a> - Driver for the SH1106 OLED display.</li>
</ul>
<h3><p>IO / ADC</p>
</h3>
<ul>
<li><a href="https://github.com/robert-hh/ads1x15" rel="noopener noreferrer">ads1x15 (⭐111)</a> - Driver for the ADS1015/ADS1115 ADC, I2C interface.</li>
</ul>

<ul>
<li><a href="https://github.com/AnthonyKNorman/Micropython_ADS1115" rel="noopener noreferrer">Micropython_ADS1115 (⭐4)</a> - ADS1115 16-bit ADC, 4 channels with programmable gain, I2C interface.</li>
</ul>
<h3><p>IO / DAC</p>
</h3>
<ul>
<li><a href="https://github.com/wayoda/micropython-mcp4725" rel="noopener noreferrer">micropython-mcp4725 (⭐12)</a> - Driver for the MCP4725 I2C DAC.</li>
</ul>
<h3><p>IO / IO-Expander</p>
</h3>
<ul>
<li><a href="https://github.com/ShrimpingIt/micropython-mcp230xx" rel="noopener noreferrer">micropython-mcp230xx (⭐31)</a> - Driver for MCP23017 and MCP23008 GPIO expanders.</li>
</ul>
<h3><p>IO / Joystick</p>
</h3>
<ul>
<li><a href="https://github.com/kfricke/micropython-nunchuck" rel="noopener noreferrer">micropython-nunchuck (⭐12)</a> - Driver for Nunchuk game controller, I2C interface.</li>
</ul>
<h3><p>IO / Waveform Generator</p>
</h3>
<ul>
<li><a href="https://github.com/KipCrossing/Micropython-AD9833" rel="noopener noreferrer">Micropython-AD9833 (⭐19)</a> - Pyboard driver for AD9833, SPI interface.</li>
</ul>
<h3><p>Motion / Stepper</p>
</h3>
<ul>
<li><a href="https://github.com/jeffmer/micropython-upybbot" rel="noopener noreferrer">micropython-upybbot (⭐92)</a> - A4988 driver for bipolar stepper motors.</li>
</ul>
<h3><p>Sensors / Accelerometer Digital</p>
</h3>
<ul>
<li><a href="https://github.com/fanday/adxl345_micropython" rel="noopener noreferrer">adxl345_micropython (⭐7)</a> - Driver for ADXL345 16g 3-axis accelerometer.</li>
</ul>

<ul>
<li><a href="https://github.com/tuupola/micropython-lis2hh12" rel="noopener noreferrer">micropython-lis2hh12 (⭐11)</a> - I2C driver for LIS2HH12 3-axis accelerometer.</li>
</ul>

<ul>
<li><a href="https://github.com/Bucknalla/MicroPython-3-Axis-Accelerometer/blob/master/MMA7660.py" rel="noopener noreferrer">MMA7660 (⭐1)</a> - Driver for MMA7660 1.5g 3-axis accelerometer.</li>
</ul>
<h3><p>Sensors / Air Quality</p>
</h3>
<ul>
<li><a href="https://github.com/Ledbelly2142/CCS811" rel="noopener noreferrer">CCS811 (⭐0)</a> - CCS811 Air Quality Sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/ayoy/upython-aq-monitor" rel="noopener noreferrer">upython-aq-monitor (⭐29)</a> - Air Quality monitor using PMS5003 sensor and WiPy.</li>
</ul>
<h3><p>Sensors / Barometer - Air and Water Pressure</p>
</h3>
<ul>
<li><a href="https://github.com/kevbu/micropython-bme280" rel="noopener noreferrer">micropython-bme280 (⭐4)</a> - Driver for the Bosch BME280 temperature/pressure/humidity sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/micropython-IMU/micropython-bmp180" rel="noopener noreferrer">micropython-bmp180 (⭐90)</a> - Driver for Bosch BMP180 temperature, pressure and altitude sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/catdog2/mpy_bme280_esp8266" rel="noopener noreferrer">mpy_bme280_esp8266 (⭐74)</a> - Bosch BME280 temperature/pressure/humidity sensor.</li>
</ul>
<h3><p>Sensors / Camera</p>
</h3>
<ul>
<li><a href="https://github.com/namato/micropython-ov2640" rel="noopener noreferrer">micropython-ov2640 (⭐121)</a> - MicroPython class for OV2640 camera.</li>
</ul>
<h3><p>Sensors / Energy</p>
</h3>
<ul>
<li><a href="https://github.com/whatnick/ATM90E26_Micropython" rel="noopener noreferrer">ATM90E26_Micropython (⭐3)</a> - Driver for ATM90E26 energy metering device.</li>
</ul>
<h3><p>Sensors / Gaseous</p>
</h3>
<ul>
<li><a href="https://github.com/kartun83/micropython-MQ" rel="noopener noreferrer">micropython-MQ (⭐25)</a> - Drivers for MQ series gas sensors.</li>
</ul>

<ul>
<li><a href="https://github.com/rubfi/MQ135" rel="noopener noreferrer">MQ135 (⭐48)</a> - Driver for MQ135 gas sensor.</li>
</ul>
<h3><p>Sensors / Light</p>
</h3>
<ul>
<li><a href="https://github.com/neliogodoi/MicroPython-SI1145" rel="noopener noreferrer">MicroPython-SI1145 (⭐6)</a> - SI1145 UV index, IR, visible light and proximity sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/kfricke/micropython-tsl2561" rel="noopener noreferrer">micropython-tsl2561 (⭐3)</a> - Driver for the TSL2561 illumination sensor from TAOS / ams.</li>
</ul>

<ul>
<li><a href="https://github.com/catdog2/mpy_bh1750fvi_esp8266" rel="noopener noreferrer">mpy_bh1750fvi_esp8266 (⭐19)</a> - ESP8266 driver for BH1750FVI sensor.</li>
</ul>
<h3><p>Sensors / Motion Inertial</p>
</h3>
<ul>
<li><a href="https://github.com/micropython-IMU/micropython-bmx055" rel="noopener noreferrer">micropython-bmx055 (⭐5)</a> - Driver for Bosch BMX055 IMU sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/deshipu/micropython-bno055" rel="noopener noreferrer">micropython-bno055 (⭐4)</a> - Bosch Sensortec BNO055 9DOF IMU sensor, I2C interface.</li>
</ul>

<ul>
<li><a href="https://github.com/micropython-IMU/micropython-lsm9ds0" rel="noopener noreferrer">micropython-lsm9ds0 (⭐4)</a> - LSM9DS0 g-force linear acceleration, Gauss magnetic and DPS angular rate sensors.</li>
</ul>

<ul>
<li><a href="https://github.com/tuupola/micropython-mpu9250" rel="noopener noreferrer">micropython-mpu9250 (⭐164)</a> - I2C driver for MPU9250 9-axis motion tracking device.</li>
</ul>

<ul>
<li><a href="https://github.com/micropython-IMU/micropython-mpu9x50" rel="noopener noreferrer">micropython-mpu9x50 (⭐276)</a> - Driver for the InvenSense MPU9250 inertial measurement unit.</li>
</ul>

<ul>
<li><a href="https://github.com/adamjezek98/MPU6050-ESP8266-MicroPython" rel="noopener noreferrer">MPU6050-ESP8266-MicroPython (⭐91)</a> - ESP8266 driver for MPU6050 accelerometer/gyroscope.</li>
</ul>

<ul>
<li><a href="https://github.com/larsks/py-mpu6050" rel="noopener noreferrer">py-mpu6050 (⭐86)</a> - ESP8266 driver for MPU6050 accelerometer/gyroscope.</li>
</ul>
<h3><p>Sensors / Soil Moisture</p>
</h3>
<ul>
<li><a href="https://github.com/robberwick/micropython-chirp" rel="noopener noreferrer">micropython-chirp (⭐2)</a> - Driver for the Chirp Soil Moisture Sensor.</li>
</ul>
<h3><p>Sensors / Temperature Analog</p>
</h3>
<ul>
<li><a href="https://github.com/alinbaltaru/max31856" rel="noopener noreferrer">max31856 (⭐2)</a> - Precision thermocouple to digital converter with linearization, SPI interface.</li>
</ul>
<h3><p>Sensors / Temperature Digital</p>
</h3>
<ul>
<li><a href="https://github.com/robmarkcole/bme680-mqtt-micropython" rel="noopener noreferrer">bme680-mqtt-micropython (⭐15)</a> - Driver for BME680 gas, pressure, temperature and humidity sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/OldhamMade/LM75-MicroPython" rel="noopener noreferrer">LM75-MicroPython (⭐3)</a> - Driver for LM75 digital temperature sensor, I2C interface.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-am2320" rel="noopener noreferrer">micropython-am2320 (⭐25)</a> - Aosong AM2320 temperature and humidity sensor, I2C interface.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-dht12" rel="noopener noreferrer">micropython-dht12 (⭐16)</a> - Aosong DHT12 temperature and humidity sensor, I2C interface.</li>
</ul>

<ul>
<li><a href="https://github.com/kfricke/micropython-hdc1008" rel="noopener noreferrer">micropython-hdc1008 (⭐4)</a> - Driver for the Texas Instruments HDC1008 humidity and temperature sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/kfricke/micropython-mcp9808" rel="noopener noreferrer">micropython-mcp9808 (⭐8)</a> - Driver for the Microchip MCP9808 temperature sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/khoulihan/micropython-mpl115a2" rel="noopener noreferrer">micropython-mpl115a2 (⭐2)</a> - Pyboard driver for the MPL115A2 barometric pressure sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/rsc1975/micropython-sht30" rel="noopener noreferrer">micropython-sht30 (⭐52)</a> - Driver for SHT30 temperature and humidity sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/kfricke/micropython-sht31" rel="noopener noreferrer">micropython-sht31 (⭐26)</a> - Driver for the SHT31 temperature and humidity sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/Smrtokvitek/micropython-Si7005" rel="noopener noreferrer">micropython-Si7005 (⭐1)</a> - Driver for Si7005 relative humidity and temperature sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/chrisbalmer/micropython-si7021" rel="noopener noreferrer">micropython-si7021 (⭐15)</a> - SI7021 Temperature and humidity sensor, I2C interface.</li>
</ul>

<ul>
<li><a href="https://github.com/billyrayvalentine/micropython-Si705x" rel="noopener noreferrer">micropython-Si705x (⭐1)</a> - Silicon Labs Si705x series of temperature sensors, I2C interface.</li>
</ul>

<ul>
<li><a href="https://github.com/billyrayvalentine/micropython-Si70xx" rel="noopener noreferrer">micropython-Si70xx (⭐2)</a> - Silicon Labs Si70xx series of relative humidity and temperature sensors, I2C interface.</li>
</ul>

<ul>
<li><a href="https://github.com/khoulihan/micropython-tmp102" rel="noopener noreferrer">micropython-tmp102 (⭐8)</a> - Driver for TMP102 digital temperature sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/Miceuz/sht25-micropython" rel="noopener noreferrer">sht25-micropython (⭐4)</a> - Driver for SHT25 temperature and humidity sensor.</li>
</ul>
<h3><p>Sensors / Temperature IR</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-mlx90614" rel="noopener noreferrer">micropython-mlx90614 (⭐37)</a> - Driver for Melexis MLX90614 IR temperature sensor.</li>
</ul>
<h3><p>Sensors / Touch Capacitive</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-mpr121" rel="noopener noreferrer">micropython-mpr121 (⭐19)</a> - Driver for MPR121 capacitive touch keypads and breakout boards.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-ttp223" rel="noopener noreferrer">micropython-ttp223 (⭐9)</a> - Examples using TTP223 capacitive touch module.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/21/"/>
    <summary>78 awesome projects updated on Dec 21, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/12/20/</id>
    <title>Awesome Micropython Updates on Dec 20, 2018</title>
    <updated>2018-12-20T23:54:06.000Z</updated>
    <published>2018-12-20T22:46:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>Communications / GPS</p>
</h3>
<ul>
<li><a href="https://github.com/inmcm/micropyGPS" rel="noopener noreferrer">micropyGPS (⭐385)</a> - Full featured GPS NMEA sentence parser.</li>
</ul>
<h3><p>Communications / IR</p>
</h3>
<ul>
<li><a href="https://github.com/MattMatic/micropython-necir" rel="noopener noreferrer">micropython-necir (⭐14)</a> - NEC infrared capture for TL1838 IR receiver LEDs.</li>
</ul>
<h3><p>Communications / Radio</p>
</h3>
<ul>
<li><a href="https://github.com/peterhinch/micropython-radio" rel="noopener noreferrer">micropython-radio (⭐60)</a> - Protocols for nRF24L01 2.4GHz radio modules.</li>
</ul>
<h3><p>Communications / RFID</p>
</h3>
<ul>
<li><a href="https://github.com/wendlers/micropython-mfrc522" rel="noopener noreferrer">micropython-mfrc522 (⭐181)</a> - Driver for NXP MFRC522 RFID reader/writer.</li>
</ul>
<h3><p>Display / LCD Character</p>
</h3>
<ul>
<li><a href="https://github.com/dda/MicroPython/blob/master/Grove_RGB_LCD.py" rel="noopener noreferrer">Grove_RGB_LCD (⭐3)</a> - Driver for SeeedStudio's Grove RGB LCD.</li>
</ul>

<ul>
<li><a href="https://github.com/Bucknalla/micropython-i2c-lcd" rel="noopener noreferrer">micropython-i2c-lcd (⭐38)</a> - Driver for I2C 2x16 LCD Screens.</li>
</ul>

<ul>
<li><a href="https://github.com/dhylands/python_lcd" rel="noopener noreferrer">python_lcd (⭐326)</a> - Driver for HD44780-compatible dot matrix LCDs.</li>
</ul>
<h3><p>Display / LCD Graphic</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-pcd8544" rel="noopener noreferrer">micropython-pcd8544 (⭐73)</a> - Driver for Nokia 5110 PCD8544 84x48 LCD modules.</li>
</ul>

<ul>
<li><a href="https://github.com/ShrimpingIt/micropython-st7920" rel="noopener noreferrer">micropython-st7920 (⭐13)</a> - Library for simple graphic primitives on ST7920 128x64 monochrome LCD panel using ESP8266 and SPI.</li>
</ul>

<ul>
<li><a href="https://github.com/AnthonyKNorman/MicroPython_PCD8544" rel="noopener noreferrer">MicroPython_PCD8544 (⭐3)</a> - ESP8266 driver for Nokia 5110 PCD8544.</li>
</ul>
<h3><p>Display / LCD TFT</p>
</h3>
<ul>
<li><a href="https://github.com/boochow/MicroPython-ST7735" rel="noopener noreferrer">MicroPython-ST7735 (⭐266)</a> - ESP32 version of GuyCarvers's ST7735 TFT LCD driver.</li>
</ul>

<ul>
<li><a href="https://github.com/hosaka/micropython-st7735" rel="noopener noreferrer">micropython-st7735 (⭐28)</a> - Driver for ST7735 TFT LCDs.</li>
</ul>

<ul>
<li><a href="https://github.com/AnthonyKNorman/MicroPython_ST7735" rel="noopener noreferrer">MicroPython_ST7735 (⭐29)</a> - Driver for ST7735 128x128 TFT.</li>
</ul>
<h3><p>Display / LED Matrix</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-max7219" rel="noopener noreferrer">micropython-max7219 (⭐205)</a> - Driver for MAX7219 8x8 LED matrix modules.</li>
</ul>
<h3><p>Display / LED Segment</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-tm1637" rel="noopener noreferrer">micropython-tm1637 (⭐225)</a> - Driver for TM1637 quad 7-segment LED modules.</li>
</ul>
<h3><p>Display / LEDs</p>
</h3>
<ul>
<li><a href="https://github.com/mcauser/micropython-p9813" rel="noopener noreferrer">micropython-p9813 (⭐8)</a> - Driver for P9813 RGB LED used in SeeedStudio's Grove chainable RGB LED.</li>
</ul>

<ul>
<li><a href="https://github.com/oysols/tlc5940-micropython" rel="noopener noreferrer">tlc5940-micropython (⭐5)</a> - Driver for TLC5940 16 channel LED driver.</li>
</ul>
<h3><p>Display / OLED</p>
</h3>
<ul>
<li><a href="https://github.com/dda/MicroPython/blob/master/Grove_OLED.py" rel="noopener noreferrer">Grove_OLED (⭐3)</a> - Driver for SSD1327 used by SeeedStudio's Grove OLED Display 1.12" v1.0.</li>
</ul>

<ul>
<li><a href="https://github.com/mcauser/micropython-ssd1327" rel="noopener noreferrer">micropython-ssd1327 (⭐31)</a> - Driver for SSD1327 128x128 4-bit greyscale OLED displays.</li>
</ul>

<ul>
<li><a href="https://github.com/rdagger/micropython-ssd1351" rel="noopener noreferrer">micropython-ssd1351 (⭐62)</a> - Driver for SSD1351 OLED displays.</li>
</ul>

<ul>
<li><a href="https://github.com/AnthonyKNorman/MicroPython_SSD1306" rel="noopener noreferrer">MicroPython_SSD1306 (⭐10)</a> - ESP8266 driver for SSD1306 OLED 128x64 displays.</li>
</ul>
<h3><p>Sensors / Accelerometer Digital</p>
</h3>
<ul>
<li><a href="https://github.com/AbhinayBandaru/ADXL345-with-Pyboard" rel="noopener noreferrer">ADXL345-with-Pyboard (⭐0)</a> - Driver for ADXL345 16g 3-axis accelerometer.</li>
</ul>
<h3><p>Sensors / Compass</p>
</h3>
<ul>
<li><a href="https://github.com/gvalkov/micropython-esp8266-hmc5883l" rel="noopener noreferrer">micropython-esp8266-hmc5883l (⭐16)</a> - 3-axis digital compass on the ESP8266.</li>
</ul>
<h3><p>Sensors / Current</p>
</h3>
<ul>
<li><a href="https://github.com/kabel42/micropythonINA219" rel="noopener noreferrer">micropythonINA219 (⭐4)</a> - Driver for INA219 current sensor.</li>
</ul>

<ul>
<li><a href="https://github.com/chrisb2/pyb_ina219" rel="noopener noreferrer">pyb_ina219 (⭐63)</a> - Driver for INA219 current sensor.</li>
</ul>
<h3><p>Sensors / Distance Ultrasonic</p>
</h3>
<ul>
<li><a href="https://github.com/rsc1975/micropython-hcsr04" rel="noopener noreferrer">micropython-hcsr04 (⭐167)</a> - Driver for HC-SR04 ultrasonic distance sensors.</li>
</ul>
<h3><p>Resources / SRAM</p>
</h3>
<ul>
<li><a href="https://github.com/micropython/micropython" rel="noopener noreferrer">MicroPython on GitHub (⭐21k)</a> - Submit bug reports, follow and join in development on GitHub.</li>
</ul>

<ul>
<li><a href="https://store.micropython.org/" rel="noopener noreferrer">MicroPython Store</a> - Where you can buy the Pyboard, housings, skins, books, connectors and peripherals.</li>
</ul>
<h3><p>Miscellaneous / On Host</p>
</h3>
<ul>
<li><a href="https://www.kickstarter.com/projects/214379695/micro-python-python-for-microcontrollers" rel="noopener noreferrer">MicroPython Kickstarter</a> - 1,931 backers pledged £97,803 to help bring this project to life.</li>
</ul>

<ul>
<li><a href="https://www.kickstarter.com/projects/214379695/micropython-on-the-esp8266-beautifully-easy-iot" rel="noopener noreferrer">MicroPython on the ESP8266 Kickstarter</a> - 1,399 backers pledged £28,534 to help bring this project to life.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/12/20/"/>
    <summary>30 awesome projects updated on Dec 20, 2018</summary>
  </entry>
</feed>