Hi siem,
Sorry, maybe I should make it clear…
Please try below:
0) Setup:
AT!CUSTOM=“SIMLPM”,2 (disable SIM interface in LPM)
AT!RESET
- Command to activate LPM (AT+CFUN=4)
- Command to switch SIM (maybe you use GPIO? AT!DIO)
- Command to deactivate LPM (AT+CFUN=1)
For your question
- Enter and out of LPM does not involve module reboot, e.g. USB will remains active during the process.
- W_DISABLE is possible, you can also try AT+CFUN=x as mentioned.
- sleep is different from LPM, in which the most function (e.g. RF/SIM) is active in sleep mode.
In LPM, RF/SIM is disabled(if configured probably).
Thx.