I would like to create a something like a strobe but with very bright RGB LEDs.
Can anyone suggest a product?
Can I use a MOSFET to power something like this?
Which Arduino Would work best?
Please help!
--Vince
Be sure to click 'more' and select 'suggest as answer'!
If you're the thread creator, be sure to click 'more' then 'Verify as Answer'!
I would like to create a something like a strobe but with very bright RGB LEDs.
Can anyone suggest a product?
Can I use a MOSFET to power something like this?
Which Arduino Would work best?
Please help!
--Vince
Its application is for something like a night club.
So more like flashing lights than a strobe...
I want it to flash as if it was a xenon tube. Just like a camera, but very quickly(about 60 times a second). I see many of these things on Amazon, but I want to flash just like a party strobe but with shifting colors.
Both Amazon and AliExpress has LED strobe party lights. Hard to beat Ali’s price, unless you already have the components on hand. You can always reverse engineer and replace the controller with an Arduino Pro mini - that’s what I would do if I want custom party effects.
Thank you for the suggestion. Is there a safe way to deal with these types of products when reverse engineering?
As well as the ideas mentioned by everyone, it could also be worth experimenting with just white LEDs, since they will be simpler to drive (just a single output), easier to obtain with high output, and then for deep bright colors, look for a dichroic style filter (they are available on AliExprress too). If rotated with a servo, you'll get stunning bright colors, at your strobe speed of course, that can be altered in color as the servo changes. It might be no bad thing to implement this partially mechanically/optically, rather than RGB LEDs.
Reverse engineering can be done by redrawing the schematics without powering it up, so at that point it’s safe. Depending on your skills, it might not work again or be safe again….
Another way is to use the leds, the enclosure and the driver (presumably mosfet) and rebuild the rest of the controls, and using a safe external power brick.
A simple 555 timer can generate a square wave signal to trigger a MOSFET or transistor easily at 60 times a second, 16 milliseconds, which is the same frequency as the AC outlet.
A simple 555 timer can generate a square wave signal to trigger a MOSFET or transistor easily at 60 times a second, 16 milliseconds, which is the same frequency as the AC outlet.