klips/esp/cpp/07_lcd-panel
..
2025-02-15 17:52:33 -05:00
2025-02-13 19:31:58 -05:00
2025-02-15 10:11:49 -05:00
2025-02-14 15:02:49 -05:00
2025-02-13 19:31:58 -05:00
2025-02-15 10:26:27 -05:00

06_lcd-panel

This example is largely adapted from those in ESP32-basic-starter-kit.pdf.

The APIs in the original examples paired with this PDF have changed, and I decided to do some different things with the code and/or circuits, but the original code can be found here.

This is the same example in 03_temp-humidity-web, ported to the cmake ESP-IDF build system.

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

This example is largely adapted from those in ESP32-basic-starter-kit.pdf.

The APIs in the original examples paired with this PDF have changed, and I decided to do some different things with the code and/or circuits, but the original code can be found here.

schematic

Temperature and humidity sensor served on a web page within the local network.

screenshot

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

ESP-IDF I2C documentation