←back to thread

555 Timer Circuits

(www.555-timer-circuits.com)
280 points okl | 3 comments | | HN request time: 0.745s | source
Show context
lmpdev ◴[] No.41891546[source]
We sell kits with plenty of 555 timers (including some listed here)

It’s a shame that Arduino has effectively truncated kids learning with a full MCU as the “building block” of their learning

I see it also bite them in the arse with wasteful solutions. Often a BJT or power fet is all they need (say for a basic relay trigger). But if they aren’t presented with a shiny arduino compatible module explicitly designed for what they want, they get nervous

About half the kids I see make the intellectual jump, half end up not coming back

I do wish kids were taught basic soldering, it would make the learning process a lot less worrisome

The 555 and LM741 are still supreme learning tools. They are even simple enough to breadboard out with BJTs and analogue components. I’ve only seen a few extremely hardcore guys bother to conceptualise under the hood that deeply

replies(9): >>41891585 #>>41891780 #>>41891860 #>>41891951 #>>41892689 #>>41893425 #>>41895057 #>>41896842 #>>41906364 #
doe_eyes ◴[] No.41891585[source]
> It’s a shame that Arduino has effectively truncated kids learning with a full MCU as the “building block” of their learning

Why? I think the vast majority of hobbyists used the 555 as a "black-box" chip. They now have a more intuitive, cheaper, and more power-efficient way of doing the same thing.

Pre-Arduino, learning electronics wasn't more profound. It was just less accessible. Nowadays, you have the same number of determined and talented hobbyists who eventually master some of the more arcane topics. You also have more people who learn just enough to get their art project done, and it's easier than it used to be... but why is that a bad thing?

There's a temptation to demand that others do things the hard way just because we had to. But is it healthy? I don't lament the demise of the 555 any more than I lament that the youth no longer knows how to put shoes on a horse.

replies(4): >>41891779 #>>41891931 #>>41894706 #>>41895703 #
1. kmbfjr ◴[] No.41891931[source]
You raise an interesting issue to which I offer just ONE counterpoint. That is, a 555 circuit often requires external circuits that involve useful theory beyond basic circuits.

I’m thinking RC timing and voltage dividers. These have practical application. Would it ever get used elsewhere? That is where my thinking merges to yours.

Forty years from when I started that journey, not sure it can’t be learned from a wiki.

replies(1): >>41894102 #
2. 15155 ◴[] No.41894102[source]
Voltage dividers are still commonly used in MCU-laden designs, as are RC timing circuits.

(The power supply sitting next to that MCU has a divider-based feedback loop, usually.)

These possibly can't be learned from a wiki, but they can absolutely be learned from the Art of Electronics for a low price.

replies(1): >>41894456 #
3. wkjagt ◴[] No.41894456[source]
A potentiometer is a simple voltage divider, and I think often used as an input to the ADC of an MCU, as a means of turning some some value up or down.