BoostedinSoFla
15+ Year Contributor
- 1,950
- 19
- Nov 1, 2006
-
South Florida,
Florida
I work with and see all types of LED's (marine and residential application) 5 times a week, completely sick of them I tell ya. Lol
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
For 1990-1999 Mitsubishi Eclipse, Eagle Talon, Plymouth Laser, and Galant VR-4 Owners. This is where the DSM platform history is documented and archived. Log in to help us in our mission, and to remove most ads from the browsing experience.
This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
I was always amazed with RGB LEDs and there was a circuit like 15 years ago in a magazine that used a PIC controller to change the colors. This was before semiconductors were small enough to have logic on the same LED die to switch colors.
.Blurred can you take a pic of the back of that perfboard that you soldered for the blinkers? And how did you wire it up from there?
Sent from my SAMSUNG-SGH-I897
So...700 mA at 2.5 volts is still 1.75 watts. Almost twice a 1 watt rating. The only thing saving the resistor could be PWM...so you are cutting corner after corner and spending more (or charging) to achieve it. Isn't 2.5 volts a little low, too, for those LEDs? I was looking at the Marktech P4 LEDs, concave, and the max voltage is 3.0 volts. Just giving them 2.5 is a serious loss in brightness without extending life. I would run 2.95 to them. PWM will save them a little bit. Without PWM I would run 2.8 volts to them. They probably aren't even seeing 2.5 volts because you are using a 12v regulator along with a PWM and other nonsense.
You must be logged in to view this image or video.
For anyone interested that is a PWM circuit, probably the cheapest way to make one. PWM circuits are mainly useful in controlling brightness in things that will blend oscillations together, for instance filamented light bulbs or motors. A wirewound potentiometer is the only mechanical device that will dim a light bulb. They get hot and wear out if constantly adjusted, so a PWM circuit is the most useful way to control a light bulb. The filament stays lit after it's shut off so you don't see the pulses like you do with an LED. A PWM circuit is never going to get something to full voltage or none at all since there is always a duty cycle.
Time output (pin 3) is high = 0.693 (R1 + R2) C1
Time output (pin 3) is low = 0.693 (R2) C1
Frequency (Hz) = 1.44 / ((R1+ 2xR2) C1)
Q1 is a PNP transistor, so the LED is going to turn on when pin 3 goes low, so R2 would be the best to be a potentiometer and not R1. For pulsing a negative voltage instead of a positive, use a NPN transistor and focus on R1's value. All values to calculate will be absolute, for instance a 4.7 µF capacitor would be 0.0000047 F.