Search found 2 matches
- Tue Jun 11, 2024 4:01 am
- Forum: ESP32 Arduino
- Topic: Getting detailed NTP Diagnostic data
- Replies: 1
- Views: 527
Getting detailed NTP Diagnostic data
I have recently been looking into syncing time on an esp32, and managed to follow some guides to get the esp32 to sync with NTP using configTime(). However, as I am looking to get milisecond accuracy timestamps, I was wondering if there was any way to get the detailed diagnostic data, e.g. Jitter, o...
- Mon Jun 10, 2024 9:52 am
- Forum: ESP32 Arduino
- Topic: How would one get detailed NTP/SNTP statistics?
- Replies: 0
- Views: 380
How would one get detailed NTP/SNTP statistics?
I am currently trying my hand at using NTP to sync up time on my esp32-s3, using WiFi and the "configTime()". As I was looking through it, I found that many Arduino Esp32 guides online only sync up to the seconds level, instead of ms or us which I am looking for. I managed to find a way to use getLo...