Op-Amp Challenge: Light Up Breadboard Shows Us The Signals

Most Hackaday readers will no doubt at some point used a solderless breadboard for prototyping. They do the job, but sometimes their layout can be inflexible and keeping track of signals can be a pain. There’s a neat idea from [rasmusviil0] which might go some way to making the humble breadboard easier to use, it’s a breadboard in which each line is coupled via an op-amp buffer to an LED. In this way it can be seen at a glance some indication of the DC voltage present.

It’s an idea reminiscent of those simple logic probes which were popular years ago, but its implementation is not entirely easy. Each circuit is simple enough, but to replicate it across all the lines in a breadboard makes for a huge amount of quad op-amp chips stuffed onto one piece of stripboard as well as a veritable forest of wires beneath the board.

The effect is of a breadboard crossed with a set of blinkenlights, and we could see that for simple digital circuits it could have some utility if not so much for higher frequency or analogue signals. Certainly it’s an experiment worth doing, and indeed it’s not the first tricked out breadboard we’ve seen.

Op-Amp Challenge: Get More From A Single Wire With An Analogue Adder

It’s been a running battle in some quarters for years, whether analog sensor processing is better than digital. Proponents of digital are sometimes driven by lack of familiarity with analog circuitry, while analog die-hards point to delays and software crashes in microcontrollers. We’d probably toe the line that a mixture of the two skills is best, but [paul] has gone full-on for the analog side with his position and limit sensor for a remote telescope. The ‘scope had only one control wire carrying a digital signal, so how was he to get extra information down it? The solution was to overlay a DC voltage, and use a summing network composed of a series of op-amps to encode position and limit data as voltage.

In operation, the circuit is a straightforward DC summing amplifier of the type that op-amps were designed for and at which they excel. We’re not so sure it needs the high-precision resistors and the choice of op-amps seems the wrong way round with the AD8532’s high current output being better suited to driving the line than straightforward summing, but we can see it does the job. If you’re after a demonstration of a DC summing amplifier using an op-amp, here’s your project. Meanwhile if you’re curious about an op-amp inside the black box, take a look at one of the simplest integrated circuit op-amps ever made.

Op-Amp Challenge: Reliable Peak Power Measurement

As part of our Op-Amp Challenge we’re seeing a wide diversity of entries showcasing the seemingly endless capabilities of these extremely versatile parts. Another one comes from [Joseph Thomas], who when faced with the need to measure the properties of an automotive spark plug, came up with a precision peak detector to hold on to the energy level used when firing it.

It starts with an op-amp buffer feeding a diode and capacitor. The capacitor is charged through the diode and holds the level, which can be read through another op-amp. Finally there’s an opto-isolated transistor to discharge the capacitor before a fresh reading is taken.

It’s a simple enough circuit but a very effective one. The op-amps used are bit old-school FET devices, but aside from the high impedance input their performance is hardly critical. Yet another op-amp circuit to hold in reserve should you ever need to perform this task.

Op Amp Challenge: An Ultra-Cheap PH Sensor Amplifier

It’s rare in 2023 for an instrument to be entirely analog, instead it’s more normal for a front-end to feed the analog-to-digital converter (ADC) in a microcontroller. Typically the front-end will do the job of transforming whatever the output range of the sensor is, and present it to the microcontroller in whatever range it accepts. [David] had exactly this problem with a pH sensor, and rather than buy an expensive module to do the job he designed his own.

The sensor in question produces a relatively tiny voltage of -0.414 to +0.414 volts, and requires a very high input impedance. A FET input op-amp is selected, with the ground of the sensor shifted upwards into the positive range by a voltage divider. This then feeds a second op-amp that amplifies the resulting DC voltage for the microcontroller input.

This circuit is an especially simple op-amp application, and is a typical one for a sensor interface where a DC voltage needs to be brought into range of a microcontroller. If you’re not used to op-amp circuits then take a look, this type of analogue circuit is not difficult and might just save your butt some time.

