I’d 2nd the suggestion on ESP32 based boards, for the difference in price you get a vast improvement in capabilities with the 32 vs 8266.
As far as remote control, I wouldn’t discount the IR versions. It’s pretty simple to add a wall “blank plate” somewhere near/central to your strips and drill an 1/8" hole to let the IR receiver peek out. You can put it high up/in a corner/ somewhere inoccuous. If you paint the blank plate the same colour as the wall, it will nearly disappear.
With that many LEDs, you are going to have to work out the injection wiring issues. What’s above the ceiling, and behind the wall where the LEDs go?
Nice ! Thx for the input both of you.
After more research I ended up ordering all that stuff yesterday.
It’ll be a pretty beefy installation:
2x15m of SK6812 RGBW-IC 60LEDs/m (power injection every 2m) for a total of 1800 leds.
2 x 70Amp one for each 15m strip. (I did the math, counting 80mA / LED at full intensity it should be 144A )
And finally ESP32. (Should I put each strip’s data wire on a separate data pin on the ESP32 ? or can I just put them both on the same pin ? I want both strip synchronised)
Also for the power injection, I’ll run 2 wires from each power supply and branch off to the strips every 2 meters. I’ll use quite beefy wires to minimize power loss and avoid burning the house.
If you want to be one long strip, you can just hook it together and then you could segment it out. But if you want them in two different locations, you could do it on separate pins or even separate controllers, and then sync them up through the app through two different ways, via the sync button or through IP addresses.