Simple Name Badge with a ESP32 based board, build with Arduino IDE
Simple Name Badge by using ESP32 based TTGO-T-Display for the Arduino IDE platform
Name Badge on Youtube: https://youtu.be/ZeQcyYPs6A0
Index of this project
Before we can start compiling, the Arduino IDE must have the TTGO-T-Display board, based on an ESP32 in the board selection available. The instruction on https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/ In board selector you can select "ESP32 Dev Module" for TTGO-T-Display.
For MAC users install the "CP210x USB to UART Bridge VCP Drivers" from Silicon Labs, the port to select is /dev/cu.SLAB_USBtoUART in Arduino IDE under tools-->Port
https://www.silabs.com/community/interface/knowledge-base.entry.html/2017/01/10/legacy_os_softwarea-bgvU
Now we add libraries for Arduino IDE 1.8.8:
The instruction for the "TFT_eSPI" and TTGO-T-Display can be found here https://github.com/Xinyuan-LilyGO/TTGO-T-Display
If you are have problem with the "wifi.h" delete the arduino/libraries/wiFi directory, you can use the esp32 WiFi.h