Live data from Hacker News

The 555 and How It Got That Way

hackaday.com

11–20 of 52 posts

Re: The 555 and How It Got That Way

#11
post #10
post #4

Note that while the 555 is definitely a classic, definitely an amazing and useful chip, it puts large current spikes on the power supply and you would probably want to use something else in new designs unless you’re feeling nostalgic.

What’s the alternative? Is the Ne555 or is there better?

Arduino boards have pwm signal built in and tons of "other" functionality, on top of being programmable. You can get them below one dollar now.

Re: The 555 and How It Got That Way

#12

This was the first IC I ever saw, when I was pulling apart busted electronics equipment in the early 1970s. I understood why transistors had three leads, but what the heck could possibly need eight leads?!?!?

And I thought the 7400 series with DIP socket were the odd ones...

Re: The 555 and How It Got That Way

#13
post #10
post #4

Note that while the 555 is definitely a classic, definitely an amazing and useful chip, it puts large current spikes on the power supply and you would probably want to use something else in new designs unless you’re feeling nostalgic.

What’s the alternative? Is the Ne555 or is there better?

Dave Jones' EEVBlog recently posted a video on cheap microcontrollers (https://www.youtube.com/watch?v=VYhAGnsnO7w

Replacing a 555 timer is a very common job for this type of part. It will typically have an internal oscillator, so it won't need the additional components the 555 needs, reducing cost further. Even if you use something more expensive like an ATtiny (cut down version of the microcontroller found in Arduinos, so very easy to develop for) it might still be competitive because of the reduced parts count and board space.

Re: The 555 and How It Got That Way

#14
post #13
post #10

Earlier quoted context omitted.

What’s the alternative? Is the Ne555 or is there better?

Dave Jones' EEVBlog recently posted a video on cheap microcontrollers ( https://www.youtube.com/watch?v=VYhAGnsnO7w Replacing a 555 timer is a very common job for this type of part. It will typically have an internal oscillator, so it won't need the additional components the 555 needs, reducing cost further. Even if you use something more expensive like an ATtiny (cut down version of the microcontroller found in Ardu…

Atmel stuff is way too expensive to replace jellybeans, same with any ARM stuff.

Re: The 555 and How It Got That Way

#15
post #10
post #4

Note that while the 555 is definitely a classic, definitely an amazing and useful chip, it puts large current spikes on the power supply and you would probably want to use something else in new designs unless you’re feeling nostalgic.

What’s the alternative? Is the Ne555 or is there better?

There are a huge number of cheap timing parts. You can even get an entire waveform generator in a 10pin MSOP.

http://www.analog.com/media/en/technical-documentation/data-...

There are many better alternatives now.

https://www.electronicdesign.com/boards/555-best-ic-ever-or-...

Re: The 555 and How It Got That Way

#19
post #4

Note that while the 555 is definitely a classic, definitely an amazing and useful chip, it puts large current spikes on the power supply and you would probably want to use something else in new designs unless you’re feeling nostalgic.

The CMOS 555s draw 110 μA vs 3 mA for the original bipolar ones.
Post reply on HN