]> sigrok.org Git - sigrok-dumps.git/blame - led/5050rgbset_led_strip/README
usb_power_delivery: Add new captures
[sigrok-dumps.git] / led / 5050rgbset_led_strip / README
CommitLineData
2a2f844a
UH
1-------------------------------------------------------------------------------
25050RGBSet LED strip
3-------------------------------------------------------------------------------
4
5This is a set of example captures of the signals on a controller for the
65050RGBSet LED strip.
7
8The signals were grabbed on a 14-pin SOIC chip (no markings).
9The red/blue/green pins on the chip control the (R/G/B) LED color, the
10SDA/SCL pins are connected to an Atmel AT24C02N EEPROM, and the IR pin is
11directly connected to the wires leading to the IR remote receiver.
12
13Details:
14http://www.komerci.de/shop/product_info.php?products_id=691&cPath=33_52
15
16
17Logic analyzer setup
18--------------------
19
20The logic analyzer used was a Saleae Logic (at 4MHz):
21
22 Probe AVR ISP header
23 -------------------------
24 1 (black) Blue
25 2 (brown) Green
26 3 (red) Red
27 4 (orange) SDA
28 5 (yellow) SCL
29 6 (green) IR
30
31
32Data
33----
34
35The data contains various states and button presses, as noted in the filenames.
36
37The sigrok command line used was:
38
39 sigrok-cli --driver fx2lafw -d samplerate=4mhz \
40 -p 0=Blue,1=Green,2=Red,3=SDA,4=SCL,5=IR --time 2s -o <file>
41