Anyone have any info/schematic for automotive (12V) sequential flasher circuit. Looking for something that will run a string of bulbs left to right, right to left, and center out. 55W halogen bulbs. Also known as a "Traffic Advisor" and is mounted on the rear of a cruiser. Thanks any and all.............
How many bulbs? Eight? Chances are it will be cheaper to buy a programmable power supply new or used. The electronics and packaging thereof are non-trivial mainly due to the required protection against vehicle electrical system transients, bulb inrush currents, and automotive environment extremes of temperature, shock, and vibration. The product needs to be rugged IOW.
Jim doesn't care. By his own admission, he's "filthy rich", and according to his previous post, he's somewhat of a scofflaw, which is ironic, given his admitted nazi tendencies.
Thanks! Rich
--
"We have met the enemy and he is us." - Pogo Possum
Good point! Many here could devise a circuit using MOSFET lamp drivers and a PIC microcontroller -- but who would build it and package it? It's hard to save any money building a few of something that is commercially available.
Your call - but if it's for your job, I would think a commercial unit would be what you want. But if you enjoy experimenting, you might like the circuit described and diagramed below.
There are diagrams below the text.
4 decade counters, 9 bulbs: (can be more than 9 bulbs with additional decade counters) The "master_counter" 1 one counts 0 to 2 and resets at 3, so it has 3 active outputs: 0, then 1, then 2. All decade counters will have only 1 output active at any given time. Bulbs will be wired to drivers, and the drivers will be connected to decade outputs 1 through 9 through diodes.
The master_counter will sequentialy enable counter0, counter1 and counter2 when master_counter_0, 1 and 2 go active. The master_counter will be incremented when counter0 or 1 reaches 9, or when counter2 reaches 5
Counter0 will sequentially light bulbs
1 2 3 4 5 6 7 8 9 yielding this ==> direction
Counter1 will sequentially light bulbs
9 8 7 6 5 4 3 2 1 yielding this |---------------------Dr1---Bulb1--+--- +V | o |1-------->|---------------------+ | | u |2-------->|-------------------+ | | | n |3-------->|-----------------+ | Dr2---Bulb2--+ | t |4-------->|---------------+ | +-+ | | e |5-------->|-------------+ | | | | | r |6-------->|-----------+ | | | Dr3---Bulb3--+ | |7-------->|---------+ | | | +---+ | | 1 |8-------->|-------+ | | | | | | --- | | | | | | | Dr4---Bulb4--+ | | | | | | | +-----+ |
+---+ | | | | | | | | | | | | | | | Dr5---Bulb5--+ | | | | | | +-------+ | | | | | | | | | | | | | | | Dr6---Bulb6--+ | | | | | +---------+ | | | | | | | | | | | | | Dr7---Bulb7--+ | | | | +-+---------+ | | | | | | | | | | | | | Dr8---Bulb8--+ | | | +-+-----------+ | | | | | | | | | --- | | | Dr9---Bulb9--+ | | C |0-------->|---+ | | | o |1-------->|-----+ | | u |2-------->|--- To Dr7 | | n |3-------->|--- To Dr6 | | t |4-------->|--- To Dr5 | | e |5-------->|--- To Dr4 | | r |6-------->|--- To Dr3 | | |7-------->|--- To Dr2 | | 2 |8-------->|--- To Dr1 | --- | | 9 | | | |
+---------+ --- | | C |0-+->|--- To Dr5 | | | | | o |1-+->|--- To Dr6 | | | +->|--- To Dr4 | | | | | u |2-+->|--- To Dr7 | | | +->|--- To Dr3 | | | | | n |3-+->|--- To Dr8 | | | +->|--- To Dr2 | | | | | t |4-+->|--- To Dr9 | | | +->|--- To Dr1 | | | | | e |5---+ | | r |6 | | | 0 |7 | | | |8 | | --- | | |
+---------------------+
Driver detail: V+ | Bulb | ||---+ D | || G ----- ||---+ S | Gnd
Counter enabling via the master counter & power on reset:
ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here.
All logos and trade names are the property of their respective owners.