SIM7600 Module: "Connect socket failed" error after several successful HTTP requests

160 Views Asked by At

I'm using a SIM7600 module with an Arduino for cellular communication. I can successfully make a few HTTP requests using AT commands (AT+HTTPINIT, AT+HTTPPARA, AT+HTTPACTION), but after successful 5 request, I consistently get error code 714 "Connect socket failed" error.

Always work for first 5 requests only then I should restart the module to make it work again .

Here's how I'm using the AT+HTTPPARA command:

AT+HTTPINIT
AT+HTTPPARA="URL","http://test.com"
AT+HTTPACTION=0

I've tried adding delays and monitoring responses, but the issue persists. Has anyone faced a similar problem with the SIM7600 or a similar module? Any advice on how to troubleshoot and resolve this issue would be appreciated.

Thanks!

0

There are 0 best solutions below