How to wire / setup Neopixel on the Duet 2 Wifi?
-
GND from pin 2 on CONN_LCD > GND on the level shifter > into the GND on the neopixel
Pin 5 on CONN LCD > LV3 on level shifter > DI on neopixel
5v from duet > into 5v on neopixel -
@thebaseddoge I think you have to run 3.3 Volts to the LV pin on the level shifter.
Also, connect the HV ground to the LV ground.
There's a schematic in the comments section at: https://www.amazon.com/gp/product/B07LG646VS/ref=ppx_yo_dt_b_asin_title_o04_s00?ie=UTF8&psc=1
Also, people have said they couldn't get Neopixels running using this.
-
@alankilian i went through the comments but I don't see a schematic
are you saying i need to put both 3.3v and pin 5 into the LV pin on the level shifter? because i currently have pin 5 > lv > hv> LEDs
The ground goes from the duet > ground on the level shifter > ground on the strip
-
@thebaseddoge Here's a picture from your link showing how to connect 3.3 Volt, 5 Volts, Ground, your signal from the Duet and your signal to the LED string.
However, people in the comments say this device does not work with their LED strings, so you might not be able to get it working either.
-
A faster level shifter would be one quarter of a 74HCT08 quad gate. Connect both the inputs of the gate to the Duet output, and connect the gate output to the Neopixels. Power the 74HCT08 from +5V and ground. It's good practice to connect the unused inputs the other 3 gates to ground.
-
@alankilian Yeah it didn't work. I will order the 74HCT08 and try again
-
@thebaseddoge
Can you Share the source of the sketch you used for your arduino? -
@tekstyle said in How to wire / setup Neopixel on the Duet 2 Wifi?:
@thebaseddoge
Can you Share the source of the sketch you used for your arduino?I'm interested too!
-
@dc42 said in How to wire / setup Neopixel on the Duet 2 Wifi?:
74HCT08
Just for confimation, you mean that I have to connect the AND input to the Duet and the related AND out to adafruit, right? It's not clear for me if an Arduino is needed or not....in case how to interface it with the Duet?
-
@thedragonlord you don't need the Arduino if you use firmware 3.3 and the level shifter. However, there is the limitation that on Duet 2 the print will be suspended for small fraction of a second whenever you use M150 to change the colours. So if you change the colours frequently while the machine is printing, then print quality could be affected.
-
@dc42 said in How to wire / setup Neopixel on the Duet 2 Wifi?:
@thedragonlord you don't need the Arduino if you use firmware 3.3 and the level shifter. However, there is the limitation that on Duet 2 the print will be suspended for small fraction of a second whenever you use M150 to change the colours. So if you change the colours frequently while the machine is printing, then print quality could be affected.
Uh ok....well, for now I wanted to use the RGBW ring (not strip) just to make a sort of "progress bar" for the heating before printing...I was als thinking to use it during the print to make always a sort of progress bar for the printing process but I have to study the object browser to see what information are available...I was thinking to base the progress on the actual layer number/total layers number but I still don't know if and where those informations are available...in any case I'll change colors only once per layer group..My rgbw ring has 24 LEDs so any LED would represent the 4,17% of the whole...
-
@thedragonlord if you can arrange to change the colours while the filament is retracted, perhaps in a layer change script, then there should be no impact on print quality.
-
@dc42 said in How to wire / setup Neopixel on the Duet 2 Wifi?:
@thedragonlord if you can arrange to change the colours while the filament is retracted, perhaps in a layer change script, then there should be no impact on print quality.
yes, that's exactly what I meant to do, thanks!
-
@dc42, is it OK to Have two 60 led stripes fed in parallel from the duet signal out? Or any other serial / parallel "tree"?
-
Would some one be able to give me a simple diagram on how to wire a 74HCT08 I am a noob with electronics at this level. I would really appreciate some guidance. I won’t to hook up some neo pixels to a duet wifi. But I have no idea how to use a level shifter. Thanks very much Matt.
-
@zapta said in How to wire / setup Neopixel on the Duet 2 Wifi?:
@dc42, is it OK to Have two 60 led stripes fed in parallel from the duet signal out? Or any other serial / parallel "tree"?
Yes, assuming your have sufficient 5V power to run both strips.