You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you explain what function on 8266 you refer to here, i cant find any NTP functions in Arduino IDE or ? - could you point me to it :-)
With new improvements in sdk both for esp32 and esp8266, this library has become less usefull. Using internal functions of IDF or NonOS (esp8266) have several advantages and it is mandatory for certain scenarios, like using HTTPS with certificate<
another issue....
I have tried the NTPClientAvr example on a Arduino Mega 2560, and it sync to a wrong time 07:26:50 07/02/2036. Winter Time. unix: 2085982010 - (should be 31-03-2020 16:10). the unix time where taken with now(). it also seems really unstable.sometimes it doesn't sync and some time it stops syncing,
Only change from example is ethernet setup and NTP.begin("dk.pool.ntp.org", 1, true, 0);
Thanks in advance
The text was updated successfully, but these errors were encountered:
For ESP32 and ESP8266 you can use my new developed library https://github.com/gmag11/ESPNtpClient. Its use is very similar to this one but adds much higher sync accuracy and does not use external libraries.
Regarding AVR, I am not able to test neither AVR or MKR code as I do not own any board like that anymore. That's one of the reasons to stop developing this and move my effort to the new lib.
Could you explain what function on 8266 you refer to here, i cant find any NTP functions in Arduino IDE or ? - could you point me to it :-)
another issue....
I have tried the NTPClientAvr example on a Arduino Mega 2560, and it sync to a wrong time 07:26:50 07/02/2036. Winter Time. unix: 2085982010 - (should be 31-03-2020 16:10). the unix time where taken with now(). it also seems really unstable.sometimes it doesn't sync and some time it stops syncing,
Only change from example is ethernet setup and NTP.begin("dk.pool.ntp.org", 1, true, 0);
Thanks in advance
The text was updated successfully, but these errors were encountered: