Maker Pro
Maker Pro

555 metronome with leds

Vitautas

Mar 19, 2012
6
Joined
Mar 19, 2012
Messages
6
Few days ago I asked about equalizer circuit, but now I understand that it is a bit too complicated for me. So I searched for something easier to build and found this metronome circuit:
LedLam4.gif


What I would like to know is how can I add 4 leds that will flash alternately at every beat.
Also, why is there a transistor and what kind of speaker or piezo element should I use so that the measurements of the metronome would be as small as possible?

I think the audio amplifier isn't necessary?

And one more thing. The bigger the Vcc, the louder the volume?

Thank you.
 

twister

Feb 12, 2012
172
Joined
Feb 12, 2012
Messages
172
Few days ago I asked about equalizer circuit, but now I understand that it is a bit too complicated for me. So I searched for something easier to build and found this metronome circuit:
LedLam4.gif


What I would like to know is how can I add 4 leds that will flash alternately at every beat.
Also, why is there a transistor and what kind of speaker or piezo element should I use so that the measurements of the metronome would be as small as possible?

I think the audio amplifier isn't necessary?

And one more thing. The bigger the Vcc, the louder the volume?

Thank you.

The amp is necessary with an 8 ohm speaker. 5/8=0.625A
It is not necessary with a 32 ohm speaker. 5/32=0.156A
Look up the data for your 555 to see how many amps it puts out.
You could hook a 500 ohm to pin 3 and to a led to ground.
You could hook a 500 ohm to VCC and to a led and to pin 3.
They will flash alternately.:)
 

Vitautas

Mar 19, 2012
6
Joined
Mar 19, 2012
Messages
6
But what about 4 leds?
And do I really need an amp when using 8 ohm speaker? That's a disappointment:(
 

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,722
Joined
Nov 17, 2011
Messages
13,722
An 8 Ohm speaker needs too much power. The 555 isn't up to this task. Adding a single transistor should not disappoint you.

4 LEDs in series need at least 4*1.6V=6.2V if you use red LEDs. Using other colors will require even more voltage. So with 6V the thing you can do is take 2 LEDs in series and add a suitable current limiting resistor in series (see the tutorial on LEDs in this forum).
Put two of these series packs in parallel and you have 4 LEDs. Add another transistor similar to the one for the speaker, but leave out the speaker. Put the LED pack into the collector wiring and add a base resistor with a value of approx. R=5V/(100*I_LED) into the base wire. See this schematic block diagram:
attachment.php


Harald
 

Attachments

  • 555.gif
    555.gif
    6.8 KB · Views: 2,883

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
You're essentially driving the speaker with DC. It's really bad for it.

You would be better off doing something else. I'd recommend (perhaps) a short burst of signal (say 1kHz) at each beat. You could than capacitively couple the speaker to the 555's (this would be a second one) output. It would be enabled by the short pulse generated by the first 555 (the one you show). Also you would probably want to reduce the duty cycle somewhat.

An AC signal to the speaker is going to sound WAY louder too.
 

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,722
Joined
Nov 17, 2011
Messages
13,722
For a metronome a capacitor in series with the base resistor may be suitable. After all, you only need a "click" sound.

Harald
 

Vitautas

Mar 19, 2012
6
Joined
Mar 19, 2012
Messages
6
sch.jpg

analyse.jpg

I drew the schematics to run transient analysis. I calculated that when R1 is 70k, the output frequency should be 2Hz. And it is, but why is the signal inverted?
Two diods in series should simulate red led. Is 1k before the leds enough?
Should I use electrolytic capacitors?
 

duke37

Jan 9, 2011
5,364
Joined
Jan 9, 2011
Messages
5,364
A 555 gives an asymetrical output in that circuit.
I am no expert on the 555 but I think that a symmetrical output can be obtained by disconnecting pin 7 (discharge) and connecting R1 to output instead of Vcc.
 

Vitautas

Mar 19, 2012
6
Joined
Mar 19, 2012
Messages
6
Now I found this.
scheme.jpg


But where should i connect pin 5, because pspice gives error.
 
Top