Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. abdnatsheh
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 10
    • Best 3
    • Groups 0

    Topics created by abdnatsheh

    • A

      t-watch s3 codes
      Build environment • • abdnatsheh

      2
      0
      Votes
      2
      Posts
      394
      Views

      teastain2

      I'm not sure about this product.
      Are you asking for the exact firmware that shipped with your watch when new?
      Here is a link to example sketches at the LilyGO repository:
      https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/tree/master/examples
      To be sure, you may raise and "Issue" on this site, which may take a long time.
      I have found that a nice inquiry at their office address works:
      sales@lilygo.cc
      Also LilyGO suggest this GitHub repository:
      https://github.com/sharandac/My-TTGO-Watch
      Hope this helps!
      -Terry

    • A

      t-deck Battery Indicator
      Technical Discussion • • abdnatsheh

      3
      0
      Votes
      3
      Posts
      448
      Views

      A

      thanks for your reply !

    • A

      T-DECK very low sound from speaker
      Build environment • • abdnatsheh

      2
      0
      Votes
      2
      Posts
      484
      Views

      A

      i solved after i added these under void setup() :
      pinMode(BOARD_POWERON, OUTPUT);
      digitalWrite(BOARD_POWERON, HIGH);

      then continue the same code

    • A

      T-DECK strange connector on top right corner looks like grove connector beside esp32
      Product information • • abdnatsheh

      2
      0
      Votes
      2
      Posts
      278
      Views

      teastain2

      It is a grove connector (!) for I2C external sensors, etc.

    • A

      AIO PLACE FOR T-DECK COMMUNITY
      Build environment • • abdnatsheh

      1
      0
      Votes
      1
      Posts
      283
      Views

      No one has replied

    • A

      how much voltage required to run t-deck with battery input
      Product information • • abdnatsheh

      3
      0
      Votes
      3
      Posts
      487
      Views

      A

      @teastain2 thank you so much