forked from Aircoookie/WLED-Docs
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
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,29 @@ | ||
--- | ||
title: DMX Input | ||
hide: | ||
# - navigation | ||
# - toc | ||
--- | ||
|
||
### DMX Input | ||
|
||
!!! info "Version Info" | ||
As of version v0.14.0-b25 MM-WLED supports DMX input via MAX485. This is great when ArtNet or e1.31/sACN over WIFI is not suitable | ||
|
||
#### features and limitations | ||
|
||
* one universe (512 channels) | ||
|
||
#### software setup | ||
|
||
For the DMX feature to work, you'll need to use the V4 build varients. | ||
|
||
#### hardware setup | ||
|
||
The DMX output required the use of a MAX485 transceiver connected to the pins defined in setup of the ESP in order to produce DMX input. | ||
|
||
For information about the use of DMX with ESP8266, you might like to read [this](https://robertoostenveld.nl/art-net-to-dmx512-with-esp8266/) tutorial by [Robert Oostenveld](https://robertoostenveld.nl/). Note this is just background information about the hardware and you do not need any of the code listed here when using WLED output. | ||
|
||
#### questions | ||
|
||
If you have further questions about this feature, you can reach me via github (@netmindz) or via WLED Discord (netmindz). |