Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    HTTP GET

    Technical Discussion
    1
    1
    93
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      elmsobirov last edited by

      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 😞

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors