Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

What is the purpose of the capacitor , the resistor , and the variable resistor ?

Do they work like clock pulses for the 555 timer?

enter image description here

share|improve this question
1  
   
10K+100K is the charge path ,and 100K is the discharge path. – sandun dhammika Apr 18 '12 at 7:47
What's the purpose of the red box around the schematic? – clabacchio Apr 18 '12 at 8:04
3  
Oh, come on, clabacchio, you know as well as I do that it's to protect the schematic against cosmic radiation. (Remove it if you don't like it, it doesn't bother me at all) – stevenvh Apr 18 '12 at 8:07
1  
@sandun - what you say is correct, but it doesn't explain the oscillation. – stevenvh Apr 18 '12 at 8:22
show 3 more comments

1 Answer

up vote 10 down vote accepted

They let the 555 generate the clock pulses for the Johnson counter (the 4017). It's a typical AMV (Astable MultiVibrator) setup. The capacitor gets charged through both resistors until 2/3 Vcc is reached (internal comparator level). This sets a flip-flop which activates the Discharge output (DIS). Through DIS and the potentiometer, the capacitor is discharged until the voltage on the Trigger input (TRI) is 1/3 Vcc, which resets the flip-flop and switches off DIS, so that a new charging cycle starts. So the capacitor voltage swings between 1/3 Vcc and 2/3 Vcc, and each time one of the limits is reached the output toggles.

enter image description here

555 AMVs often have Trigger and Threshold connected. By using a potentiometer to set the Trigger level you can vary the frequency.

It's worth it to study the 555 block diagram and its typical applications, like this AMV or the MMV (Monostable MultiVibrator). The 555 is one of the most versatile ICs around.

enter image description here

share|improve this answer
so many guys failed to explain this simple thing correctly at the interview. Basics++ – sandun dhammika Apr 18 '12 at 8:16
1  
I would fail that at the interview. It's possible I used one at school, but I can't remember, and that was many many years ago. – Rocketmagnet Apr 18 '12 at 9:14
1  
Never having used a 555 is a plus at interview. – Russell McMahon Apr 18 '12 at 14:19
Being able to draw the schematic (transistor level) is a plus at interview. – stevenvh Apr 18 '12 at 14:27
Understanding how to use a 555 from its datasheet despite not having used one since school is a plus at interview. – noah1989 Apr 23 '12 at 8:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.