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
    • K

      T-Deck Lora SX1276 Addition
      • king_412r

      2
      0
      Votes
      2
      Posts
      208
      Views

      teastain2

      @king_412r Two approaches:

      The wider Lora hobbyist community The LilyGO technical site:
      https://github.com/Xinyuan-LilyGO/T-Deck

      You can also try sales at LilyGO to see if they respond !
      -Terry

    • M

      T-vending - 24VDC
      • mark89769

      1
      0
      Votes
      1
      Posts
      127
      Views

      No one has replied

    • H

      WiFi password for T-beam s3 core board (with ubox gps) with SoftRF
      • huxster

      1
      0
      Votes
      1
      Posts
      139
      Views

      No one has replied

    • R

      T-vending 3D / STP file
      • RG

      1
      0
      Votes
      1
      Posts
      152
      Views

      No one has replied

    • C

      Any way to remove the plastic bracket from S3 touch Amoled
      • cajax

      1
      0
      Votes
      1
      Posts
      149
      Views

      No one has replied

    • J

      how to activate the a7608sa-h with battery?
      • joniAguilar

      1
      0
      Votes
      1
      Posts
      116
      Views

      No one has replied

    • P

      S3 Amoled Touch, available GPIOs?
      • pike2k

      2
      0
      Votes
      2
      Posts
      363
      Views

      P

      I have managed to "unconfuse" myself ๐Ÿ˜Š regarding my last point about Lilygo's labelling of pins.

      Somehow my brain made a connection between physical pin number on PCB and GPIO. It seemed incorrect that they were identical.
      I see my mistake now.

      But the other questions remain. I accidentally ordered the version without soldered pins, so it's a bit difficult for me to test if all GPIO's on PCB are available for us.

    • M

      A few questions about the T-watch
      • MasterGamer64

      1
      0
      Votes
      1
      Posts
      156
      Views

      No one has replied

    • P

      T-ZigBee v1.2 specifications/schematics
      • papadeltasierra

      1
      0
      Votes
      1
      Posts
      449
      Views

      No one has replied

    • P

      S3 Amoled Touch, H681 different board layout
      • pike2k

      7
      0
      Votes
      7
      Posts
      687
      Views

      teastain2

      @pike2k It was worse a year ago, I had to make my own LilyGO T-Display S3 (not AMOLED) GitHub repository to help people once I got it figured out.
      The one on the left of the schematic image that I sent you is
      U0RXD = SCL (GPIO 44) (The 'U' stands for Universal)
      U0TXD = SDA (GPIO 43) use Wire.begin(43, 44);

      The other connector is marked correctly.
      It might have been added as an after thought because the ancient but very common Dallas Semiconductor DS18B20 won't run from the GPIO pins 43 or 44.
      ESP32 S3 can use almost any pins for almost any function .
      But when setting up I2C you have to call Wire.begin(3, 2);
      Or whatever pins you want, within reason. (There is a complicated datasheet for the ESP32 S3 and it points out the only no-no's.)
      -Terry

    • P

      T-ZigBee with 4MB of ESP32c3 memory?
      • papadeltasierra

      3
      0
      Votes
      3
      Posts
      323
      Views

      P

      @papadeltasierra Aha, there is indeed 4 MB of flash! You need to use idf.py menuconfig and then set the Serial flasher config to 1Flash size 4 MB and then use Partition table to select a 4 MB usable partition table.

    • M

      T3 Amoled Touch, orientation of screen
      • mr.tk

      3
      0
      Votes
      3
      Posts
      478
      Views

      M

      Hi Terry, thank you for your reply.
      I will try it but it is very complex.

      I try it to solve directly with Squaline Studio.

    • R

      Tasmota Template for LilyGO TTGO T-HiGrow
      • rqx

      1
      0
      Votes
      1
      Posts
      195
      Views

      No one has replied

    • C

      Schematic for TTGO T8 ESP32-S2 V1.1 with SD card
      • casaneva

      5
      0
      Votes
      5
      Posts
      1664
      Views

      S

      Found it! with help of the lilygo sales team! ๐Ÿ™‚

      Schematic, DXF, pinout, its all here:
      https://github.com/Xinyuan-LilyGO/ESP32_S2

    • C

      T-SIM7600E/G-H without battery?
      • covalspace

      4
      0
      Votes
      4
      Posts
      315
      Views

      teastain2

      @covalspace Do you already have a LilyGo SIM7000g?
      Could you just remove the battery holder?

    • B

      Connect T-Zigbee with doorbell
      • breed1

      1
      0
      Votes
      1
      Posts
      154
      Views

      No one has replied

    • S

      T-ETH-Lite-POE-SHIELD where to connect Earth/PGND
      • streamx3

      1
      0
      Votes
      1
      Posts
      186
      Views

      No one has replied

    • B

      T-Journal default Sketch
      t-journal • • Bunta

      4
      0
      Votes
      4
      Posts
      371
      Views

      B

      I have the https://www.lilygo.cc/products/t-journal.

      This is exactly why, PlatformIO or Arduino, which Sketch, etc., I asked for instructions.
      If I sell such products, I also have to provide instructions on how to use them. And by that I don't just mean plug it in and use it. The products are specifically designated as a development board. Then I want to be able to โ€œdevelopโ€ with it. But if I have to start from scratch because there are no useful instructions, I can also assemble the hardware myself.
      I bought these modules and was hoping for some convenience so that I didn't have to start from scratch and could implement my project quickly.
      Really very unfortunate!

    • P

      Need Schematic for T-Display S3 touch Screen version
      • pratikgawde

      2
      0
      Votes
      2
      Posts
      264
      Views

      teastain2

      @pratikgawde
      https://github.com/Xinyuan-LilyGO/T-Display-S3/blob/main/image/T-DISPLAY-S3-TOUCH.png
      and
      this one is just the base LilyGO T-Display S3, not the Touch, but the same accept the add-on Touch component.
      https://github.com/Xinyuan-LilyGO/T-Display-S3/blob/main/schematic/T_Display_S3.pdf

      I raised an Issue just now to get a Touch schematic!
      -Terry

    • E

      Lillygo SoftRF
      • eurosea

      1
      0
      Votes
      1
      Posts
      218
      Views

      No one has replied

    Powered by NodeBB | Contributors