]> sigrok.org Git - sigrok-dumps.git/commitdiff
rgb_led_ws281x: Add WS281x_RGBW Test Data
authorStefan <redacted>
Thu, 4 Jun 2020 11:59:17 +0000 (13:59 +0200)
committerSoeren Apel <redacted>
Sat, 18 Jul 2020 21:03:05 +0000 (23:03 +0200)
led/ws281x_rgbw/README [new file with mode: 0644]
led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.sr [new file with mode: 0644]

diff --git a/led/ws281x_rgbw/README b/led/ws281x_rgbw/README
new file mode 100644 (file)
index 0000000..92cd6e8
--- /dev/null
@@ -0,0 +1,19 @@
+-------------------------------------------------------------------------------
+WS281x-based RGBW LED Strip
+-------------------------------------------------------------------------------
+
+This is for testing purposes a short sequence for 4 LEDs showing different colors and values
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was a Saleae Clone (at 4MHz)
+
+
+Data
+----
+Decoded it shows:
+red (Led0: 0, Led1: 63, Led2: 127, Led3: 255)
+green (0, 63, 127, 255)
+blue (0, 63, 127, 255)
+white (0, 63, 127, 255)
diff --git a/led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.sr b/led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.sr
new file mode 100644 (file)
index 0000000..55ac2a7
Binary files /dev/null and b/led/ws281x_rgbw/ws281x_RGBW_4MHz_snippet.sr differ