Hi!
I can't find a detailed technical description of the following points of the AssetTracker v2 application. Some description, explanation, details will be appreciated.
1. Connection management (connection/disconnection behavior). Does the app stay offline most of the time? Is the modem switched off during this offline periods? Or is it in some sleep mode (e.g., PSM)? What is the algorithm of connection management (including reconnections in case of a network lost)?
In the docs, I see "If the modem module receives an APP_EVT_LTE_DISCONNECT
event, it instructs the modem to detach from the network". But I don't see this event to actually appear (neither in the code, nor in the logs).
2. Power management, going to sleep. It's declared that the application sleeps most of the time. But I don't see anything clear about going to sleep neither in the app's code, nor in the logs. I would be glad to know some technical details of how it works.
Thank you!