Im not sure if this has been discussed here or if someone makes this exact product but couldn’t something like a Texas Instruments TLC59731 be used to take the control signal from NodeMCU and control Normal non addressable RGB strip via some Mosfets. If that was the case you could run lots of strips each on there own sub division within WLED.
I ask because I have a PC im building and I want to control lots of RGB (Non Addressable) Sections, Like water fittings Plexi pump housing with RGB’s. There are also some addressable fans on it as well.
Is WLED able to control a SDI input on these chips? or is there a premade product im missing?
Unless I’m reading your post wrong, you don’t need the chip. ESPs can do that. Just add MOSFETs. There are a couple products shown here that you would just need to flash.
Hi,
can you post a better picture of the connections between the esp and the driver.
It looks like the driver is not connected to 3.3v from the esp.
I am getting the same blinking if i disconnect the 3.3v from the driver.
Connection should be:
Nodemcu to Driver
D3(GPIO0) to CIN
D4(GPIO2) to DIN
3.3V to VCC
GND to GND
You can’t just daisy chain WS2811 and make them control individual RGB strips with MOSFETs ? To WLED, that would be just a very long addressable strip, on which each element is in fact a RGB strip… I thought about that to actually combine addressable RGB strips and non-addressable RGB strips all in one segment without modifications to the code. Technically, just make sure your MOSFETs are big enough, and the power supply too… That could even work with 12V non-addressable strips : you control the MOSFETs in 5V and you make them output 12V… In a computer, it’s very easy to get both 5V and 12V in the setup.
I haven’t tried that yet but I don’t see why it would not work.
hi yes that was it I didn’t realise it needed the VCC. The spec shows 4.5v to 5.5v on mine but tried it with both 3.3v and the 5v and both work fine for me. Ill post a video soon of the completed project. looks really mad.