Arduino RTC Time Tracker
- Channel ID: 483394
- Author: bpowell2008
- Access: Public
Tracking drift in time with an ATMega328 acting as the RTC (using 32.768 kHz crystal)
arduino, atmega328p, rtc, 32.768, clock, temperature, accuracy
arduino, atmega328p, rtc, 32.768, clock, temperature, accuracy
The arduino outputs serial every second...a Python app receives that, and notes the PC time (Microseconds)...all things being equal, the Arduino should send the time to the PC at (or around) the same Microsecond offset all the time. If the number drops, it means the Arduino is running fast...if the microsecond offset increases, the Arduino is running slow.
My target for accuracy is < 1PPM.