SX/B - GPS Time & Date Display
Mike Cook
Posts: 829
I'm working on a project to control my pool pumps like the www.tightwatt.com timers do. These work great and are X10 compatible, however I wanted something I could tinker with! So this winter while these are controlling my pumps I'm working on a new pump controller project.
Part of the new controller will need a clock, I was going to use a DS1307, but did not want to 'Bloat' the controller code with a setup routine for the DS1307 chip. Since power consumption is not an issue at the moment, I decided to use the next best thing. A clock that sets it's self with no user interaction, a GPS receiver.
The attached code is a small program to display time from the www.allsurplus.net/Axiom GPS Receiver Module. Took parts of the program, listed here:
http://www.parallax.com/dl/src/prod/GISGPS.SXB
and modified for use in this program. Thought I would post this for anyone that might be interested.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Mike
Part of the new controller will need a clock, I was going to use a DS1307, but did not want to 'Bloat' the controller code with a setup routine for the DS1307 chip. Since power consumption is not an issue at the moment, I decided to use the next best thing. A clock that sets it's self with no user interaction, a GPS receiver.
The attached code is a small program to display time from the www.allsurplus.net/Axiom GPS Receiver Module. Took parts of the program, listed here:
http://www.parallax.com/dl/src/prod/GISGPS.SXB
and modified for use in this program. Thought I would post this for anyone that might be interested.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Mike
Comments
Ray
Since the pumps are outside that's where the controller will live, probably in a NEMA·enclosure. As for the GPS antenna that will be mounted on the enclosure,· so it can have a good view of the sky.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Mike
Post Edited (Mike Cook) : 9/18/2006 12:11:27 AM GMT