Navigation

    LILYGO

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

    elmsobirov

    @elmsobirov

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

    elmsobirov Unfollow Follow

    Latest posts made by elmsobirov

    • HTTP GET

      https://www.lilygo.cc/products/t-call-v1-4
      I want to get you guys full source code for this

      client.print(String("GET ") + resource + " HTTP/1.1\r\n");
      client.print(String("Host: ") + server + "\r\n");
      client.print("Connection: close\r\n\r\n");
      client.println();

      it is basically connects to server and works with relay module. https://youtu.be/J9ziYzmiW9I?si=YjWNLOmrC5ZIr9G6 here is information for nodemcu but i am having trouble to use this system to lilygo ttgo t-call sim800H 😞

      posted in Technical Discussion
      E
      elmsobirov