Hello,
It appears that da16200 automatically goes to DPM sleep when the connection to AP succeeds. Is there a way to prevent that? We need to send data right after the connection is established but the module goes to sleep and we have to wake it up. We are using DPM=1 on SDK 3.2.4.0.
We would like to keep da16200 after a successful connection to an AP. Is there a place in the AT application example we can modify to prevent this?
Thanks,
Konstantin
Hi Konstantin,Apologies for the delay.For you case you could use the commands below:
AT+CLRDPMSLPEXT /// before connected AT+SETDPMSLPEXT /// after connected
This sounds reasonable. We'll try that. Thanks!