frillip / averclock

Winter 2012/2013: Just an exercise in timers. Oh, it's a clock. It can be controlled via bluetooth for no reason.
http://frillip.com/
2 stars 0 forks source link

GPS support #8

Open frillip opened 11 years ago

frillip commented 11 years ago

Code to interpret GPS NMEA statements to determine current time.

Should be enabled or disabled via #define USE_GPS_CLOCK

Requires #5 , as PIC18F26K80 has an additional hardware serial.

frillip commented 10 years ago

Should also accept pulse per second input from GPS. Perhaps with #define USE_PPS ? Alternatively, maybe the code should support different clock sources via a define?

naggie commented 10 years ago

Perhaps it should choose the best it can find on bootup? So it listens for for the GPS adaptor, and if it can't find that just resort to normal?

frillip commented 10 years ago

After I've finished the various handlers.

Too much to complete in one step.