Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Ligh/Buzzer problem help please!

Status
Not open for further replies.

breneer

Member level 2
Joined
Sep 6, 2004
Messages
51
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
404
I have a project. When a button is pushed, the buzzer and light will conduct. The problem is How can I turn off the buzzer without turning off the light. In my circuit the light and buzzer will only turn off if I will push the RESET button.

Maybe a timer or anything connected to the buzzer.

THANK YOU
 

hello
I design a circut that work with 555 timer
this circut show in picture
Vdd can be between 3 to 15 volt
you can set Th with R & C
Th =1.1*C(F)*R(Ω)

if you have any problem ask me
 
  • Like
Reactions: gtraj66

    breneer

    Points: 2
    Helpful Answer Positive Rating

    gtraj66

    Points: 2
    Helpful Answer Positive Rating
I tested it my ciruit but the buzzer buzz before the button is pushed then stop if the button is pushed. Then the buzz something like this
oooooooooo_break_oooooooooo_break_oooooooooooo....

help me. It should buzz after the button is pushed then stop for (time), not reapeting.
 
deer breneer
555 IC is a timer with 2 work mode:
1:continued that we define 2 time period with 2 R & 1 C:

Th=0.693*(Ra+Rb)*C
Tl=0.693*Rb*C
T=Th+Tl => f=1.44/( (Ra+2Rb)*C)

2:monostable that we define a time period with 1 R & 1 C:

Th=1.1*Ra*C
in this mode ,if pin 4 (reset`)be high & pin 2 (trigger`)be low then out put
change to high for Th second .
note that we have trigger` not trigger. this IC drive with a high to low pulse
I assume u drive LED & buzzer with low to high pulse . therefore i use a RTL not
circuit before drive 555 .
now I think u drive IC with low to high pulse:
_____ _____
______| |____________________| |________________

before press button buzzer is turn on & when U press button make trigger` high ,therefore after Th second buzzer turn off! we must inverse pulse:

_______ _____________________ _________________
|____| |____|

in this case ,when pulse change to low (when u press button) out put change to
high (turn on buzzer) for Th second.

what do u do before this circuit?
u wrote :
When a button is pushed, the buzzer and light will conduct.
the light and buzzer will only turn off if I will push the RESET button.
so u must use a memory such as flip-flop to turn on & off LED with set & reset button .& run 555 with set` pulse . if u can , use not gate after set button
instead my RTL not .

if u have question ask me.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top