Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Is it possible to determine if device is T-Display-S3 or TTGO

    Technical Discussion
    2
    2
    36
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      VintageSlots last edited by

      Just wondering if it is possible in the code to determine what kind of device (i.e., display size) is being used?

      Also is it possible to get the NIC or unique serial number of the device?

      If so, please post the code on how to do the above.

      Thanks

      teastain 1 Reply Last reply Reply Quote 0
      • teastain
        teastain @VintageSlots last edited by

        @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

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors