All About Circuits

Latest Technical Articles

Categories

The Basic MOSFET Constant-Current Source

The Basic MOSFET Constant-Current Source

Learn about a straightforward version of a circuit that is essential in the design of analog integrated circuits.


House-Monitoring Framework with Arduino and Raspberry Pi: The Paranoid App

House-Monitoring Framework with Arduino and Raspberry Pi: The Paranoid App

Learn how to use a Raspberry Pi and an Arduino to develop a system for monitoring and controlling your home.


Projects Jun 03, 2016 by Cezar Chirila
Reflow Soldering? It’s So Much Easier with a Solder Paste Stencil

Reflow Soldering? It’s So Much Easier with a Solder Paste Stencil

In spite of their convenience, the cost of solder paste stencils has prevented many hobbyists from using them. But the use of polyimide film has brought the prices within reach... if you know how and where to get them.


Bridge Amplifiers for Single-Supply Applications

Bridge Amplifiers for Single-Supply Applications

This article describes the bridge-amplifier configuration and explains why it’s especially handy when you don’t have a negative voltage supply.


C-BISCUIT Power: Assembly and Testing of Regulator and Crowbar Circuits

C-BISCUIT Power: Assembly and Testing of Regulator and Crowbar Circuits

Continuing the C-BISCUIT series, this article outlines how to populate and test the surface mount PCBs designed in a previous article using a hot air rework station and other various electronics tools.


Projects May 31, 2016 by Patrick Lloyd
Circuits and Techniques for Implementing Capacitive Touch Sensing

Circuits and Techniques for Implementing Capacitive Touch Sensing

This article presents some basic cap-sense circuit configurations and discusses how to deal with low- and high-frequency noise.


MicroFAT: A File System for Microcontrollers

MicroFAT: A File System for Microcontrollers

File systems can be great for handling data and organizing memory, but most file systems require large amounts of memory. This is where MicroFAT comes in!


How to Build an Arduino-Controlled AM/FM/SW Radio

How to Build an Arduino-Controlled AM/FM/SW Radio

Combine the Si4844-A10 analog-tuned radio receiver with an Arduino to make a full-featured multiband radio.


UART Double Buffering Technique: Interrupt-Friendly

UART Double Buffering Technique: Interrupt-Friendly

UART is a great transmission protocol for both hobby and professional projects but, in time-critical systems, UART can be tricky.


Build a Development Platform for a PICAXE 40X2

Build a Development Platform for a PICAXE 40X2

The PICAXE 40X2 features 32 I/O ports and speeds up to 64MHz; a development platform simplifies project design using this workhorse.


Introduction to Capacitive Touch Sensing

Introduction to Capacitive Touch Sensing

In this article, we will take a detailed (but not too detailed) look at the electrical principles that allow us to detect the presence of a human finger using little more than a capacitor.


Undesired Effects of a Window Function in FIR Filter Design

Undesired Effects of a Window Function in FIR Filter Design

A smoother transition band and ripples in the passband are the most important differences between the ideal filters and those designed by window method. This article tries to provide a deeper insight into how truncation leads to these features.


Characteristics of Junction Diodes

Characteristics of Junction Diodes

In this article, we will look at the characteristics of junction diodes and learn how to analyze circuits containing diodes that operate in the forward, reverse, and breakdown biases.


Inductor Out, Op-Amp In: An Introduction to Second-Order Active Filters

Inductor Out, Op-Amp In: An Introduction to Second-Order Active Filters

In this article, we’ll compare active and passive filters and look at some common second-order active topologies.


Getting Started with OPENOCD Using FT2232H Adapter for SWD Debugging

Getting Started with OPENOCD Using FT2232H Adapter for SWD Debugging

Learn how to make flashing your ARM-based MCU easy by using OpenOCD debugger with an FT2232H adapter.


Building Raspberry Pi Controllers: Interactive Graphics Controllers

Building Raspberry Pi Controllers: Interactive Graphics Controllers

In part 7 of the "Building Raspberry Pi Controllers" series, readers will learn how to make an interactive graphics bouncing ball using a Raspberry Pi and physical computing techniques.


Projects May 18, 2016 by Don Wilcher
Choosing the Right Oscillator for Your Microcontroller

Choosing the Right Oscillator for Your Microcontroller

Internal or external? Quartz or ceramic? Crystal oscillator or silicon oscillator? So many clocking options . . . which one is right for your design?


Easier PCB Design: EAGLE CAD Tips and Tricks Part 2

Easier PCB Design: EAGLE CAD Tips and Tricks Part 2

Most hobbyists and many professionals use EAGLE CAD as a daily tool in designing schematics and laying out PCB. I’m going to share with you more of the most important tips and tricks for using EAGLE CAD, which make my work much easier and faster.


Turning on a Light with Ultrasonic Motion Detection

Turning on a Light with Ultrasonic Motion Detection

This project will show you how to connect an ultrasonic sensor and an Arduino to turn on a light when motion is sensed.


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.