Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Product information
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • D

      How to flash T-Display-S3 AMOLED
      t-display-s3 amoled flashing • • dr3x

      2
      0
      Votes
      2
      Posts
      669
      Views

      teastain2

      @dr3x Hi!
      Are you using Arduino IDE v2.1.0?
      If so, I consider this a confusing and annoying bug in the application.
      The app kindly and incorrectly identifies your board type!
      You still need to type in ESP32S3 Dev Module as shown below on my computer!

      Screenshot 2023-06-27 at 12.24.32 AM.jpg

      Hope this helps, Terry

    • B

      T-rgb (half circle)
      t-rgb • • basvandepavert

      15
      0
      Votes
      15
      Posts
      932
      Views

      teastain2

      @basvandepavert Thanks for getting back to me!
      Let me know!
      -Terry

    • M

      How to flash T-01C3
      • m4biz

      16
      0
      Votes
      16
      Posts
      1290
      Views

      teastain2

      @m4biz Fantastic news!

      You can also put a small
      delay(500);
      In the loop to keep it from locking up and becoming very hard to upload another sketch!

      But: GREAT JOB !

    • A

      Can I program the T-Watch 2021 with PYTHON?
      • AngeloP

      1
      0
      Votes
      1
      Posts
      98
      Views

      No one has replied

    • S

      T-Display S3 AMOLED adhesive
      • sudovimfstab

      1
      0
      Votes
      1
      Posts
      154
      Views

      No one has replied

    • I

      Is T-watch 2020 V3 water resistant?
      • Ivan

      2
      1
      Votes
      2
      Posts
      223
      Views

      teastain2

      @ivan Hi Ivan, this site is a volunteer user community site and anything I say is simply "advice".
      LilyGO make no claim of waterproof, but it seems well sealed.
      I think accidental splashing such as washing hands would be OK.
      Otherwise I would "Damp-Cloth" it as you say!
      -Terry

    • R

      T-Display RP2040 needs USB VID/PID
      • rcarteraz

      3
      1
      Votes
      3
      Posts
      321
      Views

      R

      Great news! Thanks to the efforts of @kreier, a USB VID/PID was able to be secured using a third-party so that official circuitpython support could be added. The T-Display RP2040 now has official CircuitPython support! 🥳

    • A

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

      2
      0
      Votes
      2
      Posts
      278
      Views

      teastain2

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

    • A

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

      3
      0
      Votes
      3
      Posts
      484
      Views

      A

      @teastain2 thank you so much

    • R

      T-RGB (Round) - Available GPIO Ports
      • rotortalk

      3
      0
      Votes
      3
      Posts
      260
      Views

      R

      @teastain2 Thank you. That was the conclusion I was coming to. Realistically, I can only use i2c, rather than some resistive sensors and use some A2D pins.

    • W

      T-SIMCAM Changing SIM Module
      • Wolfleader

      2
      0
      Votes
      2
      Posts
      192
      Views

      W

      I'm using the T-PCIE SIM7600G-H and not having an issue.
      By "disconnecting"... is the PCIE disconnecting from the CPU or is it disconnecting from the 4G network?

    • D

      How to operate T-Display-S3 Touch out of the box
      • danardi

      4
      0
      Votes
      4
      Posts
      2199
      Views

      D

      thanks @teastain2
      Yes I'm a newer, thanks for your repository

    • G

      Location of resistor RV1 on LilyGo-T-A7608X
      • gasagna

      2
      0
      Votes
      2
      Posts
      227
      Views

      L

      593dbbb6-32fc-405b-b08c-6e15fe4dd5d6-[]K{OW8J6EUNN%41}7Q{7_I.JPG
      RV1 resistor position, as shown in the diagram

    • C

      T-Display-S3 Touch micropython examples?
      • Codiak

      1
      0
      Votes
      1
      Posts
      225
      Views

      No one has replied

    • G

      T-SIM7600G-H R2 questions
      • gerald10

      3
      0
      Votes
      3
      Posts
      601
      Views

      G

      @gerald10 said in T-SIM7600G-H R2 questions:

      T-SIM7600G-H R2

      Hi,

      i have the A7608 board, which is quite similar to what you have.

      some answers:

      I do not know, but it would be best to implement some logic where if the battery is below a threshold you keep deep sleeping. That battery also costs a lot of money. You might want to first try a standard 18650, e.g. with 2-3 Ah and see how it goes. Connecting to wifi every 15 minutes and using proper deep sleep gives me a month of battery time without any charge. I think the open circuit voltage of that panel is to high. The board has a CN3065 charging chip (search the datasheet online), and accept up to 6.5V max. Search a "5V" solar panel. Again, I do not know the specifics of your application, but a 1w solar panel can do miracles in many applications. this will depend on the cpu frequency you set for the esp32. At 240MHz, my board sucks 40 mA, but at 40 or 80 MHz you can go down to 10 mA. For battery powered applications you need to learn to deep sleep as much as possible. not sure not sure, but I would suspect live streaming 24/7 requires a different thinking for the power system not sure the antenna can stay in the enclosure you use for the board i use standard abs or polycarbonate enclosure boxes. There are tons of models available for ~10$

      Davide

    • T

      T-Display-S3 battery charge sources
      • TilmanBaumann

      2
      0
      Votes
      2
      Posts
      321
      Views

      T

      Is there perhaps a test pad for VBUS?

    • O

      Module inside Lora 915Mhz Shield for TTGO T-SIM7000G
      • oryzativa

      1
      0
      Votes
      1
      Posts
      137
      Views

      No one has replied

    • E

      Help with USB VID/PID for Circuitpython
      • erongd

      4
      1
      Votes
      4
      Posts
      494
      Views

      R

      @kreier Thanks for helping out with this. I saw your PR. Looks like they’re waiting for an update from you. https://github.com/pidcodes/pidcodes.github.com/pull/827#discussion_r1135991673

    • B

      LilyGo T5 4,7 LilyGo-EPD47- 3D files of case missing
      • bonn13

      1
      0
      Votes
      1
      Posts
      197
      Views

      No one has replied

    • H

      how to detect by software if I am connected by usb or I am using the battery?
      • hosky

      2
      0
      Votes
      2
      Posts
      217
      Views

      teastain2

      @hosky well, you could use the esp32 built in ADC to read pin 4 bat volt, or wire the 5V pin to a voltage divider and then to a GPIO, such as 16 and digitalRead it.

    Powered by NodeBB | Contributors