ajfisher / node-pixel

Library for using addressable LEDs (such as NeoPixels/WS2812) with Firmata and JohnnyFive
MIT License
276 stars 70 forks source link

Arduino Mega = No Lights, No Errors #158

Closed ColinTravis closed 1 year ago

ColinTravis commented 4 years ago

Hi there, I've flashed the current version of node-pixels onto a standard Arduino Mega and I've tried running my own custom code as well as the examples. If I run this code with the same wiring on an Uno, it works as expected and my LEDs light. If I run it off of a Mega, I receive no errors, but I also have no lights. Using standard Arduino code, I'm able to get the LEDs to light with the Mega, but just not with node-pixels.

ColinTravis commented 4 years ago

For reference, I had my LED ring plugged into Pin 50 of the Mega. I'm testing other pins now. Some do light up on different pins.. are some reserved?

hweeks commented 4 years ago

some pins are reserved. i will try and find the arduino pin reservation docs