All About Circuits

Latest Test & Measurement Articles and Videos

Categories

Everything About the Quine-McCluskey Method

Everything About the Quine-McCluskey Method

To simplify Boolean functions (or switching functions), one might use the Karnaugh map method when there are not that many variables used. However, if a greater amount of variables are used or if several Boolean functions need simplification, using a computer is ideal. The Quine-McCluskey procedure presents a systematic approach that can easily be programmed into a computer for digital simplification.


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
An Intro to Labview and Graphical Programming Languages

An Intro to Labview and Graphical Programming Languages

LabVIEW is a graphical language targeted for equipment monitoring and control. Not using statements, it is programmed using graphic controls. Here's a great intro to this fantastic language.


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
Use Python’s Scientific Toolbox to Find the Natural Response of Thermal Systems

Use Python’s Scientific Toolbox to Find the Natural Response of Thermal Systems

Use Python's scientific toolbox to determine the natural response of a real thermal system and plot the results for visualization and further analysis.


Introduction to the Manually-Controlled Toaster Oven Reflow

Introduction to the Manually-Controlled Toaster Oven Reflow

With the help of a DIY thermocouple measurement system, you can use a cheap toaster oven to accurately reproduce a reflow-soldering temperature profile.


Negative Feedback, Part 10: Stability in the Time Domain

Negative Feedback, Part 10: Stability in the Time Domain

The transient response of a negative-feedback amplifier can help us to understand the nature of stability and convey useful information about the stability characteristics of a particular circuit.


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
What We Want For Christmas

What We Want For Christmas

We polled a bunch of designers and engineers to see what they were asking for this Christmas. Here's the list!


News Dec 12, 2015 by Jennifer A. Diffley
Negative Feedback, Part 6: New and Improved Stability Analysis

Negative Feedback, Part 6: New and Improved Stability Analysis

This article will show you a handy alternative approach to assessing stability via open-loop gain and the feedback factor.


Use LTspice to Understand the LM741 OpAmp: Part 2

Use LTspice to Understand the LM741 OpAmp: Part 2

How an op amp works with LTspice simulation. We left off last time finishing up how the input stage of an op-amp works. The next important stage is made up by transistors Q3, Q4, Q5, Q6, and Q7.


PCB Layout Style Mistakes That Can Ruin Your Design

PCB Layout Style Mistakes That Can Ruin Your Design

This article discusses style mistakes in PCB layout that can make assembly and debugging PCBs difficult. This is vital for designers!


Everything You Need to Know About Direct Digital Synthesis

Everything You Need to Know About Direct Digital Synthesis

Direct Digital Synthesis is used to generate precise analog waveforms that can quickly change frequencies. It's used in test equipment, spread spectrum techniques and to enable frequency sweeps.


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
Sinusoidal Steady-State Analysis

Sinusoidal Steady-State Analysis

Delve into phasor concepts and transforming a circuit with circuit analysis techniques to solve a given circuit in the frequency domain.


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.