The 555 As A MOSFET Driver

To drive a MOSFET requires more than merely a logic level output, there’s a requirement to charge the device’s gate which necessitates a suitable buffer amplifier. A variety of different approaches can be taken, from a bunch of logic buffers in parallel to a specialised MOSFET driver, but [Mr. T’s Design Graveyard] is here with a surprising alternative. As it turns out, the ever-useful 555 timer chip does the job admirably.

It’s a simple enough circuit, the threshold pin is pulled high so the output goes high, and the PWM drive from an Arduino is hooked up to the reset pin. A bipolar 555 can dump a surprising amount of current, so it’s perfectly happy with a MOSFET. We’re warned that the CMOS variants don’t have this current feature, and he admits that the 555 takes a bit of current itself, but if you have the need and a 555 is in your parts bin, why not!

This will of course come as little surprise to anyone who played with robots back in the day, as a 555 or particularly the 556 dual version made a pretty good and very cheap driver for small motors. If you’ve ever wondered how these classic hips work, we recently featured an in-depth look.

Continue reading “The 555 As A MOSFET Driver”

A Modchip For A Fridge

An annoying fridge that beeps incessantly when the door is open too long should be an easy enough thing to fix by disconnecting the speaker, but when as with [kennedn]’s model it’s plumbed in and the speaker is inaccessible, what’s to be done? The answer: create a mod chip for a fridge.

While the fridge electronics themselves couldn’t be reached, there was full access to a daughterboard with the fridge controls. It should be easy enough to use them to turn off the alarm, but first a little reverse engineering was required. It used a serial communication with an old-school set of shift registers rather than a microcontroller, but it soon became apparent that the job could be done by simply pulling the buttons down. In a move that should gladden the heart of all Hackaday readers then, the modchip in question didn’t even have to be a processor, instead it could be the venerable 555 timer. Our lives are complete, and the fridge is no longer annoying.

The 555 is unashamedly a Hackaday cliche, but even after five decades it still bears some understanding.

Why The 555 Is Not A Timer, But Can Be One

Although commonly referred to as a ‘timer IC’, the venerable NE555 and derivatives are in fact not timer ICs. This perhaps controversial statement is the open door that gets kicked in by [PKAE Electronics] over at YouTube, as he explains with excellent diagrams and simulations how exactly these ICs work, and what it takes to make it actually do timer things. For anyone who has ever used one of these chips there is probably nothing too mind-blowing, but it’s an infinitely better way to wrap your way around an NE555 and kin than a datasheet.

At its core, the 555 contains three 5 kOhm resistors as a voltage divider, which has been incorrectly postulated to be the source of the chip’s name. This voltage divider controls two comparators, which in turn control an SR flipflop. These comparators are used for the voltage trigger and threshold inputs, which in turn toggle the flipflop, respectively setting and resetting it. This by itself just means that the 555 can be used as a threshold detector, with settable control voltage. How a 555 becomes a timer is when the discharge, trigger and threshold pins are combined with external resistors and a capacitor, which creates a smooth square wave on the 555’s output pin.

There are many ways to make basic components into an oscillator of some type, but the 555 is a great choice when you want something more refined that doesn’t involve using an entire MCU. That said, there’s far more that the 555 can be used for, as [PKAE] alludes to, and we hope that he makes more excellent videos on these applications.

Continue reading “Why The 555 Is Not A Timer, But Can Be One”

A 555-Shaped Discrete Component 555

While the “should have used a 555” meme is strong around these parts, we absolutely agree with [Kelvin Brammer]’s decision to make this 555-shaped plug-in replacement for the 555 timer chip using discrete parts, rather than just a boring old chip.

As [Kelvin] relates, this project started a while back as an attempt to both learn EDA and teach students about the inner workings of the venerable timer chip. The result was a 555-equivalent circuit on a through-hole PCB, with the components nicely laid out into the IC’s functional blocks. As a bonus, the PCB was attached to an 8-pin header which could be plugged right in as a direct replacement for the chip.

