Radio Time DCF77

From Visuino
Revision as of 03:11, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoDCF77.png == Summary == Receives and decodes longwave time signals from the DCF77 radio station to provide accurate date and time. == Description == The DCF77 component synchronizes system time using the German DCF77 longwave time signal (broadcast at 77.5 kHz from Mainflingen, near Frankfurt). DCF77 carries highly accurate time information derived from atomic clocks, including date, time, and daylight saving adjustments. This component is especially...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoDCF77.png

Summary

Receives and decodes longwave time signals from the DCF77 radio station to provide accurate date and time.

Description

The DCF77 component synchronizes system time using the German DCF77 longwave time signal (broadcast at 77.5 kHz from Mainflingen, near Frankfurt). DCF77 carries highly accurate time information derived from atomic clocks, including date, time, and daylight saving adjustments.

This component is especially useful when internet-based synchronization (e.g., NTP) is unavailable, providing a reliable offline source of precise time. It is commonly used in:

Embedded and Arduino projects requiring autonomous real-time accuracy

Clocks and timing systems that must run without internet access

Industrial and scientific equipment needing radio-based synchronization

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • On Rising Edge – Boolean; if True, signal decoding is triggered on rising edges of the input signal (default: False → falling edge).
  • Time Zone Offset (H) – Integer; time zone adjustment in hours relative to UTC.

Pins

  • Data – Digital input receiving the DCF77 signal.
  • Out – Date/Time output synchronized with the decoded DCF77 signal.