This repository has been archived on 2025-04-27 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
ab4d91efec521e2de508cea39d947a418fc04503
PicoW DHT22
PicoW with DHT22 attached.
Features:
- Measure current temperature & humidity with DHT22 Sensor
- Measure & Report VSYS
- Measure & Report CPU Temp
Use
- Install packages ...
import network
wlan = network.WLAN(network.STA_IF)
wlan.active(True)
wlan.connect("Wi-Fi AP", "PASSWORD")
import upip
upip.install('umqtt.simple')
upip.install('umqtt.robust')
- Upload files onto PICO, adjust params (such as Wi-Fi Credentials // pins // etc ), deploy to your PICO W
Description
A small python project to use MicroPython on a Pico W with a DHT22 sensor to publish temperature and humidity data to MQTT broker.
Languages
Python
100%