Hi all,
I've been recently working on PSM for my device, and I've not found any resources that answer my query or provide the knowledge I need.
From my reading in this article, #6.1.
Its suggested that a device can request a long TAU, and make a request to the network during this period. (Below Figure 2).
Ultimately, this is the exact flow I'm looking to implement, but it would require the processor to wake (every hour in my case) to make a reading from it's sensors, whilst the modem has a longer TAU (24 hours). If a certain criteria is met during the processor's hourly wake, it should send that data regardless of the pre-negotiated PSM settings.
I've read in a response to this post from Bjorn that the modem PSM cycle is tied to the power states described here.
Ultimately, I understand that the modem operates asynchronously to the processor, but I'm unsure if I'm able to explicitly have the processor process and sleep on a different cycle to the modem's PSM.
Sorry if this is a little unclear or misguided, its all a learning experience!
Thanks!