]> sigrok.org Git - sigrok-dumps.git/blob - led/5050rgbset_led_strip/README
usb_power_delivery: Add new captures
[sigrok-dumps.git] / led / 5050rgbset_led_strip / README
1 -------------------------------------------------------------------------------
2 5050RGBSet LED strip
3 -------------------------------------------------------------------------------
4
5 This is a set of example captures of the signals on a controller for the
6 5050RGBSet LED strip.
7
8 The signals were grabbed on a 14-pin SOIC chip (no markings).
9 The red/blue/green pins on the chip control the (R/G/B) LED color, the
10 SDA/SCL pins are connected to an Atmel AT24C02N EEPROM, and the IR pin is
11 directly connected to the wires leading to the IR remote receiver.
12
13 Details:
14 http://www.komerci.de/shop/product_info.php?products_id=691&cPath=33_52
15
16
17 Logic analyzer setup
18 --------------------
19
20 The 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
32 Data
33 ----
34
35 The data contains various states and button presses, as noted in the filenames.
36
37 The 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