Toronto, Ontario, Canada

tag "electronics"

All about normalling

If you plug a patch cable into an input jack on a module, the module receives the signal from that cable. What if you don't plug a cable into the input - what will the module do? Let's look into that in detail. READ MORE

A stripboard Eurorack power cable tester

Here's a little project I put together to solve a specific problem: checking power cables for shorts. I made it using the parts I had on hand, and if you build one yourself you may well end up wanting to make changes, so I'm not going to prepare a complete set of documentation or sell kits or anything. I don't think it's going to be popular enough for selling them to be profitable. But if, like me, you're in a position of needing to check a lot of power cables, you might find these notes useful in designing your own tester. READ MORE

Beware fake parts

There are a lot of counterfeit electronic parts in circulation. It's especially a problem with parts that are obsolete, hard to find, or expensive; sold privately in places like eBay or AliExpress at unusually low prices; and shipped from the People's Republic of China. However, just this week I had to deal with a batch of fake TL074 op amps from a well-known US distributor. Here are some notes that might help others avoid, or at least debug, similar problems. READ MORE

PCB design mistakes

Electronic design is sometimes imagined to begin and end with the schematic. Whoever drew the schematic gets the "designer" credit; hobbyists search the Web for "free schematics" and just assume they will encounter no issues getting from there to a working build; and technical documentation for modules (including my own) focuses on displaying and explaining a clear schematic rather than giving much or any coverage to the PCB design. READ MORE

Logic, before ICs

So, you want a simple digital logic function in a synthesizer. Maybe it's an AND gate, or a couple of XORs, maybe as much as a shift register. How will you build it? READ MORE

Design mistakes in synth schematics

There are a lot of bad synthesizer schematics on the Web, and it doesn't hurt their popularity. As a designer who tries to get everything right, it's somewhat disheartening to see designs with obvious, simple flaws get built commercially and cited as positive examples - and it's even worse when someone has trouble with one of my modules because they tried to connect it to the latest popular whiz-bang box which has bad levels or whatever and does not play nicely with others. In this article I'm going to talk about some of the problems I see time and time again both in free schematics published for DIY hobbyists, and in commercial modules. READ MORE

What's the deal with phase reversal?

Alternate title: "This Dad put -10V into a TL074 and here's what happened to his liver!" READ MORE

The Truth About Ferrite Beads Will Shock You

Q: The analog synth circuit I'm building calls in the schematic for ferrite beads on the power rails, but it doesn't give any further information. What kind of beads should I use? READ MORE

Designing for adjustment

Testing and adjustment are often underestimated in DIY circuit design. It's all very well to choose exactly the right topology and component values for a circuit; but even with a perfect design on paper or in the simulator, how does one get from there to a physical construction that correctly realizes that design? READ MORE

How to choose component values

When I draw the first draft of a new circuit design, I'll usually work out the topology of the circuit first, and leave out any component values unless it's instantly obvious what they need to be. The topology means which components exist and how they connect to each other, and it's a separate step from deciding their values. I'll come back and fill in the missing values later. There's interaction between these two steps, and I may well modify the topology in later drafts of the schematic as the requirements become clearer, but there's still a definite progression from working on the topology to specifying the component values. READ MORE

Driving LEDs digitally

In the last entry I described the electrical requirements of LEDs and how to drive them in the context of analog circuitry. When you want to indicate information with the brightness level of a single LED, as in my Transistor ADSR where the LED directly shows the progress of the envelope, it's appropriate to use an analog driver which provides current proportional to the desired light output. But another common use of LEDs is many of them at once, to display information like the shift direction in an octave switch, or even numeric digits in a 7-segment display. For those kinds of applications, it's appropriate to use a digital style of driver circuit. READ MORE

LEDs and analog drivers for them

Light-emitting diodes! They're all over our electronic equipment; but what are they all about, really? The underlying concepts are simple, but there are a lot of frequently-asked questions that show there's confusion among hobbyists about how LEDs work and how to apply them in circuits. Here are some notes on that. READ MORE

Building a telephone ring booster

I recently switched to a new cable Internet modem, because the cable company (which provides my home Internet service) assured me that the package that came with the new modem would be cheaper for the same service compared to what I'd been paying with my old modem. And that was true, for Internet service. Except for a minor issue of needing to switch my laptop's wireless connection to use dhclient instead of dhcpcd, the Internet connection worked fine. But I quickly discovered a problem. READ MORE

Green modular, part 1: Energy, carbon, and power supply regulators

I'm sometimes asked about the environmental consequences of modular synthesizers. It's an interesting question with a lot of ramifications, and there's a lot of misinformation circulated. That may be inevitable given the nature of this business: synthesizers combine engineering, where hard facts rule, with music, where subjective aesthetics are the order of the day, and it's very easy for someone to start from one bad guess or wrong idea and then follow it into constructing an entire unfounded theory. There's also an unfortunate overlap between the synthesizer hobby and the whole morass of audiophile woo. READ MORE

Exponential converters and how they work

Exponential converters are basic building blocks used in many synth circuits, but for many of us, they are incomprehensible black boxes.  The basic concept of how an exponential converter works is very simple; but the simplest possible circuit for the purpose has many serious limitations, so it's usual to add several layers of additional circuitry to compensate for different effects and make the overall behaviour more predictable.  As a result, the exponential circuits we actually see in common use may look dauntingly complicated to beginning designers, and it may not always be easy to recognize the simple underlying principle.  In this article I'm going to build up to a real-life level of complexity starting from the simplest possible exponential converter circuit. READ MORE

Subscribe to our newsletter