Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Sukaibin
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 11
    • Best 0
    • Groups 0

    Sukaibin

    @Sukaibin

    0
    Reputation
    1
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Sukaibin Unfollow Follow

    Latest posts made by Sukaibin

    • RE: TTGO TCALL SIM800L+SDCARD

      @sasetcolombia You need to use unused IO pins. For example the IO2、15、18、19....... This can be seen in the schematic diagram

      posted in Technical Discussion
      S
      Sukaibin
    • RE: LilyGo sim7000 DS18B20

      @jimh
      Hello, pins above 34IO can only be used as input

      posted in Technical Discussion
      S
      Sukaibin
    • RE: How to receive SMS with t-call

      @tcccorp 1. To set the local SMS center: AT+CSCA=""+ Press Enter, return OK. For details, consult your carrier.
      2. AT+CMGF=1: Set the SMS mode to TEXT.
      3.AT+CMGS="phone number"< enter >, set the receiver phone number, then return: ">",
      Send desired content, such as "Send Massage Test!" You don't need a carriage return at the end,
      After editing the SMS message, send the message in hexadecimal format 1A (1A is the key value of CTRL+Z, which tells the module to send the message.
      You can also send 1B, that is, "ESC" to cancel the operation.) After the sending is successful, the module returns +CMGS: 15 to confirm the successful sending.

      posted in Technical Discussion
      S
      Sukaibin
    • RE: T-sim7600E don't recognize SD card

      @papbo What is your current ESP32 version? Try upgrading?

      posted in Technical Discussion
      S
      Sukaibin
    • RE: LilyGo sim7000 Battery Management

      @jimh
      5V DC and USB can be recharged

      posted in Technical Discussion
      S
      Sukaibin
    • RE: T-Relay - How can I use on-board LED?

      @jpvonoy
      pinMode(25, OUTPUT);
      digitalWrite(25, LOW);

      posted in Technical Discussion
      S
      Sukaibin
    • T-echo Meshtastic firmware update

      The new firmware fix optimizes some features.

      Update button function
      T-ECHO操作图Mesh.png

      posted in Technical Discussion
      S
      Sukaibin
    • RE: LilyGo T-Call SIM800L board location issues

      reference

      posted in Technical Discussion
      S
      Sukaibin
    • RE: T-OI PLUS RISC-V ESP32-C3

      Yes, crystal burrs cause the problem.It has now been fixed in the latest version

      posted in Technical Discussion
      S
      Sukaibin
    • RE: LiLyGo Mini ePaper Core

      Hello, the code has been fixed. The ESP32 Pico option is available.

      posted in Common problems
      S
      Sukaibin