Foamforce
Elite member
I used some cheap generic WS2815 12v individually addressable LED strips to build a night glider. It came with the little remote control that only worked within about 15 feet. It was fun trying to fly really close and changing the pattern as I flew by, but I wanted something better.
PS, before you suggest the MudLED, I know about that, and it's a much better solution than what I'm about to explain, but I enjoy tinkering, so that's my justification.
First, I got an ultra-cheap $1.60 LED controller on Aliexpress. It's labelled SP002E. By itself, it works pretty nicely and has attractive patterns. It doesn't have any remote control at all, instead it has three buttons for "next pattern", "speed", and "previous pattern".
I took the shrink wrap off that and first verified that the switches were simple momentary contact switches. When I bridged them with a jumper, they worked. I then measured the voltage at the high side of the switch, which was about 5v, and tried applying 5v to the lower side. That resulted in nothing but sparks. Surprisingly, no damage. I found a circuit diagram from Youtube which showed that the switches bridged between a pin on the micro processor and ground. So I guess these are pull-down switches, which I don't fully understand.
Next, I tried a transistor. I hooked up the collector pin to the high side of a switch, the emitter to the other side, and then added a resistor to the base, and connected 5v to that. That worked and switched the pattern as expected.
The last trick relies on a cool feature of ELRS PWM receivers. In the web interface for the receiver, there's an option to change the output of any of the channels from PWM to binary high/low. I set that and measured the output, which was <5v. Then I hooked that up to the base on the resistor and voila!
So now I have a single momentary contact switch on my transmitter that switches to the next pattern on the controller. Slick.
Was it worth it, vs a MudLED? Only if my time was worth nothing. Also, the MudLED has a big advantage in being able to control the patterns. I think what I would really like about the MudLED is being able to set the LEDs on the wing tips to red, green, and white, whereas my basic controller only allows colorful patterns. I'm also considering taking the Arduino approach. Is anybody aware of any other products that allow you to control LEDs from a PWM input?
PS, before you suggest the MudLED, I know about that, and it's a much better solution than what I'm about to explain, but I enjoy tinkering, so that's my justification.
First, I got an ultra-cheap $1.60 LED controller on Aliexpress. It's labelled SP002E. By itself, it works pretty nicely and has attractive patterns. It doesn't have any remote control at all, instead it has three buttons for "next pattern", "speed", and "previous pattern".
I took the shrink wrap off that and first verified that the switches were simple momentary contact switches. When I bridged them with a jumper, they worked. I then measured the voltage at the high side of the switch, which was about 5v, and tried applying 5v to the lower side. That resulted in nothing but sparks. Surprisingly, no damage. I found a circuit diagram from Youtube which showed that the switches bridged between a pin on the micro processor and ground. So I guess these are pull-down switches, which I don't fully understand.
Next, I tried a transistor. I hooked up the collector pin to the high side of a switch, the emitter to the other side, and then added a resistor to the base, and connected 5v to that. That worked and switched the pattern as expected.
The last trick relies on a cool feature of ELRS PWM receivers. In the web interface for the receiver, there's an option to change the output of any of the channels from PWM to binary high/low. I set that and measured the output, which was <5v. Then I hooked that up to the base on the resistor and voila!
So now I have a single momentary contact switch on my transmitter that switches to the next pattern on the controller. Slick.
Was it worth it, vs a MudLED? Only if my time was worth nothing. Also, the MudLED has a big advantage in being able to control the patterns. I think what I would really like about the MudLED is being able to set the LEDs on the wing tips to red, green, and white, whereas my basic controller only allows colorful patterns. I'm also considering taking the Arduino approach. Is anybody aware of any other products that allow you to control LEDs from a PWM input?