Skip to main content

Questions tagged [ntpclient]

Filter by
Sorted by
Tagged with
0 votes
1 answer
3k views

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

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

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

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 )...