Page 1 of 1

EM406 Sleep/Power Save mode?

Posted: Mon Jun 13, 2011 1:11 pm
by __Tango
Hey folks.

I've got an EM406 and was wondering if there's a way to put it into sleep or some sort of powersave mode. I've got an app that will be running on an arduino that only needs power when in an actively "running" mode. The rest of the time, i need the arduino to stay running to monitor some low level activity, but i don't need or want the GPS (and some other peripherals) to be on and consuming battery power.

I looked here: http://www.sparkfun.com/datasheets/GPS/ ... Manual.PDF, but it seems limited in the information it gives and i didn't find anything.

I'm sure i could do this with a relay, but thought there might be a better way.

Thanks!

Re: EM406 Sleep/Power Save mode?

Posted: Sat Sep 24, 2011 7:28 am
by ezflyr
Hi,

The EM-406 module has no native "sleep" mode, so you need to switch the Vcc to the module. I did this with a p-channel MOSFET, and it works just fine. Keep in mind, though, that you'll need to wait a short while after power on for a valid GPS sentence.

John

Re: EM406 Sleep/Power Save mode?

Posted: Sat Sep 24, 2011 8:08 am
by __Tango
Thanks. That's good to know. I'll give that a shot.