NTPClient icon indicating copy to clipboard operation
NTPClient copied to clipboard

Connect to a NTP server

Results 102 NTPClient issues
Sort by recently updated
recently updated
newest added

Is this framework applicable to ESP32? Or does it just support ESP8266? Is the ESP32 clock accurate?

This might be a longshot before I replace this library but hey maybe someone here have some clues. I'm using the latest version of this library in various projects. This...

type: imperfection

I am using the NTPClient on a Wemos D1 Mini (ESP8266). On occasion, my code is detecting that the return from NTPClient.update() then NTPClient.getEpochTime() has jumped an hour. I have...

Why there is two independed ntpclient libraries? Join it. In the second library is function called "getFormattedDate()". Look there: https://github.com/taranais/NTPClient/blob/master/NTPClient.cpp R.

type: enhancement

In my application NTPClient is used to get time for logging and displaying IOT events. We expect device to display IOT data through local webserver even without internet. But there...

type: enhancement
topic: code

When a NTP request is sent, it may take several milliseconds to retrieve the response. This commit changes the NTPClient::update() behaviour to asynchronous allowing a NTP request to be sent...

topic: code

Hi, Can you change the program that has delay (10) in waiting for NTP data and use millis() instead. So that our interrupt in the main program will not be...

I was seeing weird issues following an unrelated failed OTA update where the NTP update() call would block the `loop()` method for 1024ms whilst packets timed out despite seeing replies...

topic: code

how to retrieve dayOfWeek, day, month, year? (either using Unix time string or via extra functions, feat time zone offsets) an example sketch shipping with this lib would be highly...

type: enhancement
topic: documentation

Today i needed formatted result only on HHmm, so i modified the get formatted metodhs. So if you agree it is a good idea create a new constructor whit a...

type: enhancement
topic: code