Everything for Electronics

Projects

Build a Farmer, Fox, Chicken, Corn Puzzle

Do you remember the logic puzzle about the Farmer who wanted to transport his animals and produce across a river without them eating each other? The puzzle was deceptively simple. Well, I’ve created an updated version of this popular game using an Arduino, plus added my own bells and whistles.

Build a General-Purpose Raspberry Pi Data Logger Hat

This article describes the process of designing and building a custom Raspberry Pi HAT circuit board. This HAT works with a Python script to record and live plot battery voltage, temperature, and capacity. The ability to log data over an extended period is an included useful feature.

Build the Lambda Harp

This article describes the theory, construction, and final project functionality of a musical circular harp that utilizes an off-the-shelf concert organ which provides 160 possible instrument sounds and full MIDI capability. Plus, it looks really neat.

BUILD A ONE INCH SCOPE

What could be more fun than building a miniature oscilloscope? Not one with an LCD screen, but a scope with a real live cathode ray tube just one inch in diameter. All the parts -- including two 6AU6 vacuum tubes -- will be housed in a 5” x 7” x 2” box.

BUILD A SOFTPOT RIBBON CONTROLLER FOR ANALOG SYNTHESIZERS

The last few years have seen a massive resurgence in the popularity and availability of voltage-controlled synthesizers. The very simple ribbon controller we’ll construct in this article will be used to control any of the myriad voltage-controlled modulation opportunities provided by the typical voltage-controlled synth.

Build a Vintage Radio Sweep Alignment Instrument — Part 2

In Part 1 of this series, I covered basic sweep alignment theory and construction/operation of an all-in-one sweep alignment instrument I dubbed the WhippleWay Sweep Alignment Board (or WSAB for short). In Part 2, I’ll describe sweep alignment procedures for AM and FM radios and give an actual example of each.

Designing a Programmable DC-to-DC Converter

DC-to-DC (DC-DC) converters are a common part of modern electronics. The need for an “odd” voltage can arise for biasing, backlighting, analog components, communications, or — as in the case of the LP130 discussed in the last issue — programming and verification. If your main circuit is powered from +5V and you have a few chips that need 3.3V, a simple linear regulator will suffice. However, linear regulators can only reduce the supplied voltage. Most practical DC-DC converters are a type of switching regulator and in this article, DC-DC converter means a switching type of regulator.

Build a Simple Isolator for Externally Powered Arduinos

Arduino Unos and Megas are normally powered by five volts through their USB connectors or by connecting 7-12 volts to the power jacks or Vin header pins. However, there is another way. This is a very simple project, but it sure makes programming easier.

Build a Vintage Radio Sweep Alignment Instrument

The popularity of repairing and restoring tube radios has highlighted the need for a variety of test instruments. After repair or restoration of a radio, the final step is often alignment. For an AM radio, a signal generator and voltmeter will do a good job. But with an FM radio, using a signal generator and voltmeter does not always produce the best results. So, I came up with my own design using a digital signal generator module, Arduino processor, and digital display.

Build a PICBall Machine

For our “Designing With Microcontrollers” class at Cornell University, we built a pinball machine with electronic components controlled by software on a PIC32 microcontroller. This article details the design process, challenges we experienced, and solutions we came up with while completing the project from start to finish.