I am working on trying to make a set of LEDs flash. Here is what I would like to end up with:

I have a 9V DC powered set of 8 LEDs, which would be normally on, with an On/Off switch.

When the lights are tuned on, and a secondary switch is tripped, the lights will flash for X number of seconds, possibly adjustable duration, but not required,  then go back to solid On.

I have seen some of those 555 chips that seem like they might do what I need them to, I just am not electrically savvy enough to work this out myself.

Anybody got an idea on how I can accomplish this?

Thanks

Views: 492

Reply to This

Replies to This Discussion

I had seen this one already, but I had trouble sourcing the magic smoke.

Easy enough, just get a jar of this stuff.

Attachments:

Hey Dan, give this a crack, the pot on the left side controls the time it is activated and the relay switches between solid on and flashing.

The pot on the right hand side controls flashing speed.

It would work with 9v too without an issue.

Seriously, Naz!

I'd Google "555 timer chip" and check the electronic circuit sites to see what they have that might match what you are trying to do. I did a quick search and came up with this link which describes a basic circuit using a 555 to flash a LED. They are driving the LED directly, and I'm not sure how many LEDs you can drive with a 555. You might need a transistor switch to buffer the 555 output so it can drive more LEDs. The article also gives a formula for calculating the frequency of the 555 timer's output. In any case, you'll likely have to do some experimentation. Wikipedia says the 555's VCC can be between +3V to 15V DC, so you should not have any problem supporting the circuit with a 9VDC battery.

-Rand.

True, the current draw could kill the 555, also I prob should have added a diode to protect pin 3 of 555, anyway its a starting point.

I have run 555s at 9v, never for too long though really, 6v would be a safer bet for longevity for sure, if Dan is not wedded to using a 9v battery.

The LED manufacturer suggested that I use a battery pack that puts out 12v for maximum brightness, so I am leaning that direction, so whatever I use will need to work with 12v.

Thanks Rand. I had done quite a bit of reading on the 555s. What I have is a commercial flashing module that I intend to use, so all I really need to do is interrupt the DC voltage for a few seconds.

Instead of using the 9V, I am probably going to opt for a battery pack that uses AA or C batteries. I think that will give me a higher mah rating which should make the batteries last longer.

200ma would be the limit directly driving from the 555, schematic updated to protect 555 and show maximum current draw.

Might come in handy down the track somewhere.

I plan on using this module:

http://www.superbrightleds.com/search/led-products/lsc-100b/

with this LED strip:

http://www.superbrightleds.com/moreinfo/top-emitting/wfls-x-bk-seri...

My thought was to connect the switch to the whole unit, so it turns on and flashes when the switch is tripped, flashes for 5 seconds, then turns off.

the pot controls how long it flashes before it turns off, use a 6v regulator to get the voltage down for the 555 and you can run it all off the one 12 supply

RSS

The Essential Pages

New to Cigar Box Nation? How to Play Cigar Box GuitarsFree Plans & How to Build Cigar Box GuitarsCigar Box Guitar Building Basics

Site Sponsor

Recommended Links & Resources


Forum

Busking Songs...

Started by Nomad Jack in Performances, How to Play, Lessons, Concerts. Last reply by J. D. Woods on Wednesday. 7 Replies

crossover guitar.

Started by Timothy Hunter in Other stuff - off topic, fun stuff, whatever. Last reply by Timothy Hunter Apr 10. 14 Replies

Tune up songs

Started by Ghostbuttons in Building Secrets, Tips, Advice, Discussion. Last reply by Timothy Hunter Mar 9. 5 Replies

Duel output jacks

Started by Justin Stanchfield in Building Secrets, Tips, Advice, Discussion. Last reply by Taffy Evans Mar 8. 6 Replies

How to Get Your Own Music on Spotify

Started by Cigar Box Nation in Feature Articles. Last reply by Southern Ray Feb 21. 2 Replies

Latest Activity

Glenn Kaiser commented on Glenn Kaiser's video
Thumbnail

GK less Paul Diddley Bow

"Often quite true Uncle John :) -Glenn"
1 hour ago
Gary O'slide posted videos
2 hours ago
Uncle John commented on Glenn Kaiser's video
Thumbnail

GK less Paul Diddley Bow

"Ha, Ha.  Less is more."
2 hours ago
Uncle John commented on A.D.EKER's video
Thumbnail

Up the Hill A D Eker 2024

"Sounding good, A.D. Great looking git."
2 hours ago
A.D.EKER commented on A.D.EKER's video
Thumbnail

Up the Hill A D Eker 2024

"Thanks Keith ! appreciated !"
3 hours ago
A.D.EKER commented on A.D.EKER's video
Thumbnail

Up the Hill A D Eker 2024

"Thank you for the comment Doug !appreciated !"
3 hours ago
Keith Rearick liked A.D.EKER's video
4 hours ago
Keith Rearick liked Ghostbuttons's photo
4 hours ago
Keith Rearick liked Randy S. Bretz's photo
4 hours ago
Keith Rearick liked Crazed Fandango's photo
4 hours ago
Keith Rearick liked J. D. Woods's discussion Are metal frets necessary?
4 hours ago
BrianQ. posted a status
"R.I.P. Dickey Betts, Thanx for the memories!!!"
4 hours ago

Music

© 2024   Created by Ben "C. B. Gitty" Baker.   Powered by

Badges  |  Report an Issue  |  Terms of Service

\uastyle>\ud/** Scrollup **/\ud.scrollup {\ud background: url("https://storage.ning.com/topology/rest/1.0/file/get/963882636?profile=original") no-repeat scroll 0 0 transparent;\ud bottom: 25px;\ud display: inline !important;\ud height: 40px;\ud opacity: 0.3 !important;\ud position: fixed;\ud right: 30px;\ud text-indent: -9999px;\ud width: 40px;\ud z-index: 999;\ud}\ud.scrollup:hover {\ud opacity:0.99!important;\ud}\ud \uascript type="text/javascript">\ud x$(document).ready(function(){\ud x$(window).scroll(function(){\ud if (x$(this).scrollTop() > 100) {\ud x$('.scrollup').fadeIn();\ud } else {\ud x$('.scrollup').fadeOut();\ud }\ud });\ud x$('.scrollup').click(function(){\ud x$("html, body").animate({ scrollTop: 0 }, 600);\ud return false;\ud });\ud });\ud \ua!-- End Scroll Up -->