# DMX - Wired Input?

**URL:** <https://wled.discourse.group/t/dmx-wired-input/7695>\
**Category:** Questions\
**Created:** [March 6, 2023, 7:03pm UTC](https://wled.discourse.group/t/dmx-wired-input/7695 "2023-03-06T19:03:47Z")\
**Posts on this page:** 6\
**Page:** 1

<div class="post-metadata">

**Author:** ![Adam0x59](https://yyz2.discourse-cdn.com/free1/user_avatar/wled.discourse.group/adam0x59/32/4596_2.png) [@Adam0x59](https://wled.discourse.group/u/Adam0x59)\
**Post date:** [March 6, 2023, 7:03pm UTC](https://wled.discourse.group/t/dmx-wired-input/7695/1 "2023-03-06T19:03:47Z")

</div>

Hi,

I’m working on something that is primarily a wired DMX fixture.

**The Question**  
Is it currently possible to use WLED to receive DMX from a wired connection with a MAX485 receiver and an ESP32?

**Bonus Info (Some Context)**  
It’s four strips of 90 WS2812B LED’s. Currently i’m using an Arduino Nano to receive DMX. I’m using 90 channels, so 30 RGB ‘pixels’, this is then mapped and output to the LED array. This all works great, I don’t think the nano can manage all 512 channels but 360 works, I’ve only tested up to 360.

BUT I’ve been using WLED to ‘test’ the array and power supply setup, to minimise cables and effort. Now I’m thinking maybe the fixtures could have a WLED mode… Ideally the Arduino Nano can be replaced with the ESP32 the fixtures can be controlled via the app over wifi, then run in ‘Wired DMX Mode’ when they need to be controlled by ableton/soundswitch or some DMX controller.

If this doesn’t already exist looks like I have some work to do… Signal intergrity for live shows is a worry…

Thanks in advance,

Adam

---

<div class="post-metadata">

**Author:** ![ALDIY](https://yyz2.discourse-cdn.com/free1/user_avatar/wled.discourse.group/aldiy/32/2716_2.png) [@ALDIY](https://wled.discourse.group/u/ALDIY)\
**Post date:** [March 6, 2023, 10:18pm UTC](https://wled.discourse.group/t/dmx-wired-input/7695/2 "2023-03-06T22:18:50Z")

</div>

DMX in is not there yet

---

<div class="post-metadata">

**Author:** ![harueg](https://avatars.discourse-cdn.com/v4/letter/h/13edae/32.png) [@harueg](https://wled.discourse.group/u/harueg)\
**Post date:** [March 3, 2025, 4:20pm UTC](https://wled.discourse.group/t/dmx-wired-input/7695/3 "2025-03-03T16:20:05Z")

</div>

I had this made by a programmer, working quite nicely

---

<div class="post-metadata">

**Author:** ![Samayel](https://yyz2.discourse-cdn.com/free1/user_avatar/wled.discourse.group/samayel/32/9691_2.png) [@Samayel](https://wled.discourse.group/u/Samayel)\
**Post date:** [May 10, 2025, 12:44pm UTC](https://wled.discourse.group/t/dmx-wired-input/7695/4 "2025-05-10T12:44:22Z")

</div>

Hi everyone, I’m using an ETH01 (esp32) and I’m looking for information on which pins I should connect the MAX485 DMX converter to? There are some DMX input settings in the LED settings, but I can’t figure out which input pins are for the MAX485. Can anyone give me some advice? Or where do I define them?

---

<div class="post-metadata">

**Author:** ![harueg](https://avatars.discourse-cdn.com/v4/letter/h/13edae/32.png) [@harueg](https://wled.discourse.group/u/harueg)\
**Post date:** [May 11, 2025, 11:08am UTC](https://wled.discourse.group/t/dmx-wired-input/7695/5 "2025-05-11T11:08:29Z")

</div>

Hi  
In the code I had programmed it is GPIO 21.  
The setting is usermod " Filmbauten "  
It also reads a NTC 10k sensor at GPIO 35 to reduce the brightness by 5% for 1°C above 40°C.

[https://github.com/igiuliani/Filmbauten-StreetLamps-Receiver](https://github.com/igiuliani/Filmbauten-StreetLamps-Receiver)

---

<div class="post-metadata">

**Author:** ![Samayel](https://yyz2.discourse-cdn.com/free1/user_avatar/wled.discourse.group/samayel/32/9691_2.png) [@Samayel](https://wled.discourse.group/u/Samayel)\
**Post date:** [June 30, 2025, 9:46am UTC](https://wled.discourse.group/t/dmx-wired-input/7695/6 "2025-06-30T09:46:21Z")

</div>

> [@harueg](#):
>
> Hi  
> In the code I had programmed it is GPIO 21.  
> The setting is usermod " Filmbauten "  
> It also reads a NTC 10k sensor at GPIO 35 to reduce the brightness by 5% for 1°C above 40°C.

Hi, when I open the link, it just shows me a 404 error and the page did not found.
