Questions tagged [ntpclient]
The ntpclient tag has no summary.
7 questions
0
votes
1
answer
3k
views
(Why is) getLocalTime() on ESP32 taking several seconds to complete successfully
This is a cross-post from https://github.com/espressif/arduino-esp32/discussions/8653 as it didn't yield any results there.
I noticed that getLocalTime() is consistently taking 5-10+ seconds to ...
3
votes
0
answers
2k
views
How to correctly synchronize time with NTP server?
I want to synchronize time with NTP server once in some time. I am using DOIT ESP32 DEVKIT V1, I tried with getLocalTime() function but it returned true even without wifi, but as I know without wifi ...
1
vote
0
answers
228
views
Exception 29 when trying to display NTP time on an LED
I'm currently working with a "WEMOS D1 R2 & mini" and am trying to call the time from an NTP server and display it onto an OLED display. I've been stuck on an error code that I can't ...
0
votes
1
answer
1k
views
Error using `NtpClientLib.h`
Since Core of ESP8266 upgraded to v.3.0 (now it is 3.0.2), I encounter errors using this library.
First, the deprecation of byte to uint8 (hoped that an upgrade of NTP lib to 3.0.2 beta will solve it )...