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

      Lilygo t-can485 spi connection
      • Tiak

      3
      0
      Votes
      3
      Posts
      19
      Views

      teastain2

      @tiak See here!
      https://github.com/Xinyuan-LilyGO/T-CAN485
      The empty header next to the Power In socket has GPIO and so could be setup in your sketch as Standard Speed bit-banged SPI.
      You should pour over the pages of the Espressif documents for your ESP32 and see it any of them are High-Speed, etc
      -Terry

    • H

      T-Impulse: stuck to JOIN state on private LoRaWAN network
      • horyzon

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • C

      Trouble flashing LoRa32 V2.1_1.6 (Paxcountrer) with new code
      • crisant

      2
      0
      Votes
      2
      Posts
      9
      Views

      teastain2

      @crisant Right away I don't recommend the blank Arduino IDE "New Sketch" without something for it to do, such as a delay(100);.
      People have found that they cannot connect afterwards because of the short scan time not allowing any other activity!
      I made this sketch to test that the board is working by printing to the serial port:

      //words preceded by "//"" are comments and are not executed bool ticktock; //declare ticktock as a boolean flag void setup() { //runs once on start up Serial.begin (115200); //open the serial port for USB cable } void loop() { //runs in circles! ticktock = !ticktock; //every pass through reverse the flag if (ticktock) { //test current value of the ticktock flag Serial.println("tick"); } else { //prints one or the other to the USB port Serial.println("tock"); } delay (1000); //wait for a second and run again! }

      I went to their GitHub repository for uploading instructions and they are different than a normal ESP32
      https://github.com/LilyGO/ESP32-Paxcounter#uploading
      so try following their ESP32 with LORA instructions

      Also when you pull down the board type menu in Arduino IDE where you select your board type, there is also the available ports.
      Check to see that the USBmodem is stable.
      Sometimes when I get the Failed Uploading error I have to reboot my computer. This has been a "bug" I have faced for years.
      -Terry

    • J

      T-Zigbee motion alarm and measure voltage
      zigbee • • jrossouw

      4
      0
      Votes
      4
      Posts
      16
      Views

      P

      FYI, I'm finding this, https://www.nxp.com/docs/en/user-guide/JN-UG-3115.pdf, quite a useful reference. For example see chapter 18 on an example of sychronising time by querying an attribute.

    • P

      T-ZigBee, ESP-IDF project upload?
      • papadeltasierra

      3
      0
      Votes
      3
      Posts
      15
      Views

      P

      OK, can now confirm that an ESP32-C3 project built using the Espressif esp-idf framework can be uploaded to the T-ZigBee board. You will need to use the latest esptool (now a PyPi package) to ensure that the chip can be set to esp32c3.

    • P

      T-ZigBee supplied ZigBee address?
      t-zigbee zigbee • • papadeltasierra

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • P

      T-Display-S3 and JST Pin 43
      • patofoto

      14
      0
      Votes
      14
      Posts
      174
      Views

      teastain2

      @patofoto Well, it took months and months but finally some guys over on the GitHub for ESP-Arduino finally found it!
      https://github.com/espressif/arduino-esp32/issues/8324#issuecomment-1725784617
      The helper util file in the onewire lib had an outdated notion that there could not possibly be pins greater that 33.
      I edited mine and now it works!
      Wow, what a ride!
      -Terry

    • D

      Help needed building a distance measuring device using an T-Display S3 amoled and ultrasonic sensors
      • djvandeflow

      7
      0
      Votes
      7
      Posts
      37
      Views

      teastain2

      @teastain2 OK, so I made this as a starter for you, but I cannot do the entire project!
      Give me your email address and I will send you the program.
      -Terry

    • K

      T-Display-s3 U.FL connector
      • kaly__

      4
      0
      Votes
      4
      Posts
      47
      Views

      D

      @kaly__ I tried this yesterday to pretty good results using an IPEX1 connector and a small antenna, no board modifications. Went from no connection to ~-75dB in my downstairs workshop.

      https://www.amazon.com/gp/product/B08VSJPY7V

    • K

      Lilygo T5-4.7 Inch S3 E-paper
      • kevin

      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • D

      T-QT-Pro Screen stopped working :( Shorting out
      • djmason

      4
      0
      Votes
      4
      Posts
      19
      Views

      C

      @djmason merci pour ta réponse mais je pense que je dois les flasher en uart j ai essayer de changer d ecran avec un autre mais rien

    • P

      T display S3 power supply
      • papbo

      7
      0
      Votes
      7
      Posts
      151
      Views

      P

      @teastain2 Thanks for the hint !
      This is exactly what I was looking for and worked perfectly.

    • R

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

      4
      1
      Votes
      4
      Posts
      22
      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

    • C

      Raiders 2023 no cost representative
      • Christopher

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • L

      T-Beam SUPREME - Charging battery when off
      • Luffe

      2
      0
      Votes
      2
      Posts
      14
      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
      12
      Views

      No one has replied

    • L

      Camera streaming with A7670
      • lordzyx

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • H

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

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • C

      T-RGB Example Compile Errors
      • cchobbyfun

      11
      0
      Votes
      11
      Posts
      45
      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.

    • F

      Maldives budget tour packages from Dubai
      • Flightstickets

      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    Powered by NodeBB | Contributors