All About Circuits

Latest Test & Measurement Projects

Categories

Measure Distance with a Sonar Sensor on an Arduino

Measure Distance with a Sonar Sensor on an Arduino

Learn how to measure distances up to 20 ft with a sonar sensor on an Arduino!


Build an Object Detection DC Motor Controller

Build an Object Detection DC Motor Controller

In this continuing series of Building Raspberry Pi Controllers, you'll learn how to build a object detection control circuit for operating a small DC motor using a photocell.


Projects Dec 27, 2015 by Don Wilcher
Hack Your Toaster Oven to Become a Thermocouple Measurement System

Hack Your Toaster Oven to Become a Thermocouple Measurement System

The intuitive, step-by-step procedure presented in this article will help you to successfully perform reflow soldering in your toaster oven.


Projects Dec 18, 2015 by Robert Keim
Design a Luxmeter Using a Light Dependent Resistor

Design a Luxmeter Using a Light Dependent Resistor

Take a few minutes to characterize a light dependent resistor (LDR) and you can build a simple and reasonably accurate light meter can be built using an LDR and an Arduino.


Projects Dec 13, 2015 by David Williams
Design Your Own Controller for a Solder Reflow Oven

Design Your Own Controller for a Solder Reflow Oven

In the last installment, we built the hardware to control an AC waveform with a TRIAC as the first step in a DIY solder reflow oven. This tutorial continues the project by showing you how to set up the low-level hardware to measure temperature, read the zero-cross detector, drive the TRIAC, and print to the serial terminal using a USART.


Projects Nov 17, 2015 by Patrick Lloyd
Make an EFM8-Based System for Monitoring and Analyzing Thermocouple Measurements

Make an EFM8-Based System for Monitoring and Analyzing Thermocouple Measurements

With this microcontroller-to-PC interface you can conveniently monitor a temperature and visualize how the temperature changes over time.


Projects Oct 26, 2015 by Robert Keim
Get Started with Matplotlib in Python to Visualize Data Collected from Measurement Instruments

Get Started with Matplotlib in Python to Visualize Data Collected from Measurement Instruments

This article explains how to install PyVisa and MatPlotlib for Python. PyVisa connects a computer to the measurement instruments and matplotlib helps to visualize the data collected from these instruments.


Projects Oct 24, 2015 by Ujjwal Roy
Build a Laser Communication System

Build a Laser Communication System

Use a laser and a photo resistor to build a laser based point-to-point communication system. The best part? It's under $10.


Projects Oct 22, 2015 by Jacob Smith
Build an Arduino-LabVIEW Analog Voltmeter

Build an Arduino-LabVIEW Analog Voltmeter

This project will show how to build a basic analog voltmeter using an Arduino Uno, LabVIEW software, and littleBits electronics modules.


Projects Oct 19, 2015 by Don Wilcher
An ATMega328-based Data Acquisition System

An ATMega328-based Data Acquisition System

In this article I will show you how to use the internal EEPROM of an ATMega 328P microcontroller. I will use a USB-to-serial converter, and an LM35 temperature sensor. I will also give you some tips and tricks when designing a PCB.


Build Your Own Time-Domain Reflectometer

Build Your Own Time-Domain Reflectometer

Build your own TDR out of a scope and a signal generator to troubleshoot long cable runs and impedance mismatches.


Ambient Light Monitor: Using a Triac to Adjust Lamp Brightness

Ambient Light Monitor: Using a Triac to Adjust Lamp Brightness

Part 5 in the “How to Make an Ambient Light Monitor” series.


Projects Sep 01, 2015 by Robert Keim
Make an Automatic Water Softener Reporter

Make an Automatic Water Softener Reporter

Create a smart home by displaying the current salt level of your water softener with the CC3200 and a proximity sensor.


Ambient Light Monitor: Zero-Cross Detection

Ambient Light Monitor: Zero-Cross Detection

Part 4 in the “How to Make an Ambient Light Monitor” series


Projects Aug 16, 2015 by Robert Keim
Ambient Light Monitor: Display Measurements on an LCD

Ambient Light Monitor: Display Measurements on an LCD

Learn how to use an EFM8 microcontroller to convert current and voltage measurements to digits that can be displayed on an LCD. We'll discuss a convenient way to report analog-to-digital conversion values that represent current and voltage amplitudes.


Projects Jul 26, 2015 by Robert Keim
How to Display an Image on an LCD using an EFM8 Microcontroller

How to Display an Image on an LCD using an EFM8 Microcontroller

Use the EFM8’s USB functionality to transfer an image from your PC to an LCD.


Projects Jul 24, 2015 by Robert Keim
Use a PICAXE Microcontroller to Read and Display Temperature

Use a PICAXE Microcontroller to Read and Display Temperature

The 08M2 is the smallest member of the PICAXE family of microcontrollers; it is inexpensive, versatile, and easy to program using free software.


Make a Digital Voltmeter Using an Arduino

Make a Digital Voltmeter Using an Arduino

It's easy to make a simple digital voltmeter using an Arduino and 16x2 liquid crystal display (LCD).


Projects Jun 04, 2015 by Tim Youngblood
Interface a Seven Segment Display to an Arduino

Interface a Seven Segment Display to an Arduino

For many applications, there's no need to use a more expensive liquid crystal display to display data. A simple seven-segment display is sufficient.


Projects Jun 02, 2015 by Tim Youngblood