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/5050rgbset_led_strip/README | |
parent | b4a9c7ff8200f12e09cbf3d6ce97fee5ca03422d (diff) | |
download | sigrok-dumps-2a2f844a905ca15d4599ab277e757864b1175b66.tar.gz sigrok-dumps-2a2f844a905ca15d4599ab277e757864b1175b66.zip |
Add 5050RGBset LED strip dumps.
Diffstat (limited to 'led/5050rgbset_led_strip/README')
-rw-r--r-- | led/5050rgbset_led_strip/README | 41 |
1 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> + |