i use the MKR NB 1500 as a GPS Tracker. I get the Position via I2C from GPS, send it via MQTT to my Broker an then save the Values to an SQL DB.
Everything works fine until the board loses the connection due to a lack of network coverage.
How do I find out whether the modem still has an active, reliable connection to the network?
can you share the working example with TinyGSM? I'm working with these boards for month and still have problems with a stable connection which lasts for longer then a day.