ESP8266 NeoPixel Driver
-
@pfn the PanelDuet Rx input is 5V tolerant, but the PanelDue Tx and Rx pins on the Duet are not.
-
@dc42 that's interesting it hasn't caused any problems on users of this arduino sketch, I wonder why, or is it a slow spiral of death for them
-
@pfn I'm a bit confused. You started out saying that you use a Wemos D1 mini but then go on to talk about an Arduino. I'm fairy sure that the logic pins on D1 Minis are 3.3v so I don't understand the bit about 5V.
-
@deckingman there is a previous arduino based solution that does a similar function and is wired the same way. Metering it shows that the rx pin is driven high to 4.5v.
There's also stuff like a cnc pendant that also uses arduino and operates similarly.
-
@pfn said in ESP8266 NeoPixel Driver:
@deckingman there is a previous arduino based solution that does a similar function and is wired the same way. Metering it shows that the rx pin is driven high to 4.5v.
There's also stuff like a cnc pendant that also uses arduino and operates similarly.
Now I'm even more confused. Is this a topic about about using an ESP8266 NeoPixle Driver using Wemos D1 mini as the title and first sentence suggest, or is it about Arduinos or something else?
-
@deckingman this is about esp8266 replacing an arduino solution. (Edited original post to clarify)
-
@pfn said in ESP8266 NeoPixel Driver:
There's also stuff like a cnc pendant that also uses arduino and operates similarly.
The CNC pendant that I describe at https://github.com/Duet3D/CNC-Pendant-Firmware used a potential divider on the Arduino TxD output to reduce the voltage level.
-
@dc42 ah, it's not a concern with the cnc pendant because the arduino only connects to the duet through tx and that has a voltage divider on it
-
@BLV Something for your Project?;)
-
Hello
My problem is that my pendant (the same as david's, with an arduino micro) only sends the M112 command, but does not perform any movement via the encoder. My hardware is a DUET3 6HC with SBC and without Panel DUE, Configuration CNC. The arduino sketch was uploaded with firmware 1.8.1 thank you for your help