Skip to content

cac2323/cac2323.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cac2323.github.io

ESP32 Art installation

Display an animation on the screen of the ESP30 using Arduino IDE

Components Board: ESP32 TTGO T1(default settings, except changed upload speed to 115200) USB-c cable(for flashing code) 1x battery 1x popsicle stick 1x envelope

Note: make sure to change header in User_Setup_Select based on preloaded support by going to your sketchbook location(shown in File>Preferences) -> Libraries folder -> TFT_eSPI folder -> User_Setup_Select.h I had to comment out the default and uncomment setup file for ESP32 and TTGO T-display ST7789V SPI bus TFT

  • the specific line: #include <User_Setup/Setup25_TTGO_T_Display.h>

To test your ESP30 is working:

  1. in Arduino IDE, go to settings and add the following link to "Additional boards manager URLs"
  2. select board and corresponding port:
    • Tools > esp30 > TTGO T1
  3. Add esp30 library
    • Tools > Manage Libraries > search for TFT_eSPI by Bodmer > Install
  4. Load an example
    • File > Example > Tft_eSPI > 160x128 > select an example
    • Press the upload button
    • screen should turn on and display your example
  5. Try your own code!

IMG_0063 2

Project With the working code flashed onto the esp30 and with the battery connected, I put the esp30 in the envelope with the screen aligned with the cut out portion and used tape to secure it in place. (See pictures for front and back of envelope). In order to hang the envelope, we first had popsicle sticks with a hole in the middle, in order to loop thread around, and tie to holes punched in the envelope. For physically hanging up the contraption(stick, thread and envelope), we used an air vent and wedged the popsicle stick in order to have the thread and envelope securely hanging down.

IMG_0425 IMG_0426

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published