]> sigrok.org Git - sigrok-dumps.git/blame - dmx512/dmx4all_mini_usb_dmx/README
add NXP PCA9571 decoder test .sr dumpfiles
[sigrok-dumps.git] / dmx512 / dmx4all_mini_usb_dmx / README
CommitLineData
c2745d1f
UH
1-------------------------------------------------------------------------------
2DMX512-A
3-------------------------------------------------------------------------------
4
5This is a set of example captures of DMX512 packets from a USB
6interface (DMX4ALL Mini interface), driven by a lighting control
7software loaded with 10 basic dimmer fixtures located at DMX addresses
81, 2, 101, 102, 201, 202, 301, 302, 401 and 402.
9
10The signal was grabbed directly at the interface without any actual
11fixtures attached to the bus.
12
13Details:
14http://www.dmx512-online.com/packt.html
15http://www.erwinrol.com/dmx512/
16https://wiki.openlighting.org/index.php/DMX512-A
17
18
19Logic analyzer setup
20--------------------
21
22The logic analyzer used was a Saleae Logic (at various sample rates):
23
24 Probe 3-pin XLR DMX connector
25 -----------------------------------
26 0 DMX+ (3)
27 1 DMX- (2)
28
29The sigrok command line used was:
30
31 sigrok-cli --driver fx2lafw -c samplerate=<samplerate> --time 1s \
32 --channels '0=DMX,1=DMX Inverse' \
33 -o <samplerate>_all_<dmxvalue>.sr
34
35with <dmxvalue> being the dimmer level of all fixtures.
36
37Note: While "--time 1s" was used to create the files, they have
38retroactively been shortened to roughly 40ms each.
39