NTPClient
NTPClient copied to clipboard
Connect to a NTP server
Is this framework applicable to ESP32? Or does it just support ESP8266? Is the ESP32 clock accurate?
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...
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.
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...
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...
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...
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...
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...