RGB Floods lights

I decided to make my own, this is as far as I got...

TZZgBHF.jpg
 
I know this is an older thread, but thought I'd response for people who stumble across this thread looking to add flood lights to their display. I purchased some RGB flood lights from Ray Wu a few years ago. They're DMX controlled, which work fine if you have SanDevices controller. I'm not sure if Falcon controllers handle DMX. Anyway they had one annoying problem, they each had separate DMX and power connectors, which meant I'd need to run both a DMX wire and power wire to each light. I decided to build my own connectors combining the two wires into one. I'm super happy with how it worked out, and it was actually a pretty easy conversion. Now I can daisy chain my flood lights together. This attached diagram explains my alteration.
 

Attachments

  • rewired-floods.jpg
    rewired-floods.jpg
    62.2 KB · Views: 65
So I recently found these floods, you can get a 50% discount using the code 50TRKRXV

https://www.amazon.com/Olafus-Dimmable-FloodLight-Waterproof-Multicolors/dp/B089LKDT3L

Since these are wifi enabled, I bet there's an ESP8266 or ESP32 chip inside that can be reprogrammed to accept e1.31 data. 2 for $20 is pretty good, I ordered a set to check them out.

It would be interesting to see the guts of these . I have reservation about them being esp WiFi though .
Almost all WiFi devices I have seen have Esp in their label .
 
It would be interesting to see the guts of these . I have reservation about them being esp WiFi though .
Almost all WiFi devices I have seen have Esp in their label .

Most of these cheap RGB lights are manufactured by a parent company called tuya and rebranded by other companies before they are sold.

If it does have an ESP chip, it may be possible to reflash without opening, however it looks like they did start using a different wifi chip for newer models according to this link:

https://tasmota.github.io/docs/Tuya-Convert/

It looks like there was some limited success flashing WLED to control a similar flood light:

https://github.com/Aircoookie/WLED/issues/798
 
I have been trying to make some Ws2811 Pixel Flood Lights, my main issue was a waterproof case to use outside.
I have not had any luck in finding a product that will house the Control board and have a heatsink for the LED.

So my workaround is this.

The Waterproof case
d2fi1Chl.jpg


The Heatsink
X0E7rGsl.jpg

smfY34Cl.jpg


The Controller and 10 Watt LED
USsFJ7Bl.jpg


Not sure how waterproof it's going to be but I will give it a try.
I wish the cover was Clear and not frosted though.

Might have to drill a hole into it and put a lens on the cover?

HqgZywbl.jpg
 

Attachments

  • eBQiDafl.jpg
    eBQiDafl.jpg
    43.2 KB · Views: 13
  • eBQiDafb.jpg
    eBQiDafb.jpg
    7.6 KB · Views: 9
  • eBQiDafh.jpg
    eBQiDafh.jpg
    61.4 KB · Views: 8
  • eBQiDaf.jpg
    eBQiDaf.jpg
    63.4 KB · Views: 7
Last edited:
Looks good - you might need a constant current driver rather than the simple resistor arrangement you have, but the circuitry for those is more complex. BTW I know you are using WS2811 - there are commercially available boards for both 3 and 4 channels (RGB and RGBW). I used these units, and replaced the LED chip with a RGBW version, so essentially just used the case. There was enough room in the rear 'box' for the control board (just)
https://www.aliexpress.com/item/32969479776.html

Also I noticed this year constant current driver boards have appeared for DMX too, like this:https://www.aliexpress.com/item/1005003298983356.html, for 350mA and 700mA LEDs

Currently I have the RGB and W as two separate 'elements' in Vixen, in theory it should be possible to use the new RGBW colour mode and treat it as a single item.

Something else to watch out for is you'll find to get 'white' from your RGB intensities need to be very different for the three channels (probably). On the LED chips I have, the red is MUCH stronger than the green and blue so I needed different dimming curves on the the three channels in Vixen. xLights may have a similar arrangement.
 
Last edited:
Back
Top