I`m new to led strips and I’m trying to put led strips on the steps of the stairs … I’m currently on the 4th step and when i test out it works, however the fade-in seem a bit jerky and just like 3 intensity steps … when i test it with fewer leds it works fine.
I’ve downloaded the bin file, not quite sure anymore which one i installed the WLED_0.9.1_ESP8266.bin or WLED_0.9.1_ESP8266_1M_full.bin … i tought this would be more of a hardware issue as it seems to work with fewer leds but i use a 60a power supply i should be able to have more leds on it.
I would guess that data line is the problem. ESP outputs 3.3 volts and the led strip works with 5 volts.
It is just enough for a short installations but given more length the line impedance increases. This causes more voltage drop and not all data bits going in. Or if it is software related, I don’t know.
But worth to try at least. Easiest to buy some ready 3.3->5v converter.
Can you tell me how you configured your leds? I want to build the same thing. But I’m struggling lighting the steps up one at a time (from top to bottom of bottom to top).
I’m also stuck with the max number of segments (10) while I have 18 steps. So your input would be appreciated
nice it’s a fun project to do. I don’t have them configured step by step just all on or all off with a vl53l0x sensor at the bottom and top of the stairs.
The only way of doing this that i could find is coding the effect ourselfs. I didn’t really dive into this yet.