Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. VintageSlots
    3. Topics
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 16
    • Best 1
    • Groups 0

    Topics created by VintageSlots

    • V

      Looking for 5G receiver
      Technical Discussion • • VintageSlots

      1
      0
      Votes
      1
      Posts
      177
      Views

      No one has replied

    • V

      Voltage Pin on TTGO
      Technical Discussion • • VintageSlots

      2
      0
      Votes
      2
      Posts
      213
      Views

      R

      @vintageslots The factory test code reads the voltage. https://github.com/Xinyuan-LilyGO/TTGO-T-Display/blob/master/TFT_eSPI/examples/FactoryTest/FactoryTest.ino

    • V

      T-Display-S3 external antenna
      Common problems • • VintageSlots

      1
      0
      Votes
      1
      Posts
      385
      Views

      No one has replied

    • V

      Anyone use an external antenna on T3
      Product information • • VintageSlots

      1
      0
      Votes
      1
      Posts
      225
      Views

      No one has replied

    • V

      Can't see USB port with TTGO that comes with case
      Common problems • • VintageSlots

      2
      0
      Votes
      2
      Posts
      276
      Views

      V

      I have received more TTGO with cases and they program fine. Looks like I got a defective unit.

    • V

      Serial.print not working on T3
      Technical Discussion • • VintageSlots

      3
      0
      Votes
      3
      Posts
      287
      Views

      V

      @teastain Thank you very much. That fixed my problem.

    • V

      Arduino Settings for TTGO (16 MB)
      Technical Discussion • • VintageSlots

      2
      0
      Votes
      2
      Posts
      232
      Views

      V

      I found the problem.

      I forgot the S3 uses a different TFT_eSPI library.

      Once I restored the old library things are working.

    • V

      Is it possible to determine if device is T-Display-S3 or TTGO
      Technical Discussion • • VintageSlots

      2
      0
      Votes
      2
      Posts
      220
      Views

      teastain

      @vintageslots when you upload a program to the device, in ArduinoIDE there are these messages in the bottom of the scree in red/orange:
      esptool.py v4.2.1
      Serial port /dev/cu.usbmodem101
      Connecting...
      Chip is ESP32-S3
      Features: WiFi, BLE
      Crystal is 40MHz
      MAC: 68:b6:b4:21:63:19
      etc...
      You can tell if it is T-Display or older TTGO by looking at them. The T-Display S3 has a screen that covers the while board(!) and the TTGO does not.

      My setup and example GitHub repository:
      https://github.com/teastainGit/LillyGO-T-display-S3-setup-and-examples

      LilyGO GitHub;
      https://github.com/Xinyuan-LilyGO/T-Display-S3

    • V

      Is it possible to add a larger display to TTGO module?
      Technical Discussion • • VintageSlots

      2
      0
      Votes
      2
      Posts
      166
      Views

      teastain

      yes.

      The TTGO has an amazing bright high resolution display, probably driven by an SPI interface.
      You can get a larger SPI display. I2C is easier but VERY slow to refresh, OLEDs are often monochrome but the recommended library needs fiddling to get right.
      (all my comments art based on my experience)
      So, you have to find and configure the external SPI pins of the TTGO.
      The documentation is sparse and a little daunting.
      Good Luck!!!
      -Terry