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

      T-WATCH-2020 Bricked
      • cnakagawa

      1
      0
      Votes
      1
      Posts
      97
      Views

      No one has replied

    • W

      Battery Info Please
      • W5TSU

      1
      0
      Votes
      1
      Posts
      154
      Views

      No one has replied

    • D

      Adding self-learning 433mhz plugs
      • Disclose2392

      1
      0
      Votes
      1
      Posts
      105
      Views

      No one has replied

    • O

      T-Display-S3 with ultrasonic sensor ( water level indicator )
      • OH23

      7
      0
      Votes
      7
      Posts
      694
      Views

      O

      @teastain2 Thank you Terry,

      I'll give the instructions a go and see if I make it to work the way I want.

    • F

      Problems with T-Display S3
      • fii7e

      5
      0
      Votes
      5
      Posts
      1669
      Views

      S

      Hi.. I had the same problem.. I flashed the T-Display S3 using a Win10 and the espressif flash download tool (with Thonny always display the invalid header you said). The first issue (in the espressif tool) is to check the location of the firmware file and the memory location are in green. Second I had to flash the T-Display S3 in safe mode (Win10), because at half of the load it disconnected the device. Third put the TDisplay S3 in download mode pressing at the same time the reset and boot buttons, then release first the reset button, next the boot button, finally begin the flash. After that everything was OK. I followed the instructions of this video.. it is in spanish.. but you can switch the subtitles on. https://www.youtube.com/watch?v=bxXz-tmNuWU&t=624s

    • S

      Manually using AT commands
      • stardaa

      1
      0
      Votes
      1
      Posts
      220
      Views

      No one has replied

    • M

      This topic is deleted!
      • Mpice

      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • S

      Wake from deep sleep vs hard reset
      • SimonnomiS

      1
      0
      Votes
      1
      Posts
      254
      Views

      No one has replied

    • S

      LilyGo-T-SIM7080G power consumption
      • sq4cvh

      2
      0
      Votes
      2
      Posts
      734
      Views

      R

      @sq4cvh I have the same issue and same high current consumption.
      I thought I was wrong but I see I'm not the only one....

    • S

      Battery powered problem
      • SimonnomiS

      1
      0
      Votes
      1
      Posts
      169
      Views

      No one has replied

    • 1

      Lilygo T-Display TP4056 charger not wired correctly.
      • 1530dean

      1
      0
      Votes
      1
      Posts
      139
      Views

      No one has replied

    • D

      T-Display-S3 + Ethernet W5500
      • Dusty

      7
      0
      Votes
      7
      Posts
      535
      Views

      D

      @teastain2 ... OMG ... I got it running ... and I am almost to embarrsed to tell the reason ... obviously the breadboard I was using for the T-Display was broken and did not have contact for pin 13 😞 Changing the breadboard solved the problem, Ethernet is now working correctly!

    • T

      Lilygo T-SIM7080G-S3 not working?
      • tuannobick

      1
      0
      Votes
      1
      Posts
      173
      Views

      No one has replied

    • 1

      T-Display-S3 Noisy Output and Unreliable timing
      • 1530dean

      1
      0
      Votes
      1
      Posts
      99
      Views

      No one has replied

    • G

      T-QT Pro
      • gwer

      2
      0
      Votes
      2
      Posts
      124
      Views

      teastain2

      @gwer this site is the community site, answered most by other users!

      You should raise an “Issue” on the github site.

    • C

      ReadAnalog GPIO12
      gpio t4 • • Castanog

      2
      0
      Votes
      2
      Posts
      318
      Views

      teastain2

      Hi! I used this code, just now to read the battery voltage from GPIO4.
      Do not to declare Input as INPUT mode

      top of the sketch:
      #define analogPin 4 //the built in battery voltage test point
      float val = 1.23; //a test number to check if I'm getting a real value

      in "setup"
      Serial.begin(115200); // be sure to set USB CDC On Boot: "Enabled"

      The entire test loop:
      void loop() {
      val = analogRead(analogPin); // read the input pin
      Serial.println(val/1000); // testing value
      delay(1000);
      }

      That's it...I'm getting 2.94VDC.
      The ESP32 has terrible ADC capabilities, so this is it!

      I also have a LilyGO T-Display S3 support page on GitHub here:
      https://github.com/teastainGit/LilyGO-T-display-S3-setup-and-examples
      lots of goodies
      -Terry

    • C

      Boot T Echo BME280 on power
      • cmackin

      2
      0
      Votes
      2
      Posts
      156
      Views

      X

      Nobody wants for the device to wake up from sleep every time it is connected to a charger by USB cable... Nobody wants to take efforts to put it back into sleep by pressing the button afterwards...

    • S

      ESP32 doesn't wake-up from deep sleep when battery goes flat
      • SimonnomiS

      1
      0
      Votes
      1
      Posts
      218
      Views

      No one has replied

    • E

      ESP32-C3 T-OI Ver1.3 battery life
      • etolocka

      1
      0
      Votes
      1
      Posts
      129
      Views

      No one has replied

    • R

      LilyGo-T-SIM7080G and PMU AXP2101
      • robiz

      1
      0
      Votes
      1
      Posts
      236
      Views

      No one has replied

    • undefined


      •


      Votes

      Posts

      Views
    Powered by NodeBB | Contributors