Skip to content

Art-Net to DMX converter with Arduino.

License

Notifications You must be signed in to change notification settings

tsukuba-neu/alien-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👽 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.

Releases

No releases published

Packages

No packages published

Languages