no not really... It just felt better to make them a bit more rigid. (I used hot glue for that)
It was not much work and as the Nano 33 IoT will be my go-to MC it will make it easier to test and work with.
Ah. This is your clock: https://create.arduino.cc/projecthub/edr1924/dcf77-analyzer-clock-v2-0-c25404
I've seen it a few times in recent searches since I have been looking around and toying with the idea of building another DCF77 receiver, but this time from basic components (i.e. not using one of the pre-fabricated receiver modules). Anyway, a very nice project.
Thank you...! Unfortunately for some projects, a DCF receiver is not practical and the placement of an antenna is critical so I'm examining now the NTP/RTC combination.
Without tinkering NTP is not accurate within 1-2 seconds when received but that has been solved by taking into account the time fraction info.
experimenting DCF77 is a lot of fun! I did buy though a few high quality DCF antenna/receiver modules because I tried many cheaper ones and they were so much worse in performance...!
Considering only accuracy, GPS PPS is the best "bang for the buck". It's also the most accurate, even a cheap module can get you to within a few microseconds.
The typical Arduino NTP implementation is actually SNTP, it just asks for the time, without using any network delay compensation. True NTP does and it can improve over the typical 100-200ms network latency.
That true, GPS would be the best option but as I have wifi onboard why not use it... I have no room for a GPS receiver in the final setup.
I have corrected in the sketch for NTP delay and included the microsecond info returned by the NTP server so the seconds tick now within 50-100ms with my Radio controlled clock.