Video thumbnail for How to interface DHT11 using MicroPython with  Real-Time Weather Station Project

How to interface DHT11 using MicroPython with Real-Time Weather Station Project

Dec 3, 2022
donskytech.com Logo

donskytech.com

This post will discuss how to interface the DHT11 temperature and humidity sensor with our MicroPython-enabled Microcontroller device. We will also create our very own DHT11 MicroPython powered weather station built using MicroDot library where we use Gauge to display the sensor readings using Plotly javascript library. The Gauge values are updated asynchronously without the need to refresh the page. WriteUp: https://www.donskytech.com/how-to-interface-dht11-with-micropython/ Code: https://github.com/donskytech/micropython-dht11-web-server Getting started with MicroDot: https://www.donskytech.com/develop-micropython-application-using-microdot/ How to install MicroPython firmware on ESP32/ESP8266 https://www.youtube.com/watch?v=-j248R-M8hA If you like my post or videos then please consider subscribing to my channels and sharing them with your friends: Website: https://www.donskytech.com
#Computers & Electronics #Programming #Science