←back to thread

555 Timer Circuits

(www.555-timer-circuits.com)
280 points okl | 1 comments | | HN request time: 0s | source
Show context
buildsjets ◴[] No.41890953[source]
Built many a 555 timer circuit back in the day! But in modern times, I can get an ATMega328p already attached to a PC board for $2.50 and load code on it to do whatever I want, including blink a red LED.
replies(4): >>41891099 #>>41891465 #>>41892731 #>>41894546 #
tdeck ◴[] No.41891099[source]
Not only are cheap microcontrollers often an easier choice for things the NE555 might be used for, they often draw far less power as well. I personally prefer to use an even smaller and cheaper micro like the ATTiny13A. It's also worth noting that your traditional 555 timers don't like to run below 5V, for that you'll need something like an LMC555. If you're building up a parts inventory, it often makes sense to have a bunch of very cheap micros rather than special purpose parts.
replies(2): >>41891306 #>>41891414 #
1. Joel_Mckay ◴[] No.41891306[source]
Could always use a 555 as a charge pump for your micro power mcu too.

Indeed, a small $0.23 mcu may have its own internal RC oscillator, or even a MEMS based resonator on a PLL. =3