In my application i am interfacing BG95-M2 modem to Renesas MCU for mqtt application.
Actually i want to achieve Immediate PSM mode in my application.
For example: MCU send signal to goes into PSM mode then BG95 should go immediately into PSM mode and when MCU send Turn off PSM mode it should immediately turn off PSM mode.
I have tried following AT command:
Immediate PSM mode turn on:
"AT+CPSMS=1,"00111000","00000001" with that i am able to enter in PSM mode after 16-17 seconds.
PSM mode disable:
I used pon_trig interface to wake up modem and then send this command.
“AT+CPSMS = 0”
but sometimes modem is not waking up and if it waksp up it agian goes into PSM mode after some time.
Am i doing PSM handling in a wrong way ?
can anybody guide me where i am doing wrong.
I am using Vodafone easyconnect iot simcard.
My main aim is to put BG95 into PSM immediatly once microcnotroller send signal and wakes up once microcontroller send wake up signal.
hello @tabor.tang-Q
I have checked pon_trig voltage. seems fine. here is the update from my side.
i can enter only first time in PSM mode. wake up works fine. if i tried to enter into PSM again then it wont enter into PSM . i have to first write AT+CPSMS=0 then and then i can enter into psm. here is my at cmd list for PSM.
Can you share your view on this problem.
ENTER PSM:
AT+QCFG="psm/urc",1
AT+QCFG="psm/enter",1
"AT+CPSMS=1,"00111000","00000001"
EXIT_PSM:
wake up pulse on PON_TRIG
and then AT+CPSMS=0