- Internet of Things Projects with ESP32
- Agus Kurniawan
- 61字
- 2021-06-24 16:02:57
Making a weather monitoring system
In this section, we'll build a simple weather monitoring system. We'll use the skills that we've learned about, such as reading temperature and humidity from a DHT22 sensor device. Ultimately we'll be able to display the temperature and humidity on the LCD after reading from the sensor device.
Let's begin by creating a project.