I tried to use sim800 example on blynk and I am getting this issue. it seems it’s failing when trying to connect blynk.here is log. I also tried 8080 port. result is same. also I tried on local server and result same. can anyone had same issue ?
[9584]
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ \/ '_/
/____/_/\_, /_//_/_/\_\
/___/ v0.5.3 on Arduino
Give Blynk a Github star! => https://github.com/blynkkk/blynk-library
[9592] Modem init...
[10817] Connecting to network...
[17499] Network: AVEA
[17499] Connecting to internet ...
[24263] Connected to GPRS
[24325] Connecting to blynk-cloud.com:80
[30235] Connecting to blynk-cloud.com:80
[36116] Connecting to blynk-cloud.com:80
[38978] Connecting to blynk-cloud.com:80
which version of library and server ? I can connect my server with http client but I can’t connect my server from blynk. I don’t think due to operator but I will test when I found another operator sim.
If GSM/GPRS connection fails, it reconnects. On reboot of MCU I do have a power cycle of GSM modem programmed. But this all needs to be handled by code. Without handling reconnect only occurs when disconnected from server (in case of DDNS, for example)