Skip to content

Lxcasx/ESP32-DMX-To-Serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-DMX-To-Serial

This project reads DMX data using an ESP32 and a MAX485 module, then sends the data to a computer via the serial interface.

Circuit Diagram

Circuit diagram

Data Format

Once a successful DMX connection is established, the DMX data is continuously sent to the serial control center. All DMX channels are output in the following format:

*<data>,<data>,<data>,...,<data>%.

Example:

*0,0,20,255,0,...,50%


new

Serial communication

Name Size
Start Indicator 4 Byte
Channel 1-512 8 Byte each (4.096 Byte)
End Indicator 4 Byte

About

Read data with the ESP32 from DMX and send it with the serial interface to USB

Resources

License

Stars

Watchers

Forks

Contributors

Languages