Skip to main content

Questions tagged [dmxsimple]

DMX controlled lights and visual effects are easily available from DJ or theatrical suppliers. This library gives you a simple way to drive spot lamps, floods, wall washers, lasers, smoke machines and more from a normal Arduino using DMX. If you can use analogWrite() to dim an LED, you will have no problems using DmxSimple to control something much bigger and brighter. DmxSimple is compatible with all known Arduinos including the Mega.

Filter by
Sorted by
Tagged with
1 vote
0 answers
162 views

I've recently been looking at Timers and I'm trying to generate a PWM frequency at 250000Hz using Timer0 on PIN 4. When I set OCR0A = 63 I get nothing from the light however when I set OCR0A = 125 it ...
DaveS's user avatar
  • 11
-1 votes
1 answer
360 views

I am trying to build a setup with an Arduino Mega, having a DMX output (using DMXSimple library), and a MIDI library (to be done). I was wondering, if I get into problems. According to This question, ...
Michel Keijzers's user avatar