Skip to content

Arduino Sketch to control a Relais Card via the DMX bus

License

Notifications You must be signed in to change notification settings

jfwiebe/ArduinoDmxRelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ArduinoDmxRelay

Arduino Sketch to control a (low-active) Relay Card via the DMX bus

Equipment

Usage

  1. Put the DMX Shield on top of the Arduino.
  2. Connect the Relays (IN1 - IN8) to the Arduinos Digital Outputs (e.g. 12 to 5) [Attention! Pins 0 to 4 are used by the shield].
  3. Connect the Power Supply Pins on the Relay Card to a 5V power source (the Arduino 5V supply may not be enough and can get hot, especially on large relay cards).
  4. Adjust the #define variables to your needs.
  5. DMX_ADDRESS is the first address on the DMX bus to use
  6. NUM_OF_RELAYS is the number of relay connected to the board
  7. FIRST_RELAY_OUTPUT is the (lowest) output where the relay is connected
  8. SWITCHING_THRESHOLD is the value where the relay should toggle
  9. Control your relays by DMX!

About

Arduino Sketch to control a Relais Card via the DMX bus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%