Electronic – Is the NE555 the IC I need, and if not, what do I replace it with

555ne555

I've noticed that whilst I have a well-known solution using an NE555, that IC doesn't fulfill my needs perfectly. Others have told me that the NE555 is very rarely an appropriate solution to one of the problems it's being used for.

What are the systematic problems with the NE555?

More specifically, I'd like to have a better (lower part count / complexity, better stability, lower power consumption) solution for the following typical applications:

  • One-off timer (Monostable Multivibrator)
  • Ramp generator
  • Dear versed reader: please extend this list with typical applications!

Best Answer

Systemic problems and upsides of the NE555

Let's refer to a common datasheet, the TI NE555 datasheet.

Power usage

The NE555 is really power-hungry. As in, it realistically requires a supply voltage >= 5V, and uses a typical current of 10 mA at no load, no switching; that's at least 50 mW for doing nothing. Modern microcontrollers work at lower voltages, and typical everything enabled, even if not used (example datasheet) at say 12 MHz clock rate (which should be way more than enough to synthesize any signal shape that the NE555 might create) half of that; but realistically, you'd run your MCU at a lower frequency, and let it sleep most of the time when using it to replace an NE555 in most applications.

There's CMOS-based xx555 ICs, which have significantly lower power consumption, but share the other downsides of the NE555.

Now, in an application where you can really work with these CMOS-based 555 for rarely-occurring switching processes, they can pose a good low-power solution to a common problem.

Supply Voltage

  1. The NE555 needs > 4.5 V to operate; typically, more. Very little modern applications still need 5V supply. You'll often find yourself in a situation where you just add a higher supply voltage just to use your NE555. That complicates the overall circuitry, but is often ignored.
  2. The NE555 is sensitive to supply voltage fluctuations. Not even because it's not perfect – it's just the way it's designed: threshold voltage, trigger and reset voltages, but also output currents are all functions of the supply current; and: not linear functions of that – so that changing the supply voltage means that the behaviour of your circuit changes.
    That means that you'll always want to use your 555 on a well-regulated supply. That, again, adds "hidden" complexity to your circuitry.

Now, supply regulation circuits for low-power applications (i.e., when not using NE555 but a CMOS variant) are simple, and you'd honestly want one of these, anyways, so this might not be as bleak as it sounds at first.

Dependence on passive component values

In most applications, the timing of what the 555 produces is controlled by one or multiple capacitors.

Now, capacitors are interesting components:

  1. Their size gets larger the larger their value,
  2. sadly, same goes for tolerances, and
  3. many types of capacitors age, i.e. they change their values over time (especially, electrolytic capacitors used when you need a large capacitance)
  4. ... and over temperature
  5. ... and over frequency (though that is a lesser concern for 555 applications, which inherently are slow)
  6. ... and over voltage.
  7. You rarely get capacitors that even specify lower tolerances than 5%

Of course, resistors aren't perfect, either, but they can be had in much tighter tolerances and generally tend to change much less over time. They do have a temperature dependence, but that's largely insignificant here.

That inherently means that every circuit you build with a 555 that needs to fulfill a specific time behaviour rather accurately has to be hand-tuned, and often, re-tuned after time.

On the other hand, especially in educative settings, this is a highly valuable tool for teaching people about things you can do with analog currents, charging capacitors etc. So, for didactic purposes, the 555 might be a good choice.

Limited accuracy of the chip itself

The datasheet guarantees not much; a maximum initial timing error of 3%, even if all your passive components are perfect.

Speed

Aside from the accuracy limitation on the lower end of speed (due to limited size of accurate capacitors), the NE555 is a pretty slow component, by modern means. For example, the propagation times of rising input edges are in the order of magnitude of 1 µs – that practically means that everything above 100 kHz is inherently problematic, and below, one still get a lot of the worst-lossy regions of the output.

So, in general, for anything that is "HF", don't use the NE555, for anything that is slow, don't use the NE555. That raises the question what the actual "sweet spot" for that component really would be...

Then again, audio falls into that region.

Glitches

The exact behaviour on power-up isn't that well-defined; voltage spikes during voltage ramp-up might very well trigger output changes, making the whole 555 family a bit undesirable for power-up delay applications.