A collection of projects employing the IOT potential of an Esp32 module with Display.
TTGO T-Display ESP32
Board available on Amazon
Board: Espressif ESP32 Dev Module
Framework: Arduino
Add a secrets.h file to the /src folder with WIFI ssid/password and API Key.
monitor_speed = 921600 ; //Speed reduced for performance reliability.
board_build.f_cpu = 80000000 ; //Frequency reduced from 240000000 to prevent overheating.
Once your files are complete, you can build the project and upon success upload to the TTGO-T display board. The board should reboot automatically and initiate the program.
If you encounter any problems setting up this board please feel free to reach out and I will do my best to assist.
