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

      Sharing power between two T-Display-S3 devices
      • RobLatour

      4
      1
      Votes
      4
      Posts
      286
      Views

      teastain2

      @pbatch You can use an external 5V source and bring it in through the USB port.
      Alternately connect it to the battery charging port (if there is no battery connected to it.)
      -Terry

    • L

      T-Beam SUPREME - Charging battery when off
      • Luffe

      2
      0
      Votes
      2
      Posts
      605
      Views

      teastain2

      @luffe LilyGO products...generally yes, they charge all the time while plugged in to USB.
      You should conduct a simple test with your actual unit, as the documentation is very sparse.
      (I could not find a schematic for your board)
      -Terry

    • F

      Lilygo TTGO Sim800l v1.4 ip5306
      • Flavio

      1
      0
      Votes
      1
      Posts
      123
      Views

      No one has replied

    • L

      Camera streaming with A7670
      • lordzyx

      1
      0
      Votes
      1
      Posts
      89
      Views

      No one has replied

    • H

      Modbus Not Responding Issue on ESP32 S3 T-Vending
      • Hari Prasath

      1
      0
      Votes
      1
      Posts
      98
      Views

      No one has replied

    • C

      T-RGB Example Compile Errors
      • cchobbyfun

      11
      0
      Votes
      11
      Posts
      1690
      Views

      teastain2

      @cchobbyfun
      Well, Arduino IDE 2.0 is much nicer to use with very little learning curve!
      ESP 2.0.11 board defs are most likely mandatory but older ones may still work.
      I would update all libraries and, then, I would copy the contents of the Lib directly to your libraries and overwrite all, as 'replace'. In that order.
      ["I typically download the zip from Git Hub and launch from the extracted files. Is that good enough? If I have that local file structure do I need any of the libraries installed? "] should be OK.

    • R

      T-Display S3 and T-Display-S3 AMOLED Battery connectors
      • RobLatour

      3
      0
      Votes
      3
      Posts
      272
      Views

      R

      @teastain2 Perfect, thank you Terry!

      Also, thanks again for your feedback on the video. I've just updated it on Youtube (it will take up to 80 minutes for the High Quality versions to be available) but even what's there now is much better. Here's the link: https://youtu.be/YdbTDYZ2Ues

      Rob

    • H

      Rotary touch Input for T-RGB
      • Heng1

      3
      0
      Votes
      3
      Posts
      158
      Views

      N

      It's shared now.

      https://qiita.com/nak435/items/206a23ef783dc8d6b035

    • R

      I created an new project for the T-Display S3 AMOLED
      • RobLatour

      2
      1
      Votes
      2
      Posts
      233
      Views

      E

      @roblatour

      Cool beans...looks like a cool project/device for those who have YouTube accounts, nice job.

    • J

      LILYGO SNMP
      • johanleon

      1
      0
      Votes
      1
      Posts
      120
      Views

      No one has replied

    • T

      T-INTERNET-POE
      • tramanah

      3
      0
      Votes
      3
      Posts
      172
      Views

      T

      Sorry for my silence, T-Int-POE module. I am using SD-CARD as well. I did address GPIO 16, 4 accordinlgy

    • B

      T-DISPLAY S3 Can't use TFT_eSPI
      • Bombbaza

      5
      0
      Votes
      5
      Posts
      549
      Views

      teastain2

      @bombbaza
      In my repository setup text I suggest you contact me by email for off-line one to one help.
      -Terry

    • ?

      T-BEAM T22 _V1.0 dead after running out of battery
      • A Former User

      1
      0
      Votes
      1
      Posts
      99
      Views

      No one has replied

    • G

      T-can485 q Re usb use while powered externally
      t-can485 power usb • • Going9920

      1
      0
      Votes
      1
      Posts
      214
      Views

      No one has replied

    • G

      battery connector specification for LILYGO ESP32 T-Display Module
      • goutamreddy

      1
      0
      Votes
      1
      Posts
      114
      Views

      No one has replied

    • C

      Search disabled in this forum?
      • chano

      2
      0
      Votes
      2
      Posts
      140
      Views

      teastain2

      @chano This is a community site and does not seem to be moderated by LilyGO.
      It is mostly just me, a user...
      (crickets...)
      Post your question and I will have a go!
      -Terry

    • Z

      T-Display-RGB 24 bit color support
      • zazas321

      1
      0
      Votes
      1
      Posts
      100
      Views

      No one has replied

    • O

      Problem to connect on LTE network
      • Oragion

      3
      0
      Votes
      3
      Posts
      982
      Views

      L

      @oragion : Hi Guillaume, did you succeed finally? What do you think of the Lilygo card? I am currently thinking of using the SIM7600 version, with the same operator as you, but I've not purchased the Lilygo board yet.

    • T

      Determine power source on TTGO T7 v1.5
      mini32 battery ttgo-t7 arduino • • turaiel

      3
      0
      Votes
      3
      Posts
      535
      Views

      T

      Thanks for that info.

      For anyone else that stumbles across this in the future: what I ended up doing was setting up a simple voltage divider (https://randomnerdtutorials.com/how-to-level-shift-5v-to-3-3v/) and connecting the 3.3V output as an input to one of the GPIO pins, set to pull down.

      When the TTGO board is running on battery, the 5V pin I'm using for input from the external power supply becomes a 5V output, which backfeeds into the 5V rail I'm using to detect external power. To solve this, I put a diode between the external power rail and the 5V pin on the TTGO board. This does result in some voltage loss when operating on external power, so I've been advised to use a Schottky diode instead, but I haven't tried that yet.

      So far, so good!

    • R

      LilyGo-T-Relay change I2C pins
      • rogeriocpe

      7
      0
      Votes
      7
      Posts
      931
      Views

      S

      @teastain2 Bingo! that worked, changing
      Wire.begin();
      to
      Wire.begin(26, 14);

      so pinout for I2C on T-relay 8X is
      SDA: pin 26
      SCL: pin 14

      thank you!

    Powered by NodeBB | Contributors