Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 907 Bytes

File metadata and controls

18 lines (13 loc) · 907 Bytes

👽 alien-client

Art-Net to DMX converter with Arduino.

Hardware Implemention

This code required a ethernet interface and DMX (RS485) transceiver.

Ethernet

By default it uses the same pins with Official Arduino Ethernet Shield shown here. We are currently using third-party ethernet interface with 10, 11, 12 and 13 pins and it works fine.

DMX (RS485)

We are using RS485 (Datasheet) as converter IC. Connection pin on arduino defined as DMX_OUT_PIN in the code.

Dependencies

  • Artnet by Nathanaël Lécaudé (GitHub)
  • DmxSimple by Peter Knight (GitHub)

Contributing

Issues and PRs are welcome.