All About Circuits

Latest Data Converters Articles and Videos

Categories

Signal Conditioning for Pyroelectric Passive Infrared (PIR) Sensors

Signal Conditioning for Pyroelectric Passive Infrared (PIR) Sensors

Learn about the basics, signal conditioning, digital output, and hardware specs of passive infrared sensors.


Understanding the Delta-Sigma ADC

Understanding the Delta-Sigma ADC

ADCs (analog-to-digital converters) can be described as either Nyquist-rate or oversampled converters. The Delta-Sigma ADC belongs to the oversampled family of converters. It relies upon oversampling and noise shaping to achieve high-resolution conversions.


The Actively Loaded MOSFET Differential Pair: Measuring Lambda, Predicting Gain

The Actively Loaded MOSFET Differential Pair: Measuring Lambda, Predicting Gain

In this article, we’ll look at the equation for differential gain and use LTspice to find the value of the channel-length-modulation parameter referred to as lambda (λ).


The Actively Loaded MOSFET Differential Pair: Output Resistance

The Actively Loaded MOSFET Differential Pair: Output Resistance

In this article, we’ll discuss MOSFET small-signal output resistance as we make our way toward predicting the gain of the actively loaded differential pair.


Understanding Arduino UNO Hardware Design

Understanding Arduino UNO Hardware Design

This article explains how Arduino works from an electronic design perspective. It also explains the role of every part of the Arduino.


FIR Filter Design by Windowing: Concepts and the Rectangular Window

FIR Filter Design by Windowing: Concepts and the Rectangular Window

In this article, we'll review the basic concepts in digital filter design. We'll also briefly discuss the advantages of FIR filters over IIR designs, e.g. stability and linear-phase response. Finally, we'll go over an introduction to designing FIR filters via the window method.


Digital-to-Analog Conversion with the SAM4S Peripheral DMA Controller

Digital-to-Analog Conversion with the SAM4S Peripheral DMA Controller

Part Three in this three-article series shows you how to generate values for a discrete sinusoid and continuously convert this data into an analog signal without overburdening the CPU.


Projects May 09, 2016 by Robert Keim
Understanding and Using the SAM4S Digital-to-Analog Converter

Understanding and Using the SAM4S Digital-to-Analog Converter

Part Two in this three-article series explores the SAM4S DAC. We’ll look at hardware configuration, electrical characteristics, and the application programming interface.


Projects May 04, 2016 by Robert Keim
IoT and the Evolution of Smart Sensors

IoT and the Evolution of Smart Sensors

How cheap MCUs are turning ubiquitous sensors into the next IoT frontier.


News Apr 28, 2016 by Majeed Ahmad
DMA Digital-to-Analog Conversion with a SAM4S Microcontroller: The Timer/Counter

DMA Digital-to-Analog Conversion with a SAM4S Microcontroller: The Timer/Counter

Part One in this three-article series focuses on using the SAM4S timer/counter peripheral to precisely control the DAC’s sampling rate.


Projects Apr 28, 2016 by Robert Keim
Classification of Signals used in Electrical Engineering

Classification of Signals used in Electrical Engineering

Classifying signals is a way to organize the signals that surround us. It focuses design, testing requirements, measurement tools, and expected results. There are many ways to classify signals!


PWM Digital-to-Analog Conversion with the SAM4S Xplained Pro

PWM Digital-to-Analog Conversion with the SAM4S Xplained Pro

In this article we’ll use the SAM4S Xplained Pro development platform to get some hands-on experience with a PWM DAC.


Projects Apr 19, 2016 by Robert Keim
Reading Analog Values and PWM with LabVIEW FPGA

Reading Analog Values and PWM with LabVIEW FPGA

Learn LabVIEW FPGA by programming the on-board Xilinx FPGA of the student-focused embedded device NI myRIO.


Low-Pass Filter a PWM Signal into an Analog Voltage

Low-Pass Filter a PWM Signal into an Analog Voltage

In this article we will take a closer look at how to effectively low-pass filter a PWM signal into an analog voltage.


Turn Your PWM into a DAC

Turn Your PWM into a DAC

If your microcontroller doesn’t have a digital-to-analog converter, you can make a passable replacement with nothing more than a pulse-width-modulated signal and a low-pass filter.


Building Raspberry Pi Controllers Part 5: Reading Analog Data with an RPi

Building Raspberry Pi Controllers Part 5: Reading Analog Data with an RPi

Learn how to read electrical signals and data from an analog device using the Step Response technique in Part 5 of the Building Raspberry Pi Controllers series.


Projects Feb 09, 2016 by Don Wilcher
Embedded PID Temperature Control, Part 1: The Circuit

Embedded PID Temperature Control, Part 1: The Circuit

Invoke the power of the PID (proportional–integral–derivative controller)! The key components in this design are an EFM8 microcontroller, a DAC, and the MAX31855 thermocouple-to-digital converter.


Projects Feb 01, 2016 by Robert Keim
Understanding the Successive Approximation Register ADC

Understanding the Successive Approximation Register ADC

One of the most common analog-to-digital converters used in applications requiring a sampling rate under 10 MSPS is the Successive Approximation Register ADC. This ADC is ideal for applications requiring a resolution between 8-16 bits.


Negative Feedback, Part 8: Analyzing Transimpedance Amplifier Stability

Negative Feedback, Part 8: Analyzing Transimpedance Amplifier Stability

The techniques discussed in previous articles can help us to understand and remedy stability problems observed in a common circuit used to amplify photodiode signals.


Understanding Analog-to-Digital Converters: Deciphering Resolution and Sampling Rate

Understanding Analog-to-Digital Converters: Deciphering Resolution and Sampling Rate

Resolution and sampling rate are two important factors to consider when selecting an analog-to-digital converter (ADC). In order to understand these fully, concepts such as quantisation, and the Nyquist Criterion must be understood to a certain degree.