Hello; everything works fine with my Arduino Leonardo with SIM800 included. But if somehow, it disconnect to the gprs network, arduino keeps trying to reconnect to my server over and over; i need it to detect its a grps issue and try to reconnect to network. Yes, i check and my server is running; When i reboot it, everything comes to normal again. But if this happens again, we can’t be rebooting device.
[76867568] Connecting to 128.122.181:8080
2027 <- Counter i print on BlynkArduinoClient.h to know how retries we have…
[76872569] Connecting to 128.122.181:8080
2028
[76877571] Connecting to 128.122.181:8080
How can he denotare a gsm reconnect in some timeout. We see the gprs led not blinking fast so we know we are offline the gprs network. Any idea? thanks.