#lilygo t-display s3 running esphome
8 messages · Page 1 of 1 (latest)
Pretty cool! Can you share some pictures?
I managed to get a basic sketch on to a lilygo td s3 by downloading the binary and manually flashing with esptool.py version 4.3, but it will not connect to wifi and seems to bootloop and the serial connection drops and reconnects over and over.
If you're using the USB port and the serial connection is dropping, then that's a hardware issue.
I just got it working, the bootlooping was from the wrong offset specificed on flash the device. I was using 0x1000. Changed to 0x0 and viola, working!