All About Circuits

Latest Technical Articles

Categories

How to Use the Arduino’s Digital I/O

How to Use the Arduino’s Digital I/O

The digital inputs and outputs (digital I/O) on the Arduino are what allow you to connect sensors, actuators, and other ICs to the Arduino . Learning how to use the inputs and outputs will allow you to use the Arduino to do some really useful things, such as reading switch inputs, lighting indicators, and controlling relay outputs.


Projects Jun 05, 2015 by Tim Youngblood
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
Switching Losses: Effects on Semiconductors

Switching Losses: Effects on Semiconductors

We review switching losses involving diode recovery charge, transistor switching with clamped inductive load, device capacitance and leakage, package, and stray inductances, and the efficiency versus switching frequency curve.


Use an Arduino to Control a Motor

Use an Arduino to Control a Motor

Controlling a motor with an Arduino is relatively easy. In addition to simply spinning the motor, you can control the position of the motor shaft if the motor has a rotary encoder.


Projects Jun 03, 2015 by Tim Youngblood
Modeling the Pulse-Width Modulator

Modeling the Pulse-Width Modulator

Pulse-width modulation can be of many forms. A PWM signal of constant frequency can be obtained by comparing the ramp signal (or carrier signal) with the error between the desired and the actual output voltage signal (Vc, compensator voltage signal).


Servo Motor Control with an Arduino

Servo Motor Control with an Arduino

You can connect small servo motors directly to an Arduino to control the shaft position very precisely.


Projects Jun 03, 2015 by Tim Youngblood
Create a Motion-Sensing Alarm with an Arduino and IR Sensors

Create a Motion-Sensing Alarm with an Arduino and IR Sensors

Infrared (IR) sensors are normally used to measure distances, but they can also be used to detect objects. By connecting a couple of IR sensors to an Arduino, you can make an intruder alarm.


Projects Jun 02, 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
Mad with Power: An Introduction to Power Processing

Mad with Power: An Introduction to Power Processing

The core concept of power processing can be explained together with several significant applications of power electronics. Power electronics is the technology of processing and controlling the flow of electric power by modifying and supplying the voltage and current in a form that is best suitable to the customer at the load end.


AC-Equivalent Circuit Modelling

AC-Equivalent Circuit Modelling

The basic converters complete equivalent circuits can be studied here which include the basic AC modeling approach and the results for several converters. A simple circuit diagram is used for high-frequency converters. We will construct the non-linear model and convert it into a linear circuit that describes the small-signal performance of a circuit.


Communicating Serially with the Arduino

Communicating Serially with the Arduino

Communicating serially with the Arduino is easy! Here, we'll show how to take some temperature measurements and then send the measurements over the serial link.


Projects Jun 01, 2015 by Tim Youngblood
An Arduino-Controlled Light Sensor

An Arduino-Controlled Light Sensor

Monitoring the output of a light-dependent resistor, or photoresistor, allows the Arduino to know how light or dark it is. When the light falls below a certain level, the Arduino turns on a couple of LEDs.


Projects Jun 01, 2015 by Tim Youngblood
Superposition and What it Means For You

Superposition and What it Means For You

This article describes superposition and its simple applications.


Interface an LCD with an Arduino

Interface an LCD with an Arduino

You can easily interface a liquid crystal display (LCD) with an Arduino to provide a user interface.


Projects Apr 16, 2015 by Tim Youngblood