Electrical – How to wake up SIM800 module from sleep, after entering sleep mode 2 (AT+CSCLK=2)

gsmsim900sleep

I want my SIM800 module (I interfaced it with Arduino Uno) to enter sleepmode-2 (I used AT+CSCLK=2 command). My question is, how do I wake it up from sleep? I tried giving various AT commands but I cannot see anything on the Arduino Terminal.

Best Answer

Got it working with AT+CSCLK=2. Module wakes up with AT commands sent to the serial port of the module. No interaction with DTR pin except it needs to be high.