diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-12-16 17:30:27 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-12-16 17:30:27 +0100 |
commit | 2a2f844a905ca15d4599ab277e757864b1175b66 (patch) | |
tree | a42c64b5cb4cf8b7e82438614dc45bcdf338d8ba /led | |
parent | b4a9c7ff8200f12e09cbf3d6ce97fee5ca03422d (diff) | |
download | sigrok-dumps-2a2f844a905ca15d4599ab277e757864b1175b66.tar.gz sigrok-dumps-2a2f844a905ca15d4599ab277e757864b1175b66.zip |
Add 5050RGBset LED strip dumps.
Diffstat (limited to 'led')
19 files changed, 41 insertions, 0 deletions
diff --git a/led/5050rgbset_led_strip/README b/led/5050rgbset_led_strip/README new file mode 100644 index 0000000..f09ecbe --- /dev/null +++ b/led/5050rgbset_led_strip/README @@ -0,0 +1,41 @@ +------------------------------------------------------------------------------- +5050RGBSet LED strip +------------------------------------------------------------------------------- + +This is a set of example captures of the signals on a controller for the +5050RGBSet LED strip. + +The signals were grabbed on a 14-pin SOIC chip (no markings). +The red/blue/green pins on the chip control the (R/G/B) LED color, the +SDA/SCL pins are connected to an Atmel AT24C02N EEPROM, and the IR pin is +directly connected to the wires leading to the IR remote receiver. + +Details: +http://www.komerci.de/shop/product_info.php?products_id=691&cPath=33_52 + + +Logic analyzer setup +-------------------- + +The logic analyzer used was a Saleae Logic (at 4MHz): + + Probe AVR ISP header + ------------------------- + 1 (black) Blue + 2 (brown) Green + 3 (red) Red + 4 (orange) SDA + 5 (yellow) SCL + 6 (green) IR + + +Data +---- + +The data contains various states and button presses, as noted in the filenames. + +The sigrok command line used was: + + sigrok-cli --driver fx2lafw -d samplerate=4mhz \ + -p 0=Blue,1=Green,2=Red,3=SDA,4=SCL,5=IR --time 2s -o <file> + diff --git a/led/5050rgbset_led_strip/led_strip_mode_fade.sr b/led/5050rgbset_led_strip/led_strip_mode_fade.sr Binary files differnew file mode 100644 index 0000000..c464826 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_mode_fade.sr diff --git a/led/5050rgbset_led_strip/led_strip_mode_flash.sr b/led/5050rgbset_led_strip/led_strip_mode_flash.sr Binary files differnew file mode 100644 index 0000000..320e692 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_mode_flash.sr diff --git a/led/5050rgbset_led_strip/led_strip_mode_smooth.sr b/led/5050rgbset_led_strip/led_strip_mode_smooth.sr Binary files differnew file mode 100644 index 0000000..5ede58e --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_mode_smooth.sr diff --git a/led/5050rgbset_led_strip/led_strip_mode_strobe.sr b/led/5050rgbset_led_strip/led_strip_mode_strobe.sr Binary files differnew file mode 100644 index 0000000..f3eaddf --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_mode_strobe.sr diff --git a/led/5050rgbset_led_strip/led_strip_red_brightness_max.sr b/led/5050rgbset_led_strip/led_strip_red_brightness_max.sr Binary files differnew file mode 100644 index 0000000..d8d0541 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_red_brightness_max.sr diff --git a/led/5050rgbset_led_strip/led_strip_red_brightness_min.sr b/led/5050rgbset_led_strip/led_strip_red_brightness_min.sr Binary files differnew file mode 100644 index 0000000..875a2cf --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_red_brightness_min.sr diff --git a/led/5050rgbset_led_strip/led_strip_red_press_fade.sr b/led/5050rgbset_led_strip/led_strip_red_press_fade.sr Binary files differnew file mode 100644 index 0000000..105add3 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_red_press_fade.sr diff --git a/led/5050rgbset_led_strip/led_strip_red_press_flash.sr b/led/5050rgbset_led_strip/led_strip_red_press_flash.sr Binary files differnew file mode 100644 index 0000000..3a27c88 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_red_press_flash.sr diff --git a/led/5050rgbset_led_strip/led_strip_red_press_off.sr b/led/5050rgbset_led_strip/led_strip_red_press_off.sr Binary files differnew file mode 100644 index 0000000..0cad53c --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_red_press_off.sr diff --git a/led/5050rgbset_led_strip/led_strip_red_press_on.sr b/led/5050rgbset_led_strip/led_strip_red_press_on.sr Binary files differnew file mode 100644 index 0000000..ecb9fb1 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_red_press_on.sr diff --git a/led/5050rgbset_led_strip/led_strip_red_press_smooth.sr b/led/5050rgbset_led_strip/led_strip_red_press_smooth.sr Binary files differnew file mode 100644 index 0000000..855fb6e --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_red_press_smooth.sr diff --git a/led/5050rgbset_led_strip/led_strip_red_press_strobe.sr b/led/5050rgbset_led_strip/led_strip_red_press_strobe.sr Binary files differnew file mode 100644 index 0000000..957e549 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_red_press_strobe.sr diff --git a/led/5050rgbset_led_strip/led_strip_switch_red_to_blue.sr b/led/5050rgbset_led_strip/led_strip_switch_red_to_blue.sr Binary files differnew file mode 100644 index 0000000..cd13b48 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_switch_red_to_blue.sr diff --git a/led/5050rgbset_led_strip/led_strip_switch_red_to_green.sr b/led/5050rgbset_led_strip/led_strip_switch_red_to_green.sr Binary files differnew file mode 100644 index 0000000..6527679 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_switch_red_to_green.sr diff --git a/led/5050rgbset_led_strip/led_strip_switch_red_to_red.sr b/led/5050rgbset_led_strip/led_strip_switch_red_to_red.sr Binary files differnew file mode 100644 index 0000000..c9854b2 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_switch_red_to_red.sr diff --git a/led/5050rgbset_led_strip/led_strip_switch_red_to_white.sr b/led/5050rgbset_led_strip/led_strip_switch_red_to_white.sr Binary files differnew file mode 100644 index 0000000..5a0fc7c --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_switch_red_to_white.sr diff --git a/led/5050rgbset_led_strip/led_strip_switch_red_to_yellow.sr b/led/5050rgbset_led_strip/led_strip_switch_red_to_yellow.sr Binary files differnew file mode 100644 index 0000000..6927fc1 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_switch_red_to_yellow.sr diff --git a/led/5050rgbset_led_strip/led_strip_switch_white_to_red.sr b/led/5050rgbset_led_strip/led_strip_switch_white_to_red.sr Binary files differnew file mode 100644 index 0000000..0b9a449 --- /dev/null +++ b/led/5050rgbset_led_strip/led_strip_switch_white_to_red.sr |