All About Circuits

Latest Technical Articles

Categories

Thermal Design with Linear Voltage Regulators

Thermal Design with Linear Voltage Regulators

Will your linear regulator function properly under all possible operating conditions? To find out, you need to understand power dissipation and thermal resistance.


C-BISCUIT Power: Crowbar Protection Circuit for 5V Regulator

C-BISCUIT Power: Crowbar Protection Circuit for 5V Regulator

Over-voltage and over-current protection circuit for use with the C-BISCUIT platform's main computer, the Wandboard.


Projects Mar 09, 2016 by Patrick Lloyd
Embedded PID Temperature Control, Part 6: Ziegler–Nichols Tuning

Embedded PID Temperature Control, Part 6: Ziegler–Nichols Tuning

In this article, we will use a simple, proven tuning procedure to find effective values for proportional, integral, and derivative gain.


Projects Mar 07, 2016 by Robert Keim
Building Raspberry Pi Controllers Part 6: Displaying Messages on a LCD with a RPi

Building Raspberry Pi Controllers Part 6: Displaying Messages on a LCD with a RPi

Readers will learn how to wire a standard 16x2 LCD (liquid crystal display) to a Raspberry Pi to display messages.


Projects Mar 04, 2016 by Don Wilcher
Program a PIC Microcontroller as an I2C Slave Device for Custom Sensor and I/O Interfacing

Program a PIC Microcontroller as an I2C Slave Device for Custom Sensor and I/O Interfacing

No I2C interface with that sensor? No problem. Program a PIC chip as an I2C slave device for custom sensor and I/O interfacing. Here, we use three DHT22 sensors on a single I2C interface.


How to: Send an SMS with PIC16F628A and SIM900A

How to: Send an SMS with PIC16F628A and SIM900A

In this article I'll show you one way of sending an SMS using a PIC 16F628A and a SIMCOM SIM900A module.


x86 Architecture: Processes and Execution Environments

x86 Architecture: Processes and Execution Environments

This article will focus on explaining how programs run, modes of operation, and basic execution environments.


Embedded PID Temperature Control, Part 5: Adjusting Gains

Embedded PID Temperature Control, Part 5: Adjusting Gains

We will explore how P, I, and D gain influences system performance, and in the process we will find a gain configuration that works well for our temperature controller.


Projects Feb 29, 2016 by Robert Keim
C-BISCUIT Power: 5V 3A Buck Regulator for Wandboard

C-BISCUIT Power: 5V 3A Buck Regulator for Wandboard

Design and theory behind the 5V-3A buck regulator based on the LM25575 to be used in the C-BISCUIT robot project.


Projects Feb 26, 2016 by Patrick Lloyd
Average Power Calculations of Periodic Functions

Average Power Calculations of Periodic Functions

This article is following up The Effects of Symmetry on the Fourier Coefficients. Topics will cover finding the average power delivered to a resistor, calculating the RMS value of a periodic function.


How to Flash the SIM900A Module

How to Flash the SIM900A Module

SIMCOM's SIM 900A in Europe? Read on to learn how.


Create Your Own Battery Backup Power Supplies

Create Your Own Battery Backup Power Supplies

In this project, Jason Poel Smith builds a battery backup system that you can use for small electronics to make sure that they never lose power.


Embedded PID Temperature Control, Part 4: The Scilab GUI

Embedded PID Temperature Control, Part 4: The Scilab GUI

With USB communications and a Scilab graphical user interface, we can really see what the PID controller is doing.


Projects Feb 19, 2016 by Robert Keim
Prime Implicant Simplification Using Petrick’s Method

Prime Implicant Simplification Using Petrick’s Method

This article follows the Quine McCluskey method article. We will now finding essential prime implicants using Petrick's method, simplifying incompletely specified functions, and using map-entered variables.


Create an Arduino Controlled Battery Charger

Create an Arduino Controlled Battery Charger

In this project, we use an Arduino and an attached charging circuit to control the charging of NiMH rechargeable batteries.


Create a Laser Detection System Using a PICAXE

Create a Laser Detection System Using a PICAXE

Lasers are plentiful, inexpensive, and fun to use. Here's a target that reacts when it's hit by a laser beam.


Embedded PID Temperature Control, Part 3: Implementation and Visualization

Embedded PID Temperature Control, Part 3: Implementation and Visualization

We will implement a basic PID (proportional–integral–derivative) controller in firmware and observe the results using an oscope and LEDs.


Projects Feb 15, 2016 by Robert Keim
Create an Object Tracking System Part 2: Controlling a Servo

Create an Object Tracking System Part 2: Controlling a Servo

This project explains the basic operation of servo motors and how to interface with them using an Arduino Uno.


Projects Feb 11, 2016 by Michael Stock
C-BISCUIT: Design Choices and Justification

C-BISCUIT: Design Choices and Justification

While the C-BISCUIT project is far from complete, it's already come a long way, seeing numerous ideas and design goals in the process. This article will discuss some of these.


Projects Feb 10, 2016 by Trevor Gamblin
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