caiocgv / FotoRaceTimer

Foto Race timer is a millisecond precision timer based on two RTC modules sycronized that will measure the time between an start and a finish.
1 stars 0 forks source link

millisecond calculation can be somewhat imprecise #15

Open caiocgv opened 1 month ago

caiocgv commented 1 month ago

how to test it's precision?

loss of second change has already been solved by #3

caiocgv commented 1 month ago

develop a routine which will use millis as the main time keeping source and then will compare to the time registered on rtc after a given period

caiocgv commented 1 month ago

Getting the deviation between fototimers suggests that the actual precision lies in the range of tenths of a second instead of millis. To be confirmed