Blynk Getting disconnect from server when Call Number

Use titygo module i.e. Esp32+7600G module;
Blynk heartbeat is set to 60, and the gsm rx buffer is 1024.
I connected to Blynk using the Gsm network and it sent the senors value to the server using the timer function properly and a good network connection but when I do call the number, it disconnects from the Blynk server and I get a message like connecting to Blynk server and retrying… So what’s the issue is that… Is the 7600G can handle multiple concurrent connections… or is it code fault…
Thanx : )

This Kind of Blynk Log After the call it disconnects. I think it’s due to sim7600 not handling concurrent connections or May be due to the switch of the band from the internet to call the band. I handle this using Blynk disconnect then after call connect but still sometimes it does not work…

-----------------------------------------
Temperature: 70.34   Humidity: 48.00   heatIndex: 226.74
Set temp19.00   Set hum: 74.00
------------------------------------------
SMS+xxxxxxxxxx
T=70.34; H=48.00 
Ts=19.00 Hs=74.00 https://www.google.com/maps?q=xx,xxx
Call Done
i will try Blynk.connect [488199] Connecting to sgp1.blynk.cloud:80
[488238] Connecting to sgp1.blynk.cloud:8080
[493198] Connecting to sgp1.blynk.cloud:80
[493234] Connecting to sgp1.blynk.cloud:8080
[498200] Connecting to sgp1.blynk.cloud:80
[498239] Connecting to sgp1.blynk.cloud:8080
Temperature: 71.06   Humidity: 48.00   heatIndex: 232.77
Set temp19.00   Set hum: 74.00
------------------------------------------
i will try Blynk.connect [503200] Connecting to sgp1.blynk.cloud:80
[503237] Connecting to sgp1.blynk.cloud:8080
[508202] Connecting to sgp1.blynk.cloud:80
[508240] Connecting to sgp1.blynk.cloud:8080
[513203] Connecting to sgp1.blynk.cloud:80
[513241] Connecting to sgp1.blynk.cloud:8080
[518205] Connecting to sgp1.blynk.cloud:80
[518244] Connecting to sgp1.blynk.cloud:8080
c=========================4
Temperature: 70.34   Humidity: 48.00   heatIndex: 226.74
Set temp19.00   Set hum: 74.00
------------------------------------------
i will try Blynk.connect [524192] Connecting to sgp1.blynk.cloud:80
[526194] Connecting to sgp1.blynk.cloud:8080
[529197] Connecting to sgp1.blynk.cloud:80
[531199] Connecting to sgp1.blynk.cloud:8080
[534202] Connecting to sgp1.blynk.cloud:80
[536204] Connecting to sgp1.blynk.cloud:8080
[539207] Connecting to sgp1.blynk.cloud:80
[541209] Connecting to sgp1.blynk.cloud:8080
[544213] Connecting to sgp1.blynk.cloud:80
[545243] Connecting to sgp1.blynk.cloud:8080
Temperature: 70.52   Humidity: 48.00   heatIndex: 228.24
Set temp19.00   Set hum: 74.00
------------------------------------------
I will try Blynk.connect [548229] Connecting to sgp1.blynk.cloud:80

Also is there a way to connect Blynk to LTE as I see in debug it connects to GPRS

[66942] Modem init...
[67031] Connecting to network...
[67061] Network: Home
[67062] Connecting to mnet ...
[67194] Connected to GPRS
[67272] Connecting to blynk.cloud:80
[67810] Redirecting to sgp1.blynk.cloud:80
[67832] Connecting to sgp1.blynk.cloud:80
[67869] Connecting to sgp1.blynk.cloud:8080
[68749] Ready (ping: 310ms).

This Problem I solved this Using the different SimCard that supports IoT devices.
When we do call the modem changes the network GPRS to calling network band and hence after the call hangup it doesn’t switch fast so it won’t connect but in IoT sims, this will happen fast and get connected.
Also, some Sims don’t like this way of switching the network and hence it may take time. .
This is based on my experience.

1 Like