DFRobot / DFRobot_SIM808

SIM808
MIT License
69 stars 56 forks source link

Every http request after the first fails #12

Closed romannick closed 6 years ago

romannick commented 6 years ago

So i am using SIM808 Module with Arduino Mega 2560.The problem is that every time the first POST or GET http request to my server is always successful, but all of the requests after the first one cannot be made.I am getting the fetch over... message.I am following the TCPConnection example.

danielkp1234 commented 5 years ago

@busternr Did you fix it im trying for mine to do a get request for submitting the long and latitude do you by any chance have that kind of code