awesome-micropython
awesome-micropython copied to clipboard
A curated list of awesome MicroPython libraries, frameworks, software and resources.
https://github.com/bixb922/freezeFS freezeFS freezes file structures on the PC with text and binary files into Python source for freezing as bytecode in flash. It allows to mount the frozen data as...
I propose adding my project, [LED Panel MicroPython Driver Module](https://github.com/CatMeowByte/LED_panel_upy), to the Awesome MicroPython list. This driver is designed for P10 32x16 single-color LED panel displays. I couldn't find an...
This is a driver for the TCA9548A (I2C multiplexer). https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/tca9548a.py This is a really trivial driver, but I suppose it may be useful to some. This driver was written for...
This is a driver for the DFRobot Husky Lens. https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/huskylib.py The Husky Lens (https://www.dfrobot.com/product-1922.html) is a camera module that can do some onboard machine vision tasks and returns the results...
This is a driver for the HX710. https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/hx710.py It is very similar to the current drivers for HX711 (...and is readable using the HX711 drivers), but the HX710 has different...
This is a driver for the MAX30102. https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/max30102.py Compared to the current driver listed on awesome-micropython, this one adds a built in heartbeat detection and bpm measurement. This driver was...
This is a driver for the APDS9960. https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/apds9960.py Compared to the current driver listed on awesome-micropython, this one adds simple gesture detection (up, down, left, and right). This driver was...
This is a driver for the VL53L1X. https://github.com/QuirkyCort/IoTy/blob/main/public/extensions/vl53l1x.py Compared to the current driver listed on awesome-micropython, this one provides the ability to set distance mode and timing budget. This should...
This is a pair of UART and I2C driver for the GY-33 color sensor. https://github.com/QuirkyCort/micropython-gy33 The GY-33 uses a TCS3472, but does not expose it by default. Instead, it has...
Just a suggestion in case you are interested, on my Awesome list I run a workflow like this to check for dead links every morning: https://github.com/carlosperate/awesome-microbit/blob/master/.github/workflows/check-links.yml It uses a ruby-base...