Power Down Mode
- This topic has 3 replies, 3 voices, and was last updated 8 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Tagged: Power Down
Hi,
we are trying to make dragonfly module to go in deep power down mode. for this we followed the sequence for switching off radio as below,
Issue the AT#SHDN command.
2. Wait 30 seconds.
3. Power off or disconnect power.
but still the current consumed by module is 6.5mA, is there any way, that we can reduce this current further down to sub 1mA.
regards,
Kiran Dalvi
Kiran,
Here’s an example program that properly turns off the radio and puts the processor into STOP mode.
https://developer.mbed.org/teams/MultiTech/code/Dragonfly_Low_Power_Example/
Cheers,
Mike
Hello Mike,
Thanks for reply.
we have tried this program, and observation is that the board draws 6.5mA current even in sleep mode. one of the email that i had received from Multiconnect service engineers, claimed that the current drawn should be as low as 1-2mA, but we are not getting those results.
Any pointers will be really helpful.
thank you,
Kiran Dalvi
I’m having the same problem. Measuring currents of 4.5-5.5mA in STOP mode, using the low power example code:
https://developer.mbed.org/teams/MultiTech/code/Dragonfly_Low_Power_Example/
Where is this current going? The modem is off and the microcontroller is in STOP mode which should draw <100uA. Are there any suggestions to improve this?
Thanks