Hi,
I have a NeoPixel project working using pin 2 of the Mega2560, but would like to use a MKRZero. I get error messages about an invalid pin when uploaded to the MKRZero. This happens using either pin 1 or 2 of the MKRZero. I am not particular about which pin to use for the NeoPixel data. Do I need to add or subtract a library, do certain pins have special considerations, or do I need to add setup statements?
Any help would be appreciated, thanks
Do I need to add or subtract a library, do certain pins have special considerations, or do I need to add setup statements?
Yes.
In the absence of any code or error messages, that is the best answer you can expect.
Hi,
I sent the Blink sketch in the Arduino Examples: FastLED folder to the MKRZero and got the same result, the error messages are attached. Hope this give the information for someone to figure out what is going on.
Thanks
Arduino MKRZero Blink errors doc.doc (51.5 KB)
It appears to be a known problem that FastLED doesn't support MKRZero, but here's a solution:
I am using IDE version 1.8.5 and FASTLed version 3.1.6 on a Macintosh. I went into my FASTLed folder and changed the fastpin_arm_d21.h file, but this folder does not seem to be linked to the Arduino app. Looking at the package contents, I look in contents/Java/ libraries folder and see several libraries but not FASTLed. Where is the FASTLed folder kept when installed?
Thanks,
Mark