Related to the previous post, generically, I'm working on a GPSDO based on jrmiller's design:
http://www.jrmiller.demon.co.uk/projects/ministd/frqstd0.htmBut, being a computer guy by trade, I realized that if I've got a GPS running and serial out from it, I've got the source for a stratum 1 NTP server... but, I don't need the OCXO and PLL loop running for that, just the GPS (which shaves off about 200mA of power usage, plus heat).
So, I'm already going to put an arduino in the enclosure to give me an LED indication of when the GPS locks, as well as provide output to an LCD screen of date/time, and number of satellites in use. All that code I have working.
My question is, how (from the arduino) can I turn on/off the OCXO and PLL circuitry? The Arduino outputs max at about 40mA I believe, which isn't nearly enough to fire up the OCXO, which takes about 600mA or so on startup (it's an Isotemp 131-100, 5V CMOS OCXO). Maybe just a simple FET? Or should I look at something like Dave's latching soft switch design (
http://www.eevblog.com/2012/03/30/eevblog-262-worlds-simplest-soft-latching-power-switch-circuit/)? A relay seems overkill for just switching on and off 5V.
Thanks! Though, I guess this question probably means I should draw up a schematic...