ArtGateOne-DMX
Simple ArtNet do DMX node for ArduinoUno
This project utilizes an Arduino Uno and an Ethernet Shield (W5100/W5500) to create a simple ArtNet to DMX node. It integrates an OLED display (128x32 I2C) and a MAX485 module. Key features include:
- Single DMX512 port
- Art-Net streaming DMX support
- Universe selection via a web browser
- Standalone DMX buffer mode
Required: Arduino UNO
Ethernet Shield with W5100/W5500
OLED display 128x32 I2C
module with max485
DMX (Digital Multiplex): DMX is a digital communication protocol used primarily for controlling stage lighting and effects. It allows a single controller to send control signals to multiple lighting fixtures, enabling synchronized and complex lighting setups.
The W5500 Ethernet Shield is used for its reliability, high performance, compatibility with Arduino boards, and ability to manage multiple network connections simultaneously.