-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The files were provided by Fabian Stumpf <[email protected]> (thanks!) and are released into the public domain: http://article.gmane.org/gmane.comp.debugging.sigrok.devel/2139 Note: While "--time 1s" was used to create the files, they have retroactively been shortened to roughly 40ms each.
- Loading branch information
1 parent
4c99c5a
commit c2745d1
Showing
11 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
------------------------------------------------------------------------------- | ||
DMX512-A | ||
------------------------------------------------------------------------------- | ||
|
||
This is a set of example captures of DMX512 packets from a USB | ||
interface (DMX4ALL Mini interface), driven by a lighting control | ||
software loaded with 10 basic dimmer fixtures located at DMX addresses | ||
1, 2, 101, 102, 201, 202, 301, 302, 401 and 402. | ||
|
||
The signal was grabbed directly at the interface without any actual | ||
fixtures attached to the bus. | ||
|
||
Details: | ||
http://www.dmx512-online.com/packt.html | ||
http://www.erwinrol.com/dmx512/ | ||
https://wiki.openlighting.org/index.php/DMX512-A | ||
|
||
|
||
Logic analyzer setup | ||
-------------------- | ||
|
||
The logic analyzer used was a Saleae Logic (at various sample rates): | ||
|
||
Probe 3-pin XLR DMX connector | ||
----------------------------------- | ||
0 DMX+ (3) | ||
1 DMX- (2) | ||
|
||
The sigrok command line used was: | ||
|
||
sigrok-cli --driver fx2lafw -c samplerate=<samplerate> --time 1s \ | ||
--channels '0=DMX,1=DMX Inverse' \ | ||
-o <samplerate>_all_<dmxvalue>.sr | ||
|
||
with <dmxvalue> being the dimmer level of all fixtures. | ||
|
||
Note: While "--time 1s" was used to create the files, they have | ||
retroactively been shortened to roughly 40ms each. | ||
|