Entering eDRX and PSM mode on the nRF9160

I was wondering how one might get the nRF9160 to enter the low power modes when making my own firmware? If possible could someone point me in the direction of an implementation of this in the examples perhaps?


Presumably, the Asset_tracker_v2 sample application would have such functionality in there somewhere?

Thanks in advance!

Parents Reply Children
  • Thank you very much for this, though I've got a follow up question in that with the asset_tracker_v2 application, the setting for PSM seems to be set to the maximum unit time (110 for bits 8-6) but that doesn't seem to be a very efficient way for the nRF9160 to sleep since by default, it seems to publish data to nRF Cloud every 2 minutes or so.

    Is there any way to confirm that the nRF9160 is indeed going into PSM mode?

    Additionally, is there a function to set the nRF9160 to go into PSM mode, or is that handled differently?

Related