Git Product home page Git Product logo

Comments (10)

gmag11 avatar gmag11 commented on July 17, 2024

I'm testing with latest ESP8266 Arduino core. Could you copy some debug output here?
Do you have any problem during compilation?

from ntpclient.

Tirantet avatar Tirantet commented on July 17, 2024

I report the same issue, my project crash with new version.
If I downgrade the library to 2.0.5 all works as expected.

I use ESP12F

from ntpclient.

matmay avatar matmay commented on July 17, 2024

from ntpclient.

Tirantet avatar Tirantet commented on July 17, 2024

My project compiles perfect, but when run and the "NTP loop" routine executes, the module is halted with a exception.

While the module is not connected to Internet works, but if the module get connection in this moment (NTP loop detect connection)... crash

from ntpclient.

bill-orange avatar bill-orange commented on July 17, 2024

Even running with board manager 2.30, I had to add the following line to loop to get it to work No compile problems, however. This was not necessary in ver. 2.0 of the library

while (actualTime == 0) actualTime = (NTP.getTime());

from ntpclient.

gmag11 avatar gmag11 commented on July 17, 2024

I'm not able to reproduce such behaviour. Please, enable DEBUG log and copy the result and your code here. Thanx.

from ntpclient.

bill-orange avatar bill-orange commented on July 17, 2024

It may be a while before I can run with debug. Here is the code. Sorry about the size but if I give you fragments, I might leave out something important.

from ntpclient.

gmag11 avatar gmag11 commented on July 17, 2024

@bill-orange , I've deleted the link in your message. It seems you made a mistake selecting what to share.

from ntpclient.

bill-orange avatar bill-orange commented on July 17, 2024

@gmag11 Sorry about that!

https://1drv.ms/u/s!AmXKqAwyCrbxh-RiHb21AnxtNBU7vA

Here's what it does.

http://orangecaweather.duckdns.org:8021/

The idea is to get actual temperature from a sensor, wunderground actual temperature, wunderground future temperatures and make a very accurate local short term forecast. I use NTPclientLib to get a unix time mark each data point. The referenced code runs fine with ver 2.05 but with no changes ver 2.5 gives zeros after 12 - 24 hours. Once it starts delivering zeros, it never recovers.

**Edit ** It also appears that when testing with the ver. esp8266 2.3 core that FTP is nearly blocked using the ver. 2.5 library. Odd.

from ntpclient.

gmag11 avatar gmag11 commented on July 17, 2024

You are doing many NTP.getTime() calls in your code. Normally you should not do that. NTPClientLib aims to synchronize time from a NTP server. All time keeping is done in TimeLib library that NTPClientLib uses.

To get Unix time you should call now() instead.

from ntpclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.