Tag: DHT11
STONE HMI ESP32 Weather Station using STVC101WT-01 TFT LCD module
In the application of this paper, I will use the STONE TFT LCD screen, esp32 microprocessor, photosensitive resistance sensor, and DHT11 temperature and humidity sensor to realize the real-time monitoring of the surrounding environment and push the collected data to the TFT LCD screen for...
Continue ReadingArduino OLED Hygrometer and Thermometer using DHT11
Hygrometers are used to determine the moisture content of the environment. They find application in farms, food storage, museums, and other places where moisture needs to be monitored to ensure damage is not done to goods and other things stored in that space. For today’s tutorial, we...
Continue ReadingNokia 5110 LCD based Arduino Datalogger with Menu
Over time, we have built several Arduino based weather stations, real-time clocks, dataloggers and a dozen of projects based on Nokia 5110 LCD display. For today’s tutorial, we will merge all that we have learned from each of those tutorials and we will build a datalogger with a...
Continue ReadingArduino Weather Station with DHT11 and BMP180
In the previous tutorial I showed you how to build a weather station using only the DHT11 sensor and I said the readings from this sensor is fairly accurate. In this tutorial, I will be using the DHT11 to measure only the humidity and BMP180 to measure pressure and temperature. That’s...
Continue ReadingArduino Weather Station using DHT11
Using a display to view the temperature and humidity of your environment can be possible using the DHT11 or DHT22 sensor with the easy to use Arduino microcontroller platform and that’s the goal of this project. For this project, we will be using the 16×2 LCD display module to...
Continue ReadingHow to Set Up the DHT11 Humidity Sensor on an Arduino
circuitbasics.com has a new tutorial on how to interface DHT11 humidity sensor to Arduino board. Sample code is provided Because of their low cost and small size, DHT11 humidity and temperature sensors are perfect for lots of different DIY electronics projects. Some projects where...
Continue ReadingDHT11 Temperature and Humidity Sensor with Pinguino
DHT11 is a common humidity & temperature sensor. This sensor has a single wire serial interface with special timing diagram for the single wire interface. When the MCU sends a start signal, DHT11 sends a response signal followed by the humidity reading and then the...
Continue ReadingEasy IoT weather station with multiple sensors
user Ingenerare @ instructables.com published a tutorial on a IoT weather station based on NodeMcu board, DHT11/22 sensor, BMP180 sensor, Rain sensor, Light sensor. In this tutorial, I will walk you through the steps to build an easy and cheap IOT weather station. The retrieved data...
Continue Reading