So I setup a pretty simple circuit… it’s a single Neopixel.
If I draw power from the 3v3 pin it works just fine… But Adafruit recommends 5v (and they’re brighter when powered from 5v) so I tried powering from the VUSB pin. And things got… weird.
For some reason it wouldn’t read any of the change commands to the neopixel until I touched the wire coming off the VUSB pin… Not the bare wire, just touched or wiggled the wire.
I thought OK maybe the jump wire is borked… Changed wires and same result… Maybe it’s the port on the breadboard. Changed breadboards… same result.
I’m getting power from the VUSB pin, the Neopixel will light up, it just doesn’t read any of the commands.
This happens when it’s plugged into the wall, or plugged into a computer.
Weird huh? Am I missing something really dumb (like something I have to add in my code for that pin?)
Again everything works perfectly if I draw from the 3v3 pin.