ATtiny85 555 timer replacement
Posted: Wed Sep 07, 2011 3:45 pm
Several people on this forum (including myself) have either asked about or built something using the 555 Timer IC. The timer is cheap and there are many schematics available online to help with most applications. But for those (also including myself) who are put off by the extra components and wiring necessary for such circuits, this may be of interest.
Here is the ATtiny85, a very small yet functional microcontroller available as a familiar 8-pin DIP.
It can easily be programmed with an Arduino or Arduino clone using the free Arduino IDE and the instructions provided here. (Awesome site)
For those who already have Arduinos, using this micro should cost <$3. It has far more functionality than the 555 and it can be customized in code rather than through manipulation of components.
If you're looking for a bare minimum micro with some great potential, this is it. I just ordered 10 @ $1.39ea to be used in MilSim grenades. (Press a button and a buzzer goes off 3 seconds later.) They would also work well for pulsing a solenoid on a full-auto gun.
Hopefully this helps someone. I was ecstatic when I came across the HLT page because previously these little micros weren't worth the effort of programming.
Here is the ATtiny85, a very small yet functional microcontroller available as a familiar 8-pin DIP.
It can easily be programmed with an Arduino or Arduino clone using the free Arduino IDE and the instructions provided here. (Awesome site)
For those who already have Arduinos, using this micro should cost <$3. It has far more functionality than the 555 and it can be customized in code rather than through manipulation of components.
If you're looking for a bare minimum micro with some great potential, this is it. I just ordered 10 @ $1.39ea to be used in MilSim grenades. (Press a button and a buzzer goes off 3 seconds later.) They would also work well for pulsing a solenoid on a full-auto gun.
Hopefully this helps someone. I was ecstatic when I came across the HLT page because previously these little micros weren't worth the effort of programming.