Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Technical Discussion
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • S

      This topic is deleted!
      • spereg53

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • D

      T-01C3 AT Command Firmware
      • disegni

      2
      0
      Votes
      2
      Posts
      292
      Views

      M

      The AT firmware should work with all ESP32-C3 products.
      Firmware link:
      https://docs.espressif.com/projects/espat/en/latest/esp32c3/AT_Binary_Lists/ESP32-C3_AT_binaries.html

      Upload method:https://docs.espressif.com/projects/espat/en/latest/esp32c3/Get_Started/Downloading_guide.html

    • C

      Program Liligo TTGO Display-T via RX TX
      • cardhu

      2
      0
      Votes
      2
      Posts
      255
      Views

      X

      USB port on the board or on your computer is broken?

      If the USB port on the board is broken, you can buy an external USB to RS-232 (logic level) board and connect that to the RX & TX pins.

      Note that depending on how the on-board USB port failed, the failed components may be holding the TX or RX pins in a state that prevent the external USB to RS-232 from functioning. If you are certain the on-board USB port has failed, the power line to the existing USB bridge chip should be cut or lifted.

      In the end, it may be less expensive to purchase another TTGO Display-T.

    • S

      TTGO TCALL SIM800L+SDCARD
      • sasetcolombia

      2
      0
      Votes
      2
      Posts
      337
      Views

      S

      @sasetcolombia You need to use unused IO pins. For example the IO2、15、18、19....... This can be seen in the schematic diagram

    • H

      How to rotate display from landscape to portrait in lilygo T5 4.7 inch e-paper
      • hayden

      2
      0
      Votes
      2
      Posts
      371
      Views

      L

      To achieve this function, it needs to be implemented in software to rearrange the pixel arrangement. Or you can use lvgl, for screen rotation.

    • M

      Deep sleep mode
      • Melo

      2
      0
      Votes
      2
      Posts
      1267
      Views

      L

      Please use this app to test. https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/tree/master/examples/SleepTest

    • J

      LilyGo sim7000 DS18B20
      • JimH

      2
      0
      Votes
      2
      Posts
      255
      Views

      S

      @jimh
      Hello, pins above 34IO can only be used as input

    • T

      How to receive SMS with t-call
      • tcccorp..

      2
      0
      Votes
      2
      Posts
      271
      Views

      S

      @tcccorp 1. To set the local SMS center: AT+CSCA=""+ Press Enter, return OK. For details, consult your carrier.
      2. AT+CMGF=1: Set the SMS mode to TEXT.
      3.AT+CMGS="phone number"< enter >, set the receiver phone number, then return: ">",
      Send desired content, such as "Send Massage Test!" You don't need a carriage return at the end,
      After editing the SMS message, send the message in hexadecimal format 1A (1A is the key value of CTRL+Z, which tells the module to send the message.
      You can also send 1B, that is, "ESC" to cancel the operation.) After the sending is successful, the module returns +CMGS: 15 to confirm the successful sending.

    • M

      How to calibration the t-watch touch screen
      • macauhome

      3
      0
      Votes
      3
      Posts
      339
      Views

      L

      The factory firmware uses MY-TTGO-WATCH firmware, the original firmware offset touch coordinates is too large, you can refresh the firmware in TTGO_TWatch_Library , it should work fine, if you want to recompile the firmware, you can change the scaling here My-TTGO-Watch

    • P

      T-sim7600E don't recognize SD card
      • papbo

      11
      0
      Votes
      11
      Posts
      1007
      Views

      S

      @papbo What is your current ESP32 version? Try upgrading?

    • M

      ESP32 TWatch 2020 V1 Touchscreen Issues
      • MattMadness

      2
      0
      Votes
      2
      Posts
      240
      Views

      L

      You mean put the watch on the table, touch the panel and it will move by itself?
      You can try to write TouchPad Example into the watch, then put it on the desktop without touching it, and check whether the coordinates on the screen will change. If it changes by itself, please contact customer service for after-sales processing.

    • J

      Serial communications not working for my board
      • js4IoT

      2
      0
      Votes
      2
      Posts
      191
      Views

      L

      Is the driver for CH340 installed? Is the correct baud rate used?
      Driver download link
    • W

      Can the TTGO be powered by a li-ion battery?
      • Winfried

      2
      0
      Votes
      2
      Posts
      433
      Views

      Z

      @winfried Hi. You can use the 3.7V battery in your picture to power the T-display, note the +, — signs.

    • G

      Check board main power fail when battery backup is present.
      • Gandalf

      2
      0
      Votes
      2
      Posts
      236
      Views

      Z

      @gandalf Hi. The USB port has no detection circuit design.

    • Y

      S76G dongle edition
      • Yu

      2
      0
      Votes
      2
      Posts
      196
      Views

      Z

      @yu Hi. The test range requires one transmission and one reception to perform the range test, and care should be taken to choose an open and unobstructed place. The sender can be placed in a high place if allowed.

    • M

      LILYGO ESP32 CAN RS485 T-CAN485
      • mhanusek

      1
      0
      Votes
      1
      Posts
      338
      Views

      No one has replied

    • V

      PlatformIO IDE
      • Valdecir

      1
      0
      Votes
      1
      Posts
      177
      Views

      No one has replied

    • J

      LilyGo sim7000 Battery Management
      • JimH

      2
      0
      Votes
      2
      Posts
      275
      Views

      S

      @jimh
      5V DC and USB can be recharged

    • J

      T-Relay - How can I use on-board LED?
      • jpvonoy

      2
      0
      Votes
      2
      Posts
      185
      Views

      S

      @jpvonoy
      pinMode(25, OUTPUT);
      digitalWrite(25, LOW);

    • D

      How to access the BME onboard the TTGO T8 v1.7
      • dpaulc

      1
      0
      Votes
      1
      Posts
      82
      Views

      No one has replied

    • undefined


      •


      Votes

      Posts

      Views
    Powered by NodeBB | Contributors