connornishijima / Lixie-arduino

Edge-lit Nixie-like display for Arduino! (Library for 2016 Lixie display, *not Lixie II*)
GNU General Public License v3.0
93 stars 36 forks source link

NTP Clock Issue #23

Open WayneS519 opened 3 months ago

WayneS519 commented 3 months ago

I have been using the Lixie library downloaded through the Arduino library manager at version 1.3.0 and driving 6 Lixie displays using the NTP Clock sketch. During this time the clock has worked great with no issues. I recently updated the Lixie library downloaded through the Arduino library manager at version 1.4.0 and updated my clock.

I flashed the sketch successfully to my generic ESP8266 controller and when looking at the serial monitor i get the following IP number assigned by DHCP is 192.168.10.183 Starting UDP Local port: 8888 waiting for sync Transmit NTP Request us.pool.ntp.org: 162.159.200.1 Receive NTP Response but the clock doesn't display the time. If i change the Arduino library back to the 1.3.0 version and apply the same changes and flash that the clock functions exactly as expected. The sketches appear to be the exact same so im guessing this issue is a result of a change of another file in the library during the version update.

1 2

iamchtan commented 1 month ago

I have the exact same issue and was scratching my head what could be happening. Thanks for your information.