5v to power my Neopixel from Duet 2 wifi
-
Got it working, you don't need a level shifter, 3.3v works for the signal, it's only 3 neopixel
M150 X4 M150 W255 P255
-
Minimum signal level for a Neopixel is 0.7xVdd, so while you might be getting lucky that it works (in this moment, at least), saying a level shifter is not needed is incorrect.
-
@Karim see https://learn.adafruit.com/neopixel-levelshifter for information on Neopixels and 3.3V logic levels.
There is a newer type of Neopixel LED called the WS2812B-V5 which is specified to accept 3.3V signal levels when using a 5V supply, but they are not easy to find yet.
-
@dc42 Thank You