Want to know more about simple op-amp circuits? Have we got the video for you!

Recreating A Non-Standard USB Cable

USB is a well-defined standard for which there are a reasonable array of connectors for product designers to use in whatever their application is. Which of course means that so many manufacturers have resorted to using proprietary connectors, probably to ensure that replacements are suitably overpriced. [Teaching Tech] had this problem with a fancy in-car video device, but rather than admit defeat with a missing cable, he decided to create his own replacement from scratch.

The plug in use was a multi-way round design probably chosen to match the harshness of the automotive environment. The first solution was to hook up a USB cable to a set of loose pins, but after a search to find the perfect-fitting set of pins a 3D printed housing was designed to replace the shell of the original. There’s an ouch moment in the video below the break as he receives a hot glue burn while assembling the final cable, but the result is a working and easy to use cable that allows access to all the device functions. Something to remember, next time you have a proprietary cable that’s gone missing.

Continue reading “Recreating A Non-Standard USB Cable”

Squeeze Over A Minute Of Movie Filming Onto A 35mm Still Cartridge

There’s an allure to shooting film in the digital age which isn’t quite satisfied by digital filters for your smartphone camera. Aside from the technical challenge of working with a medium limited in sensitivity compared to its electronic replacement there are aesthetic reasons for wanting to shoot with particular lenses not found on any modern cameras. Sadly though, movie film in formats such as Super 8 is expensive to buy and even more expensive to develop.

It’s a problem [Blaž Semprimožnik] addressed with his Okto 35 camera, a unique design that fits a minute and 7 seconds of 8mm-like movie filming onto a much cheaper roll of 35mm still camera film. How does it achieve this feat? By splitting the width of the film into four parallel tracks of 8mm-sized frames.

The camera is a 3D printed design, with all mechanical functions performed by stepper motors to avoid the complex gear trains that would have been found in cameras from the home movie heyday. Each frame advance is a single sprocket hole on the 35mm film, and the track selection is performed automatically by moving the C-mount lens assembly sideways.

The result is a camera which is definitely unconventional, but which delivers something very close to that 8mm experience at a much lower cost per frame. There’s no reflex viewfinder or through-the-lens light metering, but since this is a camera likely to be used by enthusiasts rather than by 1970s consumers we’re guessing this won’t be a problem for most users.

There doesn’t appear to be anything in the way of downloadable STL files or other resources, probably because there’s a possibility he might put the camera into limited production. For the amount of work that he’s evidently put in we wish him luck, and given that the bench on which this is being written has more than one 8mm camera on it, we’re even slightly tempted by one. You might be too, after you’ve watched the video below the break.

This is a novel approach to a 35mm movie camera for still film cartridges, but it’s by no means the first. Previous ones we’ve seen have been full-frame designs though, capturing only a few seconds per roll.

Continue reading “Squeeze Over A Minute Of Movie Filming Onto A 35mm Still Cartridge”

Op Amp Challenge: An Op-Amp Buck Regulator

Switching regulators have delivered such convenience and efficiency compared to their linear siblings, that it’s now becoming rare to see an old-style three-terminal regulator. Modern designs have integrated to such an extent that for many of us the inner workings remain something of a mystery. It’s still possible to make switching regulators from first principles though, which is what [Aaron Lager] has done by designing a buck regulator from a quad op-amp IC,

It’s an entry in our Op Amp Challenge and it appears to be a work in progress, but the design is solid enough. We’re no fans of the schematic style of representing an op-amp chip as a rectangle rather than individual op-amps, but it’s simply a PWM generator with a final op-amp used as a driver for the usual diode-inductor-capacitor network. We’re guessing that the op-amp driver won’t make this the most powerful of switchers, but in this case that’s hardly the point. Build this if you’re interested in taking an op-amp out of its normal sphere, or if you’re interested in the workings of a buck converter.

Need more in the way of switching regulators from first principles? We’ve got you covered, with the ultimate regulator kit of parts, the Fairchild UA723.