Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • R

      SquareLine Studio - GUI Builder for LVGL
      Technical Discussion • • rs77can

      3
      0
      Votes
      3
      Posts
      11365
      Views

      P

      @rs77can Volos Projects on Youtube has started making videos on how to use SquareLine Studio with certain Lilygo products.

    • P

      T4-S3 (H678) VBUS question
      Technical Discussion • • pike2k

      1
      0
      Votes
      1
      Posts
      137
      Views

      No one has replied

    • PsySc0rpi0n

      Help with MySQL library code to connect to a remote database (LilyGo T-SIM7600X)
      Technical Discussion • • PsySc0rpi0n

      2
      0
      Votes
      2
      Posts
      517
      Views

      B

      It seems like your connection is working fine. If you're testing further, especially for your Food Website, try running a few simple queries from your Debian laptop using mysql to ensure everything works smoothly between machines.

    • W

      Problem uploading a Sketch to T-Beam Supreme S
      Technical Discussion • • Wellco

      3
      0
      Votes
      3
      Posts
      349
      Views

      L

      Did you format the softRF firmware, or can you still use it and upload your sketches?

    • B

      SIM7600E-H module not doing MQTT
      Common problems • • bumptop

      3
      0
      Votes
      3
      Posts
      936
      Views

      A

      @bumptop Hi, I seem to have the same problem as you. My module is a SIM7670G, but otherwise I see precisely the same issue. Did you ever find a solution to this issue?
      No matter what I do, the CMQTTSTART always returns ERROR. The same for all other MQTT related commands (with same exception as you).
      I have tried many different execution orders, and I have read the application guides for the particular module, but nothing helps.

    • W

      How to flash custom firmware to T-Keyboard
      Product information • flashing • • whatsthedeal

      1
      0
      Votes
      1
      Posts
      446
      Views

      No one has replied

    • R

      T-QT C6 and NanoFramework
      Technical Discussion • • rkiss

      1
      0
      Votes
      1
      Posts
      186
      Views

      No one has replied

    • R

      TTGO Lora OLED V1.6.1 Battery Monitor
      Product information • battery v1.6.1 • • Readie_S

      1
      0
      Votes
      1
      Posts
      172
      Views

      No one has replied

    • A

      T-Display S3 AMOLED and Camera Shield Wrong Color
      Technical Discussion • • anuwat_hokoon

      2
      0
      Votes
      2
      Posts
      249
      Views

      H

      same issue

    • T

      LilyGo T A7670E development board SMS Sending .Regards!
      Technical Discussion • • tehnicdti

      3
      0
      Votes
      3
      Posts
      334
      Views

      A

      @atsimcomati

      it seems I cannot edit , so here's an update

      it's my provider, using another SIM I can send all the SMS's I want.

    • L

      about T-Display S3 (TDS3) I2C problem?
      Technical Discussion • • llsummer

      1
      0
      Votes
      1
      Posts
      175
      Views

      No one has replied

    • M

      Arduino compile problems
      Build environment • • MikeMcg

      4
      0
      Votes
      4
      Posts
      1436
      Views

      F

      En Jugabet, descubre la increíble selección de juegos de casino de 3 Oaks. Disfruta de tragamonedas únicas con gráficos espectaculares y grandes premios. Sumérgete en una experiencia de juego inolvidable y empieza a ganar hoy mismo. read more

    • A

      How to Start Coding in Java?
      Product information • • arush

      2
      0
      Votes
      2
      Posts
      187
      Views

      M

      Full stack Best Full Stack classes in Pune Maharashtra India Full stack developers have the ability to work on both the front end and back end of a project, making them versatile and capable of handling various aspects of web development. By understanding the full development stack, these developers can work seamlessly across different parts of a project, leading to increased efficiency in development and problem-solving.

      Companies often prefer hiring full stack developers as they can handle multiple tasks, reducing the need to hire separate specialists for front end and back end development.
      Full stack developers can work on all aspects of a project, reducing dependencies on other team members and potentially speeding up the development process.Having knowledge of both front end and back end technologies gives full stack developers a holistic view of the project, enabling them to make better decisions and create more cohesive solutions.
      Full stack developers are in high demand in the tech industry, and mastering both front end and back end technologies can lead to exciting career opportunities and growth.
      Overall, being a full stack developer can be rewarding both professionally and personally, offering a wide range of opportunities and the chance to work on diverse and challenging projects.

      https://www.sevenmentor.com/full-stack-training-institute-in-pune.php
    • F

      T7 S3 Crashing when using xTaskCreate()
      Common problems • • frikolivier

      3
      0
      Votes
      3
      Posts
      201
      Views

      F

      I found the problem.

      The xTask "blink_led()" was not in an infinite loop. It will execute once and exit thus, when RTOS want to schedule it again, it does not exists and crashes.

    • S

      T-Display S3 AMOLED - I2C
      Technical Discussion • • smile6905

      6
      0
      Votes
      6
      Posts
      476
      Views

      teastain2

      @smile6905 Good to hear!

    • R

      T-QT-C6 connectivity connector.
      Product information • • rkiss

      2
      0
      Votes
      2
      Posts
      188
      Views

      R

      In addition:

      Also, why the external pins are not vertically organized in the 2 rows for easy connection, for instance I2C pins such as IO22, IO21, 3.3V, GND (4pins header) which it will allow to use a standard 4pins dupont header to Grove cable.

    • L

      about the power supply for T-Display S3?
      Product information • • llsummer

      6
      0
      Votes
      6
      Posts
      415
      Views

      teastain2

      @llsummer Not the 5v pin or the 3.3v pin on the side of the board.
      Only power with USB or through the battery charging 2 pin connector.
      Period.

    • B

      TTGO Lora32 oled Flash boot
      Common problems • • biker32

      8
      0
      Votes
      8
      Posts
      1172
      Views

      teastain2

      @biker32 Whew, there is a bewildering number of LilyGO TTGO LoRa boards and naming/numbering conventions and all I can see is that your board is not very alike to the RandomNerdTutorials board and the OLED pins are different, for example.

      I have run out of ideas, so all I can suggest is check all pins defined in your sketch, against the image of the board pinout you provided.

      Also the hard way to troubleshoot is to comment out the LoRa stuff until it compiles and then slowly add features until it crashes. (Gonna be a long night)

      oof. I just thought...what 'ESP32 by Espressif' board def are you using? The newer ones break LilyGO products. Try v2.0.15

    • R

      T4 S3 AMOLED - Touch Sensitivity/Debounce example?
      Technical Discussion • • rusty6285

      2
      0
      Votes
      2
      Posts
      224
      Views

      teastain2

      @rusty6285 Just to be clear, does your device resister a 'touch' without you touching it?
      Are you programming in Arduino IDE v2.x.x. ?
      Usually only interrupts and counters need de-bouncing.
      There are lots of Arduino IDE tutorials and even whole libraries dedicated to this subject.
      I only use de-bounce with interrupts with a custom routine that I developed just for that situation.
      Let me know what is you use-case and I will try to help.

    • umj

      T-Beam Supreme wont power up
      Common problems • • umj

      1
      0
      Votes
      1
      Posts
      193
      Views

      No one has replied