All About Circuits

Latest Arduino Projects

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
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
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
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
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