Maker Pro
Maker Pro

frequency range too small on 555 timer circuit?

http://www.electroschematics.com/5834/pulse-generator-with-555/
I breadboarded this 555 pulse generator and the duty cycle adjustment is very good however i cant get the frequency range I would like, it is very limited to the point of only noticing a change in frequency at either extreme of the potentiometer (using an led as visual)
any idea what is responsible for the narrow frequency range?
i tried different ratios of P2 and P1 without improvement.
 
C1 is going to have the biggest effect.
adjusting C1 helped me get into my desired frequency band but had no effect on the width of the band,
I would need a variable capacitor,
maybe 555 timers are designed more for setting to specific freqeucny and leaving it there?
I suppose a variation of caps on a rotary switch would achieve this but im hoping theres an easier way
 
Last edited:

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
maybe 555 timers are designed more for setting to specific freqeucny and leaving it there?

Circuits using a 555 having a single control for duty cycle are pretty simple.

Likewise, circuits using a 555 having a single control for frequency are pretty simple.

However, it is not particularly easy to design a 555 circuit where you can independently control duty cycle and frequency. It sounds like this is what you want to do.
 
Circuits using a 555 having a single control for duty cycle are pretty simple.

Likewise, circuits using a 555 having a single control for frequency are pretty simple.

However, it is not particularly easy to design a 555 circuit where you can independently control duty cycle and frequency. It sounds like this is what you want to do.
yeah it is, I guess the rotary switch with caps is my easiest option
 
I'd like to add that the width would be fine as just a SPDT switch for 10-20% (typical synthesizer trigger) and 50-60% (typical synthesizer gate)
doubt that makes its any easier though
 
Here's how you could get the frequency and duty cycle you want, using half of a six-inverter IC such as the 74HC04.
Frequency (0.2Hz to 2Hz) and duty cycle (2% to 98%) are independently adjustable.
VariablePulseGen.gif
 
Here's how you could get the frequency and duty cycle you want, using half of a six-inverter IC such as the 74HC04.
Frequency (0.2Hz to 2Hz) and duty cycle (2% to 98%) are independently adjustable.
View attachment 20876
sounds great and looks surprisingly simple! I'll have to do some reading on inverters first to know whats actually going on
 
Here's what's going on :-
R1/R2/U1a/U1b form a large-hysteresis Schmitt trigger circuit with an inverting node at U1a output. C1 and the SetFreq pot then turn this into a square-wave oscillator. The waveform across C1 is approximately triangular and is summed (via R3/R4) with a voltage set by the SetDuty pot. As the sum signal crosses the switching threshold (approximately half the supply voltage) of U1c, so the output of U1c flips from rail to rail to form a PWM waveform.
 

CDRIVE

Hauling 10' pipe on a Trek Shift3
Here's how you could get the frequency and duty cycle you want, using half of a six-inverter IC such as the 74HC04.
Frequency (0.2Hz to 2Hz) and duty cycle (2% to 98%) are independently adjustable.
View attachment 20876
Alec, I like it. It's a clever simple circuit but it's giving me a case of deja vu. Have you ever posted that circuit elsewhere?

Chris
 
Top