imjasonh / ideas

A place for me to file issues against myself for things I want to build when I'm bored
5 stars 0 forks source link

Raspberry Pi GPS digital clock #103

Open imjasonh opened 2 years ago

imjasonh commented 2 years ago

A long long time ago (like 6 years!) I made a little clock from an Arduino, some seven-segment displays, and a GPS unit that displayed the current number of seconds since the Unix epoch. It was fun because it got the time from GPS, so it never needed to be set.

It worked okay, looked terrible, and was kinda fun. Eventually it gathered enough dust that I gave it away to someone to actually use.

Well now I want to make it again, probably with a Raspberry Pi Pico, and as an excuse to learn some embedded Rust.

Shopping list:

If I'm feeling smart I could add a button that toggles between Unix timestamp, lat/long, elevation, etc., who knows what else.

imjasonh commented 8 months ago

https://www.youtube.com/watch?v=SNqm5T5syTM

https://mitxela.com/projects/precision_clock_mk_iii

Similar idea, but showing an ISO timestamp, with the goal of being as precise and accurate as possible.