←back to thread

555 Timer Circuits

(www.555-timer-circuits.com)
280 points okl | 3 comments | | HN request time: 0s | 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 #
atoav ◴[] No.41891780[source]
I grew up with Arduinos, never used 555 because it draws too much current for what it is doing. I get how it once was a popular thing, but if I need a simple delay circuit or simple logic that needs to e precise I do it discretev if ir needs to be more complex there is any number of MCUs.

I was 100% self thought and teach electronics in art university now. And I have to say I can't really confirm your suspicions about "the kids", sure many stay at the module level (totally okay, they study arts not electronics), but many don't. I had a student who over the course of 2 years built a brain wave reading circuit with a specialized instrumentation amplifier IC, to filter out grid EMF she built an opamp based notch filter and that woman had nearly no help from me and no prior education in the field. That analog stuff isn't going away anytime soon.

replies(1): >>41892289 #
1. dsv3099i ◴[] No.41892289[source]
It is a bit unfair though as one is comparing new MCU to ancient parts. For example the TLV9301 is a updated version on the 741 and is superior in basically every possible spec, but people still use the 741 out of habit. And if you need a lower power discrete timer, the 555 is not the best way to do it in 2024. There are a huge number of options.

For art projects I totally get using a MCU. You're probably only making one and the product is the art. The engineering just gets in the way so minimizing man hours, which includes the time to learn to do the thing, is critical. It will be tough to beat a MCU on that metric.

replies(1): >>41893863 #
2. atoav ◴[] No.41893863[source]
That is what I meant: the 555 is a habitual option by people who grew up with it. The arduino can be an habitual option by people who grew up with that.

Not every project is mass produced or must be highly optimized when it comes to size, cost or power consumption. People use what they know, and what they know depends on when they grew into it.

replies(1): >>41897316 #
3. 6SixTy ◴[] No.41897316[source]
Arduino is very much less about the board itself, and more of a software framework. Every single "Arduino compatible" board beyond the standard Uno or Micro have a bunch of macros essentially just telling the compiler what the standard Arduino pin definitions go where. That even extends to boards like the 2560, since I know the port registers and the silk screening on that board are completely different.