Skip to content

olsch01/PicoW_DHT22_TempSensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PicoW_DHT22_TempSensor

Micropython code designed to leverage a Raspberry Pi Pico W DHT22 Temperature Sensor to read Temperature and Humidity levels, and publish to an MQTT target server for collection and processing, for example into InfluxDB, Grafana, etc.

All configuration items are contained withing Config.py:

  • Wifi SSID and Password
  • Reading Interfal
  • Location Tag (used to differentiate different sensor locations if multiple are required) within the MQTT topic string
  • GPIO Pin for DHT22 Sensor
  • Target MQTT Server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages