{"id":369,"date":"2017-02-18T13:50:22","date_gmt":"2017-02-18T13:50:22","guid":{"rendered":"http:\/\/www.inguardians.com\/?p=66"},"modified":"2018-11-30T21:05:54","modified_gmt":"2018-11-30T21:05:54","slug":"the-ultimate-arduino-gps-clock-uagc-part-1","status":"publish","type":"post","link":"https:\/\/zed.inguardians.com\/blog\/the-ultimate-arduino-gps-clock-uagc-part-1\/","title":{"rendered":"The Ultimate Arduino GPS Clock (UAGC) – Part 1"},"content":{"rendered":"
Original Post Author: Tom Liston [Twitter: @tliston<\/a>] Doing a Google search<\/a> for “arduino GPS clock” turns up more than a few other projects that use the time information found within the NMEA data<\/a>\u00a0provided by a GPS signal to display the current time and date. So… while this is Yet Another Arduino GPS Clock (YAAGC), I hope that some of the additional programming I\u2019ve done will serve to set it apart from the rest. Additionally, my goal in writing this multi-part blog post is to fully document both the process of building the electronics and the development of the software. I hope to give you \u2013 the reader \u2013 a step-by-step process explaining the development of the hardware and software for this project, So, what is it that sets my “Arduino GPS Clock” apart from the myriad of others on the ‘net? Well, I started off with the basics that any of these projects have:<\/p>\n If you look around, you\u2019ll find that “laundry list” describes pretty much all of the arduino\/GPS clock projects on the \u2018net. But once I got all of that basic stuff working, I took a hard look at what I considered to be the biggest shortcoming of the “standard” clock design: they don\u2019t display local time.<\/p>\n For the most part, these clocks simply act to monitor and display the information contained within the NMEA data output by the GPS module. Most of the time that means that the clock displays UTC time, rather than local time \u2013 so that was the first thing I fixed. Unfortunately, here in the U.S., transitioning the project to “local”; time also entails dealing with the problem of Daylight Saving Time<\/a> (DST).<\/p>\n
\nOriginal Date Published: 11 June 2013<\/p>\n
\nbut I also hope to be able to teach you some interesting stuff along the way. For instance \u2013 if you don\u2019t know what NMEA data<\/a> is all about, you\u2019ll learn \u2013 I promise.<\/p>\n\n
\n