I have a project using an Adafruit Neo Pixel Stick 8x5050 with a NANO 33 BLE.
Everything works fine using the original Nano.
When I try porting the code to the nano 33 I get the following compile error.
C:\Users\LSIMKO\AppData\Local\Arduino15\packages\arduino\hardware\mbed_nano\4.0.2\cores\arduino/Arduino.h:80:16: note: forward declaration of 'PinDescription {aka struct _PinDescription}'
typedef struct _PinDescription PinDescription;
It indicates that the problem is on line 1519 of the code: adaffuit_neoPixel.cpp
It's really too big to attach.
Using "Easy NeoPixels" I was able to turn on all the LED's and have LED 0 blink.
I can't turn them off.
But that makes me think I don't have a power problem. The stick is using the 3.3v line.
(not good)
I searched Adafruit and they implied that the problem was with the NANO 33 BLE.
Has anyone made an Adafruit Neopixel stick 8 x 5050 work with the Nano 33 BLE?
Thanks,
Larry