However, I’m now running into a new problem: the device never wakes up from hibernate after I assert the wake-up pin. It also doesn’t transition from CEREG:4 (not registered) to CEREG:5 (registered, home network), even after the wake-up signal.
Wake-up Procedure I Followed:
Assert the wake-up pin (set it high).
Wait for a +KCELLMEAS URC (or any sign of life from the modem).
But nothing happens — I don’t receive any URCs, and the modem stays stuck in CEREG:4.
Should I open a new issue to track this wake-up behavior, or is it okay to continue the discussion here?
It looks like the issue was caused by using AT+KCELLMEAS=0. Based on the command description, I assumed that mode 0, which provides standard cell coverage details, would result in the fastest URC response. Maybe I misunderstood how it works?
In any case, switching to AT+KCELLMEAS=1,35 solved the problem for me.
Yes, there is no problem with running an at cmd.
This is what I am following to set power configs.
No, not with this thread; I think it was more relevant to the PSM issue thread than this one.
btw, I checked the issue, and the modem sw version at that time was 5.5.8. it looks like that psm issue has existed since that version.