Fast forward a few years, and [Kelvin] needed to learn yet another EDA package; what better way than to repeat the 555 project? It was also a good time to step into SMD design, as well as add a little zazzle. While the updated circuit isn’t as illustrative of the internal arrangement of the 555, the visual celebration of the “triple nickel” is more than worth it. And, just like the earlier version, this one has a header so you can just plug and chug — with style.

Want to know how the 555 came to be? We’ve covered that. You can also look at some basic 555 circuits to put your 555-shaped 555 to work. We’ve even seen a vacuum tube 555 if that’s more your thing.

Back To Basics With A 555 Deep Dive

Many of us could sit down at the bench and whip up a 555 circuit from memory. It’s really not that hard, which is a bit strange considering how flexible the ubiquitous chip is, and how many ways it can be wired up. But when was the last time you sat down and really thought about what goes on inside that little fleck of silicon?

If it’s been a while, then [DiodeGoneWild]’s back-to-basics exploration of the 555 is worth a look. At first glance, this is just a quick blinkenlights build, which is completely the point of the exercise. By focusing on the simplest 555 circuits, [Diode] can show just what each pin on the chip does, using an outsized schematic that reflects exactly what’s going on with the breadboarded circuit. Most of the demos use the timer chip in free-running mode, but circuits using bistable and monostable modes sneak in at the end too.

Yes, this is basic stuff, but there’s a lot of value in looking at things like this with a fresh set of eyes. We’re impressed by [DiodeGoneWild]’s presentation; while most 555 tutorials focus on component selection and which pins to connect to what, this one takes the time to tell you why each component makes sense, and how the values affect the final result.

Curious about how the 555 came about? We’ve got the inside scoop on that.

Continue reading “Back To Basics With A 555 Deep Dive”

A 555 Can Even Make Your Car Indicator More Visible

Modern cars often come with white marker lights or daytime running lights that are on all the time, as a supplement to the primary headlights. The problem is that in some vehicle designs, these additional lights tend to make it harder to see the indicators when they’re on. [nibbler] had this very problem, and decided to solve it with a special interrupter circuit that cuts the daytime running light when the indicator is on. Even better, they used a 555 to do it!

The circuit is a simple monostable 555 circuit with an active low output. It’s triggered by the indicator signal. When the indicator is on, the circuit drives a relay to switch off the power to the daytime running light. Two copies of the circuit were built, one for the left side, and one for the right side of the car. This means that when the orange indicator is lit, it’s not being overwhelmed by the white daytime running light next to it. In fact, many automakers now program this behavior into their lighting by default.

It’s a nifty hack with a real positive safety impact. We’ve featured some other neat indicator hacks of late, like these tidy sequential indicators. Meanwhile, if you’re hacking on your own automotive lighting solutions, don’t hesitate to let us know!

Random Number Generator Is A Blast From The Past

Hackers love random numbers, or more accurately, the pursuit of them. It turns out that computers are so good at following our exacting instructions that they are largely incapable of doing anything that would fit the strict definition of randomness — which has lead to some elaborate methods of generating the unexpected.

Admittedly, the SB42 Random Number Generator built by [Simon Boak] isn’t exactly something you’d be using for cryptography. The method used to generate the digits, a pair of 555 timers sending pulses through linear-feedback shift registers, would at best be considered pseudo-random. Plus the only way of getting the digits out of the machine is by extracting them from the Nixie tubes with your Mark I Eyeballs. But it absolutely excels at the secondary reason many hackers like to build their own randomness rigs — it looks awesome.

Externally, it absolutely nails the look of a piece of vintage DIY year. Down to the classic white-on-black label tape. But open up the hood, and you’re treated to a real rarity these days: wirewrap construction. In an era where you can get PCBs made and shipped to your door for literally pennies, [Simon] is out there keeping the old ways alive. It doesn’t just look the part either. Unlike most modern projects we see, there isn’t a multi-core microcontroller behind the scenes doing all the work, it’s logic gates all the way down.

This isn’t the first random-ish number generator that we’ve seen use shift registers. But if you’re looking for something that might actually pass some randomness checks, and don’t mind working with something a bit spicy, you could check out some of the previous devices we’ve covered that used radioactive decay as an entropy source.

Continue reading “Random Number Generator Is A Blast From The Past”