Weather-Station

A wirelessly communicating weather station with two ESP-32 boards, AHT20T humidity and temperature sensor, and LCD display.

View the Project on GitHub elizaby3/Weather-Station

Main Purpose

A wirelessly communicating weather station with two ESP-32 boards, AHT20 humidity and temperature sensor, and LCD display. Please see github page for the code used to program the ESP-32 Microcontrollers.

Materials Used

Transmitter Set Up

In this image, the ESP-32 transmitter board (distinguished by the green sticky note) is connected to a 9V battery, AHT20 sensor for collecting the humidity and temperature data bia I2C protocol, and a photoresistor for determining whether it is daytime or nighttime. The ESP-32 transmitter board sends data to the receiver ESP-32 board every 10 seconds via ESP-32 NOW protocol.

Receiver Set Up

In this image, the ESP-32 receiver board (distinguished by the orange stickynote) is connected to the LCD display via I2C protocol where the I2C display updates every 10 seconds to display the humidity and temperature inside of the room along with the time of day.

Link to Main Projects Page