Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alantang888/pico-dht22-micropython-lib

DHT22 Library for Raspberry Pico with MicroPython
https://github.com/alantang888/pico-dht22-micropython-lib

dht dht22 micropython-lib pico pio raspberry-pico

Last synced: about 15 hours ago
JSON representation

DHT22 Library for Raspberry Pico with MicroPython

Awesome Lists containing this project

README

        

# DHT22 Library for Raspberry Pico with MicroPython

This library only work with Raspberry Pico.
Because it's using Pico's PIO and State Machine to communication with DHT sensor.
Since MicroPython on Pico should not fast enough to communication with DHT.

It only tested with DHT22, I don't have DHT11. So not sure is it work. (On datasheet look like should work.)

Example: [dht22/main.py](dht22/main.py)

I understand I reinventing the wheel again. This just for me understand some basic Pico PIO.