Skip to content

MarineNewt/Esp32-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Projects

A collection of projects employing the IOT potential of an Esp32 module with Display.


Board Used:

TTGO T-Display ESP32

Board available on Amazon

TTGO-T


Setup

Platformio Project Setup

Board: Espressif ESP32 Dev Module
Framework: Arduino

secrets.h

Add a secrets.h file to the /src folder with WIFI ssid/password and API Key.

Editable Platformio.ini File specifications

monitor_speed = 921600 ; //Speed reduced for performance reliability.
board_build.f_cpu = 80000000 ; //Frequency reduced from 240000000 to prevent overheating.

Uploading to Board

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.

About

A collection of projects utilizing an esp32 module with display.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published