PaulStoffregen / DmxSimple

99 stars 21 forks source link

Stopped working with Arduino IDE 1.8.3 #10

Open grenelt opened 6 years ago

grenelt commented 6 years ago

I recently changed to 1.8.3 and first compiler throws some errors (primarily reference not found - looks like the library could not be linked in) when in use with "". Linked with <> from the ide library directory, i can compile without errors. But it's not running - even the examples doesn't work.

When i put back in the nano with an old version compiled with 1.6.8/9 everything works fine.

I use the output pin 2 - which is related to some timer functions i don't use. It worked before but maybe there is something new that prevents that combination.

cklgr commented 6 years ago

I currently use the IDE 1.8.5 and the output pin 4

My problem is similar to yours, a nano compiling in old bootloader works perfectly for me, but if I pass the program to an arduino UNO r3 or a MEGA compiles without errors but does not give dmx outputs, I have reviewed the circuit a thousand times

https://playground.arduino.cc/DMX/DMXShield

and it is correct, I understand that this is the only way it works, I hope someone can solve the problem.