Hello!
I have the Serial LTE code running on an NRF9160 DK and sending AT commands to publish data to MQTT broker.
It happens sometimes that the NRF9160 looses network connection and doesn't go back online. After I do a hardware reset he is back online. On the mosquito broker side I can see in the logs that basically the modem does not answer to the 60s pings sent, so it's offline. ( " 1621872110: Client trinity has exceeded timeout, disconnecting. " )
At the current moment I am doing hardware resets every hour to keep the modem online but I still get moments when between that hour interval the modem goes offline.
Any advice would be appreciated. I did put this partially into another topic ( devzone.nordicsemi.com/.../mqtt-return-error-after-24-hours ) but I though of opening a new topic dedicated to the network re-connection process of the nrf9160.
Thank you!