Maker Pro
Maker Pro

Delayed buzzer for Motorbike

I want to add a safety feature for my motorbike to turn signal indicators

For that, I need to create a circuit with a buzzer. The battery of the vehicle is 12V 5 Amp DC.

If I turn on the left or right turn signal indicators or both (hazard light), I wish to buzz the buzzer only after each 10 flashes of the indicator.

I am attaching a picture along with to show the desired circuit .

Please help mecirc.jpg
Attach the real circuit diagram with all component specification, Please
I am a beginner in electronics.:)
 
I do not have time to design your circuit in detail, perhaps you could do it yourself.
You could use a schmitt trigger (4093 or 40106) to debounce the input and then feed the signal to a 4017 Johnson decade counter. A reset input would be necessary.
 
lol.
Forgetting to turn off your turn-signals?

A decade counter would be perfect for this task, and is an easy component to learn with as a beginner.
What if you are stopped at a left-hand turn with your blinker on? You still want it to buzz at you?
I hate to say it, but managing the turn signal is one of those things you need to keep on top of. Just like shoulder checking, and covering your break as you approach intersections... those pesky drivers in their 4-wheel vehicles don't normally see us, so you need to be observant. (the blinking indicator next to the speedometer should be a great indicator)
 
You want the circuit to be powered by the battery *after* the ignition switch, so it isn't drawing any current when the bike is off. Then, the circuit board needs inputs from both the input and output sides of the turn signal blinker. These get cleaned up with a noise filter and transient suppression, then drive a CD4017 counter. The counter has a power-on reset circuit (one resistor and one capacitor) to make sure it always powers up correctly when blinking starts. The blinker output increments the counter, and the 10th counter output drives the buzzer through a driver transistor.

One chip, some Rs and Cs, one transistor, the buzzer... Does this sound like something you can build on perf board?

ak
 
If D1 was paralleled with another diode to get power from left and right blinker and C1 made much bigger, then a separate power supply may not be needed.
Two blinker inputs through diodes and a 1k across D2 would give a good clock from either side.

My book says that the input rise time should be less than 5μs so a schmitt trigger to may be advantageous.
 

CDRIVE

Hauling 10' pipe on a Trek Shift3
Personally I wouldn't want it to count 10 flashes and trigger a continual buzzer. More tolerable for those times when waiting to turn would be a beep every 10 flashes.

Chris
 

CDRIVE

Hauling 10' pipe on a Trek Shift3
Uh, yeah ... I didn't see that specified in his text but I see it now in his attachment. I also see that your circuit complies with that.

Chris
 
R1 and C3 form a power-on reset. The circuit powers up every time a turn is initiated, and the 4017 is not guaranteed to start in any particular state.

D2 and D3 work with R2 for input transient suppression. I assumed that bike signals are at least as dirty as car signals.

There is a simple transistor on the output, so I don't know what you are referring to there.

Also, the design assumes a piezo beeper. For an electromechanical buzzer, add a suppression diode across its inputs.

ak
 
D2 and D3 are to protect the input from power supply spikes.

R1 and C3 produces a reset on switch on so that the counter starts at the very beginning, a very good place to start.:)

Snap!
 
As the internal schematic of the 4017 shows, the enable (or inhibit) input gates the clock only, and has no effect on the reset function. In fact, you can use the enable input as a negative-going clock input and the clock input as a positive-going enable.

Experience indicates that CMOS internal protection is not sufficient for most industrial and automotive environments.

ak
 
Experience indicates that CMOS internal protection is not sufficient for most industrial and automotive environments.
Have made controllers for various highway marker/tar sprayer vehicles and always buffered all inputs and outputs with transistors. No failures. On the reverse, gear I made to transmit river level info installed in an area that got lightning occasionally would destroy chips regularly in spite of the gear being inside a metal tank and inside a metal equipment enclosure.
 
Dear ak
I am a hobbyist in electronics. So I do not have fully understood your diagram. Please reply me to clarify my doubts please......(I marked it in red in the attached diagram)

  1. I think the +12V you meant, it is from the battery +ve directly. Is it?
  2. I think the 'Earthing' you meant, it is from the battery -ve directly. Is it?
  3. 'Blinker power' means? (From/to the connection leads to?)
  4. 'Blinker input' means? (From/to the connection leads to?)
  5. 'Earthing' (in the red middle circle) means? (From/to the connection leads to?)
  6. How the circuit from the '11' from IC? (Using the transistor)

hope your reply
 

Attachments

  • TurnSignalBuzzer-1-c.pdf
    63.6 KB · Views: 146
Have made controllers for various highway marker/tar sprayer vehicles and always buffered all inputs and outputs with transistors. No failures. On the reverse, gear I made to transmit river level info installed in an area that got lightning occasionally would destroy chips regularly in spite of the gear being inside a metal tank and inside a metal equipment enclosure.

Protecting circuits from lightning strikes is entirely doable, but it takes attention to some...uncommon...details. MIL-STD-464 defines a lightning strike as a 218,810 ampere transient that drops to 11,300 amperes for 5 milliseconds, then settles down to 400 amperes for 1/2 second. That's a lot, the corresponding electric and magnetic field strengths are enormous, and designing for this environment makes for expensive connectors and materials. But it is done every day.

And none of this is as high as the conditions in MIL-STD-2169, the standard for EMP, which is classified.

ak
 
Something like this.

ak
View attachment 23677
Dear ak
I am a hobbyist in electronics. So I do not have fully understood your diagram. Please reply me to clarify my doubts please......(I marked it in red in the attached diagram)

  1. I think the +12V you meant, it is from the battery +ve directly. Is it?
  2. I think the 'Earthing' you meant, it is from the battery -ve directly. Is it?
  3. 'Blinker power' means? (From/to the connection leads to?)
  4. 'Blinker input' means? (From/to the connection leads to?)
  5. 'Earthing' (in the red middle circle) means? (From/to the connection leads to?)
  6. How the circuit from the '11' from IC? (Using the transistor)

hope your reply
 

Attachments

  • TurnSignalBuzzer-1-c (1).pdf
    63.6 KB · Views: 124
Top