STONE HMI ESP32 Weather Station using STVC101WT-01 TFT LCD module
https://www.electronics-lab.com/stone-tft-lcd-hmi-esp32-weather-station-using-stvc101wt-01/
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 display. The communication mode of esp32 and STONE TFT LCD […]
Arduino OLED Hygrometer and Thermometer using DHT11
https://www.electronics-lab.com/arduino-oled-hygrometer-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 are going to build a Hygrometer using the […]
Nokia 5110 LCD based Arduino Datalogger with Menu
https://www.electronics-lab.com/nokia-5110-lcd-based-arduino-datalogger-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 display that allows you to select different […]
Arduino Weather Station with DHT11 and BMP180
https://www.electronics-lab.com/arduino-weather-station-dht11-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 because its readings are […]
Arduino Weather Station using DHT11
https://www.electronics-lab.com/arduino-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 display the temperature and humidity readings […]
How to Set Up the DHT11 Humidity Sensor on an Arduino
https://www.electronics-lab.com/set-dht11-humidity-sensor-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 the DHT11 would be useful include remote weather stations, home environment control systems, and […]
DHT11 Temperature and Humidity Sensor with Pinguino
https://www.electronics-lab.com/dht11-temperature-humidity-sensor-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 temperature reading. To know more details about the operation of […]
Easy IoT weather station with multiple sensors
https://www.electronics-lab.com/easy-iot-weather-station-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 is pushed via a wifi shield to Thingspeak. The […]
Quick Arduino Hygrometer with OLED display
https://www.electronics-lab.com/quick-arduino-hygrometer-with-oled-display/
jazzycamel @ instructables.com has published an Arduino based Hydrometer with OLED display. It uses an Arduino Leonardo Pro Micro, an Adafruit SSD1306 OLED display and DHT11 digital temperature and humidity sensor. We have been having some condensation and mould issues in our apartment recently due to, I think, the humidity levels. Our property is relatively newly built […]
Remote WiFi DHT11 Temperature an Humidity Display
https://www.electronics-lab.com/remote-wifi-dht11-temperature-an-humidity-display/
BoianM @ instructables.com shows us how to build a remote temperature and humidity display using DHT11 sensor and two ESP8266 modules. To program the ESP8266 modules a visual programming software is used. The advantage of the ESP8266 over Arduino and other controllers is the builtin Wi-Fi. In this Instructable I will show you how with the […]