diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-10 20:03:45 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-10 20:03:45 +0100 |
commit | 940bdad74dd3dd6f0e2fba4a97efbd60bcfe14e2 (patch) | |
tree | 65935cbb2cee45341c9841f3b96c8572d2187ab8 /dcf77/pollin_dcf1_module | |
parent | c39dd54fd02a1563b9c7811c8e33c0c02c12c359 (diff) | |
download | sigrok-dumps-940bdad74dd3dd6f0e2fba4a97efbd60bcfe14e2.tar.gz sigrok-dumps-940bdad74dd3dd6f0e2fba4a97efbd60bcfe14e2.zip |
Move DCF77 files to pollin_dcf1_module/ subdir.
Diffstat (limited to 'dcf77/pollin_dcf1_module')
-rw-r--r-- | dcf77/pollin_dcf1_module/README | 35 | ||||
-rw-r--r-- | dcf77/pollin_dcf1_module/dcf77_120s.sr | bin | 0 -> 98685 bytes | |||
-rw-r--r-- | dcf77/pollin_dcf1_module/dcf77_1800s.sr | bin | 0 -> 1756421 bytes | |||
-rw-r--r-- | dcf77/pollin_dcf1_module/dcf77_20s.sr | bin | 0 -> 19925 bytes | |||
-rw-r--r-- | dcf77/pollin_dcf1_module/dcf77_480s.sr | bin | 0 -> 684383 bytes | |||
-rw-r--r-- | dcf77/pollin_dcf1_module/dcf77_480s_interrupted.sr | bin | 0 -> 468519 bytes |
6 files changed, 35 insertions, 0 deletions
diff --git a/dcf77/pollin_dcf1_module/README b/dcf77/pollin_dcf1_module/README new file mode 100644 index 0000000..0718715 --- /dev/null +++ b/dcf77/pollin_dcf1_module/README @@ -0,0 +1,35 @@ +------------------------------------------------------------------------------- +DCF77 +------------------------------------------------------------------------------- + +This is a set of example captures of a DCF77 signal. + +Details: +http://en.wikipedia.org/wiki/DCF77 +TODO + + +Logic analyzer setup +-------------------- + +The logic analyzer used for capturing was a Saleae Logic. + +The logic analyzer probes were connected like this: + + Probe DCF77 module + ------------------------ + 1 (black) PON + 2 (brown) DATA + GND GND + + +Data +---- + +The sigrok command line used was: + + sigrok-cli -d 0:samplerate=1mhz --time 1800s \ + -p '1=PON,2=DATA' -o dcf77_1800s.sr + +The time and samplerate varies, depending on the file. + diff --git a/dcf77/pollin_dcf1_module/dcf77_120s.sr b/dcf77/pollin_dcf1_module/dcf77_120s.sr Binary files differnew file mode 100644 index 0000000..945c20d --- /dev/null +++ b/dcf77/pollin_dcf1_module/dcf77_120s.sr diff --git a/dcf77/pollin_dcf1_module/dcf77_1800s.sr b/dcf77/pollin_dcf1_module/dcf77_1800s.sr Binary files differnew file mode 100644 index 0000000..09d9f36 --- /dev/null +++ b/dcf77/pollin_dcf1_module/dcf77_1800s.sr diff --git a/dcf77/pollin_dcf1_module/dcf77_20s.sr b/dcf77/pollin_dcf1_module/dcf77_20s.sr Binary files differnew file mode 100644 index 0000000..9f141fc --- /dev/null +++ b/dcf77/pollin_dcf1_module/dcf77_20s.sr diff --git a/dcf77/pollin_dcf1_module/dcf77_480s.sr b/dcf77/pollin_dcf1_module/dcf77_480s.sr Binary files differnew file mode 100644 index 0000000..8a79890 --- /dev/null +++ b/dcf77/pollin_dcf1_module/dcf77_480s.sr diff --git a/dcf77/pollin_dcf1_module/dcf77_480s_interrupted.sr b/dcf77/pollin_dcf1_module/dcf77_480s_interrupted.sr Binary files differnew file mode 100644 index 0000000..d5c6f44 --- /dev/null +++ b/dcf77/pollin_dcf1_module/dcf77_480s_interrupted.sr |