summaryrefslogtreecommitdiff
path: root/dcf77/README
diff options
context:
space:
mode:
Diffstat (limited to 'dcf77/README')
-rw-r--r--dcf77/README35
1 files changed, 0 insertions, 35 deletions
diff --git a/dcf77/README b/dcf77/README
deleted file mode 100644
index 0718715..0000000
--- a/dcf77/README
+++ /dev/null
@@ -1,35 +0,0 @@
--------------------------------------------------------------------------------
-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.
-