Hello,
I am using the Nordic SDK at v1.5.0, to create an application that runs on the Nordic nRF9160.
In the typical use case scenario, my application is mains powered and once per day is contacted by our remote TCP client, for a readout or sensor data.
However I noticed that when left unattended, after about 1h30 ~2h it appears to go into some sort of power saving (or sleep ?) mode, enters the Zephyr idle task and remains there.
It is also not reachable by our remote client.
I have disabled all power saving options for the modem part, so I do not understand why or how this could be occuring. As far as I can tell, there are no power related registers on the user CPU of the nRF9160 that can be configured to prevent this sleep mode.
So my question is, how can I prevent the application from going into power saving (or sleep) mode ?
Thanks in advance,
Nelson Gonçalves