]> sigrok.org Git - libsigrokdecode.git/blame - dcf77/pollin_dcf1_module/README
Move DCF77 files to pollin_dcf1_module/ subdir.
[libsigrokdecode.git] / dcf77 / pollin_dcf1_module / README
CommitLineData
c39dd54f
UH
1-------------------------------------------------------------------------------
2DCF77
3-------------------------------------------------------------------------------
4
5This is a set of example captures of a DCF77 signal.
6
7Details:
8http://en.wikipedia.org/wiki/DCF77
9TODO
10
11
12Logic analyzer setup
13--------------------
14
15The logic analyzer used for capturing was a Saleae Logic.
16
17The logic analyzer probes were connected like this:
18
19 Probe DCF77 module
20 ------------------------
21 1 (black) PON
22 2 (brown) DATA
23 GND GND
24
25
26Data
27----
28
29The sigrok command line used was:
30
31 sigrok-cli -d 0:samplerate=1mhz --time 1800s \
32 -p '1=PON,2=DATA' -o dcf77_1800s.sr
33
34The time and samplerate varies, depending on the file.
35