klips/esp/cpp/08_dht11-lcd
Shaun Reed 164af20d56 Fix dependencies for each component.
Add ability to clear LCD screen, and write at a label position.
2025-11-02 16:43:35 -05:00
..
2025-11-02 16:43:35 -05:00
2025-11-01 16:46:15 -04:00
2025-11-01 16:58:50 -04:00

08_dht11-lcd

Using the ESP IDF for reading data from a DHT11 sensor and displaying it on an LCD.

ESP IDF - I2C

ESP IDF - LCD

ESP IDF - FreeRTOS

schematic

example

For instructions on setting up the ESP-IDF see 04_-esp-idf-arduino

To build this example run the following commands.

source ~/path/to/esp-idf/export.sh

mkdir build
cd build
cmake ..
make -j $(nproc)
make flash