Generate pwm using ic 555

From wikiluntti
Revision as of 20:34, 5 August 2024 by Mol (talk | contribs) (→‎PWM: Add a transistor to more powerful applications)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

IC 555

IC 555 is an astable multivibrator (oscillator).

Frequency: The ON time is defined by the time taken to its capacitor to charge to 2/3 (1/e??) level through pin7 resistor, and the OFF time is the discharging time of the capacitor through pin7, 1/3. See the precise numbers from [1].

Monostable state. Bistable state. [2]

Theory

The resistance is much smaller than the resistance of the potentiometer, for example, 1K compared to 100K of the potentiometer. In that way we have 99% control over the charging and discharging resistance in the circuit. See https://electronics.stackexchange.com/questions/175967/how-do-i-use-pin5-to-control-duty-cycle-of-a-555-based-pwm

[3]

The output of the 555 timer can source a current of 200mA to the load.

  • Use MOSFET (eg TIP122 Darlington transistor; 5A) for driving the motor.


To obtain a zero percent (0%) duty cycle, the oscillator need to stop oscillating. One option is to use a parallel resistor to use some of the current.

Method 1; the simple

See the details from Generate pwm using ic 555: The simple method

Method 2; Longer low time: Add a Diode


See the details from Generate pwm using ic 555: Add a diode.

Method 3; Back to two resistors


The two variable resistors R1 and R2 can be replaced by only one potentiometer, now named R1. The charge and discharge timing of the capacitor is bifurcated through separate channels via the diodes.

See [4] for more text. This might be a good: [5].

PWM: Add a transistor to more powerful applications

The 555 can source or sink (supply or pass to ground) around 200mA, thus to drive larger currents we need an output circuit. The 555 will work from 5 to 15 volts, thus a same voltage source can be used. FOr controlling the motor we use TIP31 NPN transistor (max 3A).

Parts

  • 1N4148 x 3; third diode is used in parallel with the motor to suppress the voltage transients as the motor switches ON and OFF.
  • R_o: 1k limits the current flow into the base of the transistor
  • R: 10k
  • Potentiometer: 100k
  • 0.1 uF
  • 100 nF
  • TIP31 NPN Transistor/ BD220 (rated 70V, 4 amps) + heatsink
  • 12V Motor or a dimmable load

https://diyodemag.com/education/fundamentals_versatile_555_timer_pwm_control

  • But more diodes

Or a MOSFET

Mosfet allows more current (they operate on a totally different electrical principle).

  • BJT operation is based on current control. Less efficient (higher power dissipation). Lower input impedance. Superior linearity.
  • Mosfet operation is based on voltage control. More efficient. Higher switching speed. Better thermal stability. High input impedance.


[6]

Method 2: More Diodes

The diodes are used for direction control and protection of the circuit.

[7]

555 internal design and theory

See https://www.electronicshub.org/555-timer-pwm/

and the internal circuit looks like below:

Simulation

Simulation is done using https://www.falstad.com/circuit/circuitjs.html simulation software. The corresponding editable circuit file is downloadable.

References

https://www.homemade-circuits.com/how-to-use-ic-555-for-generating-pwm/

https://www.electronicshub.org/555-timer-pwm/