Hi.
I tried power off Sim7000 with function modemPowerOff(), but I ran into such a problem that the LED goes out for a few seconds and then lights up again. I tried to shutdown the module using the command AT+CPOWD=1 and modem.sleepEnable(false) modem.poweroff(), but it produces the same result. I tested the code on two boards.
If i delet modem.init() led the LED doesn't even go out.
Hi. I tried power off Sim7000 with function modemPowerOff(), but I ran into such a problem that the LED goes out for a few seconds and then lights up again. I tried to shutdown the module using the command
AT+CPOWD=1
andmodem.sleepEnable(false) modem.poweroff()
, but it produces the same result. I tested the code on two boards. If i deletmodem.init()
led the LED doesn't even go out.