In this section, we build a sensor monitoring logger with an ESP32 and a DHT module. Here, we will store all sensor data in a CSV file on the microSD storage. We can visualize our sensor data from the CSV file using a visual tool such as Excel.
Let's start!