Everything for Electronics

Electronic Gadgets

Newton’s Apple

When I was in junior college, I did an experiment in a physics class that I have never forgotten. It was the classic falling body experiment to measure the acceleration of gravity; 9.81 meters/sec2. I loved carefully adjusting the apparatus and meticulously taking the data, trying to get a result that was as close as possible to the established value. Frankly, I don’t recall how close I got but it was the thrill of scientific inquiry that grabbed me. Now, in this age of computer technology, I thought it might be challenging and fun to see how good I could do in my garage with a fairly simple DIY apparatus.

Build an Audio Loop System

The last time I had my hearing aids serviced, I discovered that the devices included a T-mode operational feature. The T-mode (or Telecoil) setting allows you to receive audio signals fed to an induction loop, which is just a wire loop laid on the floor around the perimeter of the desired area. Induction loops can be found in places such as concert halls, movie theaters, auditoriums, churches, banks, and public buildings where PA announcements are common. I decided to build an installation for my home. Here’s how it went.

Build a Radio Pet Tracker

Knowing your pet’s location is invaluable. With modern technology, there are commercial solutions giving accurate GPS location for days on end. However, these options are costly. So, as a useful and educational project, I built my own tracker using a simple radio beacon.

Build a Configurable Clock/Timer

This project implements a clock/timer device with several handy features other than just a simple alarm. It utilizes a 16-bit PIC, the MPLab Code Configurator, and a serial LCD.

Build a Pocket-Sized Altair Computer

In the beginning, computers were very large and took up a lot of space. These days, single-board computers have gotten quite small. So, could an older Intel 8080 compatible computer be built to today’s smaller size standards? Why yes! It can!

An ESP32 / Teensy 3.5 Super Clock

After creating an Internet connected digital clock using the Adafruit RA8875 driving an seven inch LCD display, I decided to step it up a notch and add several additional features including: the ability to set an alarm; a countdown timer for uses like monitoring an exercise program; a weather display to provide brief conditions at 10 different cities; a real time stock market report that gives the changing prices for a selection of stocks; and lastly (just for fun), a Mandelbrot fractal generator to produce those wonderful images.

Build the Graphing Thermometer

Recently, I began to explore ways to improve and upgrade my “thermal monitoring technology” and came up with this simple, easy to build trend-plotting thermometer. This project features a large color graphics display to show the current temperature in big bold digits. Better than that, it also graphs the temperature trends over the most recent 4, 8, 16, or 24 hour period. 

Whether it be temperature trends, time and date, current/voltage readings, battery status, or other variables, consider giving your next project some extra pizazz by including an LCD color graphics display into the design!

Build a Fun Stylophone

I decided to make an electronic musical toy as a Christmas gift for my young son. I browsed the Web looking for inspiration and found the stylophone: a miniature analog stylus-operated keyboard that was invented in 1967 by Brian Jarvis. My unique take on it combines music and writing to make learning fun!

Build an Internet Digital Clock

The advent of the ESP32 Wi-Fi development boards allows for an increase in the sophistication of a digital clock. It doesn’t take much imagination to envision a digital clock with a large LCD display to not only show the usual time, date, temperature, and humidity, but to also be able to retrieve things from the Internet like the weather or weather forecast, and stock market reports as well. This seven inch clock also automatically corrects for Daylight Saving Time.

TGI: The TEENSY Graphics Interface

The February and March 2018 editions of Nuts & Volts featured my article detailing the Arduino Graphics Interface (AGI) project which described a general-purpose hardware and software platform that could draw graphical objects onto the face of any analog oscilloscope. A reader challenged me to see if the AGI concept and software library could be ported to the newer and faster TEENSY 3.6 processor. This article describes the new and improved TEENSY Graphics Interface project that implements a fully operational “CRT Clock” as a working demonstration of a TEENSY based graphics platform.