Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. lewis
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 28
    • Best 0
    • Groups 0

    lewis

    @lewis

    0
    Reputation
    2
    Profile views
    28
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lewis Unfollow Follow

    Latest posts made by lewis

    • RE: Need a USB Storage Device with wifi upload capabilities

      Have you tried SDWebServer? https://github.com/espressif/arduino-esp32/tree/master/libraries/WebServer/examples/SDWebServer

      posted in Technical Discussion
      L
      lewis
    • RE: TTGO SIM7000G wont connect

      The signal value of 20 is very normal. In my case, it is about 19~23.
      6fcce038-0f81-4cc7-a055-8a48945de6f3-image.png

      posted in Technical Discussion
      L
      lewis
    • RE: TTGO ESP32 LORA v1.0 unable to wakeup from sleep using LoRa interrupt

      Please refer to here: https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/blob/master/examples/RadioLibExamples/SX1276/SX1276_Transmit_Interrupt/SX1276_Transmit_Interrupt.ino

      posted in Technical Discussion
      L
      lewis
    • RE: LilyGo-T-Call-SIM800

      @ak Around 800uA

      posted in Product information
      L
      lewis
    • RE: T-OI plus ESP32-C3 Deep Sleep

      This may not be possible on the existing basis, and part of the current consumption should come from the power consumption itself

      posted in Product information
      L
      lewis
    • RE: TFT T-PicoC3

      I have an example using MicroPython before, but using ESP32, they are all driven by the built-in SPI module of MicroPython, you should modify the pins slightly and it should work fine

      https://github.com/lewisxhe/mPython_ST7789

      posted in Common problems
      L
      lewis
    • RE: Problem to connect on LTE network

      Please change the network mode to automatic to see if you can connect to the network correctly

      modem.setNetworkMode(2);
      
      posted in Technical Discussion
      L
      lewis
    • RE: mqtt on LilyGO-T-SIM7600x

      Please refer to here MqttClient

      posted in Technical Discussion
      L
      lewis
    • RE: I can't send SMS with Lilygo TCALL SIM00L 1.4 version

      Have you set SMS_TARGET correctly?
      Set SMS_TARGET to the object you need to send, and your SIM card needs to support sending messages

      posted in Technical Discussion
      L
      lewis
    • RE: [Lilygo TTGO] From T-Display to T8

      T-DISPLAY uses ESP32
      T-DISPLAY-S2 uses ESP32-S2
      As shown in the figure below, in addition to the already used IO ports, you can freely allocate available IO ports

      75fd1dbd-a8a7-49a9-beeb-1094e1e35862-image.png

      posted in Technical Discussion
      L
      lewis