Skip to content

An example on how to send dmx over a max485 with an ESP8622 and ESP32.

Notifications You must be signed in to change notification settings

cansik/esp-dmx-max485

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 / ESP32 to DMX over MAX485

An example on how to send dmx over a max485 with an ESP8266 or ESP32.

Important

The library uses multiple Serial protocols which is very slow! I am using a new library for the ESP32, which does the protocol change directly through chaning the registers. Please take a look at the library here (LXESP32DMX). Here is an example on how to use it (DMXLightRenderer.h)

Library

MAX485 to RS485 MCU

Max485

Circuit for NodeMCU V1.0

Caution: This is just an example that worked for me. Have a look at #1 for more information about safe wiring! Circuit

About

An example on how to send dmx over a max485 with an ESP8622 and ESP32.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages