]> sigrok.org Git - sigrok-dumps.git/commitdiff
example dumps for CC1101
authorMarco <redacted>
Thu, 28 Mar 2019 09:38:50 +0000 (10:38 +0100)
committerUwe Hermann <redacted>
Thu, 28 Mar 2019 19:06:48 +0000 (20:06 +0100)
spi/cc1101/README [new file with mode: 0644]
spi/cc1101/cc1101-burst-read.sr [new file with mode: 0644]
spi/cc1101/cc1101-burst-write.sr [new file with mode: 0644]
spi/cc1101/cc1101-command-strobe.sr [new file with mode: 0644]
spi/cc1101/cc1101-read-write.sr [new file with mode: 0644]

diff --git a/spi/cc1101/README b/spi/cc1101/README
new file mode 100644 (file)
index 0000000..98a9b58
--- /dev/null
@@ -0,0 +1,34 @@
+-------------------------------------------------------------------------------
+CC1101
+-------------------------------------------------------------------------------
+
+This directory contains captures of the communication between a CC1101
+transceiver, connected to an AVR microcontroller, and another transceiver.
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was a Saleae Logic clone (at 16 MHz):
+
+  Probe           CC1101
+  ----------------------
+  0               MOSI
+  1               CLK
+  2               MISO
+  3               GDO2 (general purpose output 2 of CC1101)
+  4               GDO0 (general purpose output 0 of CC1101, used as interrupt
+                        signal from CC1101 to AVR microcontroller, active low)
+  5               CS, active low
+
+
+Data
+----
+
+The sigrok command line used was:
+
+  $ sigrok-cli.exe -d fx2lafw --config "samplerate=16 MHz" --time 1s \
+                   --channels D0=MOSI,D1=CLK,D2=MISO,D3=GDO2,D4=GDO0,D5=CS \
+                   --triggers CS=f \
+                   -P spi:clk=CLK:mosi=MOSI:miso=MISO:cs=CS,cc1101
+
diff --git a/spi/cc1101/cc1101-burst-read.sr b/spi/cc1101/cc1101-burst-read.sr
new file mode 100644 (file)
index 0000000..09e9c9a
Binary files /dev/null and b/spi/cc1101/cc1101-burst-read.sr differ
diff --git a/spi/cc1101/cc1101-burst-write.sr b/spi/cc1101/cc1101-burst-write.sr
new file mode 100644 (file)
index 0000000..93ced35
Binary files /dev/null and b/spi/cc1101/cc1101-burst-write.sr differ
diff --git a/spi/cc1101/cc1101-command-strobe.sr b/spi/cc1101/cc1101-command-strobe.sr
new file mode 100644 (file)
index 0000000..7259502
Binary files /dev/null and b/spi/cc1101/cc1101-command-strobe.sr differ
diff --git a/spi/cc1101/cc1101-read-write.sr b/spi/cc1101/cc1101-read-write.sr
new file mode 100644 (file)
index 0000000..b30dace
Binary files /dev/null and b/spi/cc1101/cc1101-read-write.sr differ