How to get microsecond precision over NTP #2443
Unanswered
LordOfDeadbush
asked this question in
Q&A
Replies: 1 comment 1 reply
-
NTP can, at best, give milliseconds precision. This involves determining and accounting for the round-trip times, and they vary a lot if you are connecting to a NTP server over the internet. Note also that most implementations are of SNTP, not NTP. SNTP use the same protocol but with a compatible but simpler packet format. References: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was wondering if it is possible to get the time in microseconds with an NTP sync?
I've been looking at the docs and it seems that I can only get precision to the second.
Been using this for reference:
https://arduino-pico.readthedocs.io/en/latest/wifintp.html
Beta Was this translation helpful? Give feedback.
All reactions