BC660 Light Sleep Mode

Can you please provide me a sample at commands to enter only Light Sleep Mode?
In that case is there a URC to notify the CPU?

Thanks
Dimitris

When the module’s modem enters the DRX/idle state, the module’s cpu can enter the Light sleep (some tasks enter the suspended state).But without any URC output, it is just a low-power mode of the mode

Hello and thanks for your answer
Can you also inform me about the necessary at commands that I must send to the module in orer to enter this mode?

Do I only have to send AT+QSCLK?

Can you also tell me the difference about the following URC’s
“ENTER PSM” and “ENTER DEEPSLEEP”. The Enter deepsleep is obvious but what about “ENTER PSM”? Can we say that the module is in light sleep mode when I get the “ENTER PSM” and don’t get the “ENTER DEEP SLEEP”?

Dimitris

PSM belongs to a network state. deepsleep requires that after the module enters PSM, the APP of the module is suspended and enters the sleep state
After camp on the network, the module needs to enter PSM first, and then enter Deepsleep; You can also enter Deepsleep mode via AT+CFUN=0
AT+QSCLK=1 is only used to enable the module to enter the deepsleep state, not immediately

Thanks
Can you please inform me about the 2 sets of AT commands I must send to the BC660 modem in order to
1.Enter only IDLE mode
1 Enter Deep Sleep mode

idle mode
AT+CEREG? if return +CEREG:0,1,then run
AT+CPSMS=0
AT+QSCLK=0
AT+CEDRXS=0,5

deepsleep mode
AT+CEREG? if return +CEREG:0,1,then run
AT+CEREG=5;+CEREG?
AT+CPSMS=1
AT+QSCLK=1
AT+CEDRXS=0,5
AT+QNBIOTEVENT=1,1
AT+QCFG=“dsevent”,1

Thanks for the reply
Ok about deep sleep.
Can you please provide me with the AT commands to enter light sleep mode?

Dimitris

light sleep mode
AT+CEREG? if return +CEREG:0,1,then run
AT+CPSMS=0
AT+QSCLK=2
AT+CEDRXS=0,5