30 open-source projects similar to agners/micropython-miflora, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Micropython Miflora alternative.
Simple library for MPU6050 on ESP8266 with micropython
Because even creatures of the night need to know when it's really dark.
Sensirion SCD30 is a CO², Humidity and Temperature sensor on a module. This is a I2C driver written in Python 3 for MicroPython.
Sensirion SGP40 is a digital VOC (volatile organic compound) sensor. This is a I2C driver written in Python 3 for MicroPython.
MicroPython Library for MAX31856 (Precision Thermocouple to Digital Converter with Linearization) with 19-Bit Thermocouple Temperature Resolution. This chip provides a SPI digital interface for Thermocouple Types B, E, J, K, N, R, S or T.
This is a new MicroPython driver for the BME680 temperature, humidity, pressure and VOC sensor. The driver was written from scratch in order to try overcoming the issues I encountered with existing drivers, after testing and reading the code of existing drivers and other C-coded drivers…
This code is a modified version of the Adafruit VL53L0X sensor distance driver. I found a modified version by Kevin Zhu that converted the code from CircuitPython to MicroPython. Then I added support for the much needed non-blocking reading mode.
MicroPython library for interfacing with the GP2Y0A21YK IR distance sensor.
MicroPython library for the ESP8266 Geiger counter described here: https://hackaday.io/project/12933-esp8266-geiger-counter
README.md A MicroPython library for the I2C Silicon Labs Si705x series of temperature sensors. This library should work with the Si7050 Si7051 Si7053 Si7054 Si7055
README.md A MicroPython library for the I2C Silicon Labs Si70xx series of relative humidity and temperature sensors. This library should work with the Si7006 Si7013 Si7020 Si7021 Si7034
This is a micropython driver written for the Adafruit Si7021 breakout. The included example is designed to run on an Adafruit Feather Huzzah but can be easily modified for other controllers by changing the pins used.
A simple micropython i2c library for TF-Luna LiDAR Module.
Simple library for MPU6050 on ESP32 with micropython
HMC5883L ESP8266 Micropython
A SHT3x (SHT30/31/35) Lib for esp8266/esp32 with MicroPython.
This is a MicroPython driver for the M5 Ultrasonic Distance Unit I2C (RCWL-9620).
This is a micropython module / class to measure data from the htu21d
Set of drivers for MQ series sensors for Micropython
This repository contains a MicroPython "driver" class for the Texas Instruments HDC1008 humidity and temperature sensor.
This repository contains a MicroPython "driver" implementation for the MCP9808 temperature sensor from Microchip.
This repository contains a MicroPython "driver" implementationforo the SHT31 temperature and humidity sensor from Sensirion.
MicroPython driver for the TSL2561 illumination sensor from TAOS / ams
Micropython driver for the US-100 sonar distance sensor.
This project demonstrates how to interface the SHT11 sensor with a MicroPython-compatible ESP32 board (e.g., Lolin32 Lite) to measure temperature and relative humidity. It uses bit-banged communication and is written fully in MicroPython.