
They aren’t a lot of bells & whistles on this DIY logic probe, but it’s still useful. It looks like you could make this simple probe for just a couple of bucks. You might even have all the components hiding in a parts bin somewhere.
In the Maker Shed:
DIY Design Electronics Kit
10 thoughts on “DIY Simple logic probe”
Comments are closed.
Very little thought went into this. It will only light on a logic one, not on 0.
It will also only work in a circuit where there is enough current to light the LED, and it may also affect the state of the circuit being tested. Real logic probes have high impedance inputs. This would more accurately be called a power-good / polarity tester.
If it’s stupid and works, it wasn’t stupid. I’m sure most TTL and CMOS logic gates can drive an LED. Just look at the Arduino. LED+resistor combos are normally driven without an amplifier. I call these things ‘poke-a-lights’. I’ve made two similar to this. The first one replaces the resistor with a low watt, 120VAC incandescent light bulb. It can do a quick check of polarity and voltage from 3v all the way up to line voltage AC. The light bulb resistance changes with the voltage applied, and keeps the current flowing through it and the LED mostly constant. The second uses a voltage divider and is designed for 12v systems. One lead of the LED goes to a probe, and the other lead goes to a resistive divider made with 2*1k ohm resistors. The resistors connect to the 12v and ground of the system under test. I keep it in my glove box and use it to check fuses. It can check fuses even if they’re un-powered. As I poke the probe on each end of the suspect fuse, the LED should show the same color (red or green, doesn’t matter) on both sides. This works because all fuses should have either 12v or else be grounded through the circuits it powers.
I think this is a better one – it has tri-state indication – low = LED off, high = LED bright, open/high impedance = LED dim. Here’s the URL:
http://pminmo.com/troubleshoot/lprobe.htm
That does look cool. Thanks for the link.