PaulStoffregen / DmxSimple

99 stars 21 forks source link

Not working with <IRremote.h> #8

Closed lukekoch closed 7 years ago

lukekoch commented 7 years ago

Hi there,

i built a small DMX-send circuit using an MAX485 connected to Pin 13, GND and 5V of my Arduino Mega. Worked like a charm. Then I wanted to add IR-functionality using the common IRremote library. Unfortunately the line irrecv.enableIRIn(); rendered the DMX inoperative, removing the line from the Code reverts the effect.

My Setup is: IRrecv irrecv(9); , therefore there are no Hardware conflicts.

Cheers

Lucas Koch

PaulStoffregen commented 7 years ago

On 8 bit AVR, these libs aren't compatible with each other. DmxSimple disables interrupts.

Try DmxSerial.