All About Circuits

Latest Arduino Projects

Categories

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.


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 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
Create an Object Tracking System: Using Built-in Arduino Libraries

Create an Object Tracking System: Using Built-in Arduino Libraries

We'll learn Arduino library implementation and establish the firmware framework for the 7-part project series. We'll use Microsoft Visual Studio Express for library editing.


Projects Feb 04, 2016 by Michael Stock
How to Eliminate Ground Loops with Signal Isolation

How to Eliminate Ground Loops with Signal Isolation

This project explains how to isolate signals to eliminate ground loops in electronic systems.


Projects Jan 29, 2016 by Orrin Bigelow
Measure Distance with a Sonar Sensor on an Arduino

Measure Distance with a Sonar Sensor on an Arduino

Learn how to measure distances up to 20 ft with a sonar sensor on an Arduino!


Introducing the Particle Photon

Introducing the Particle Photon

The Particle Photon is a powerful little board with the ability to easily connect objects to the internet. This series of articles will be enough to get you up and running with the Particle Photon.


Projects Jan 07, 2016 by Leanna Pancoast
Build a Motion Activated “Santa Cam”

Build a Motion Activated “Santa Cam”

This is a simple motion activated camera that will allow you to finally get photographic evidence of Santa Claus.


Getting Started with the Bosch BMP180 Sensor

Getting Started with the Bosch BMP180 Sensor

Learn one of the ways to get started with the BMP180 sensor and learn a simple way to improve the data.


Projects Dec 20, 2015 by Alex Udanis
Make a GPS Clock With Arduino

Make a GPS Clock With Arduino

Do you need GPS time on your desk? This article will show you how to use a GPS module to get time, date and your location displayed on an LCD with an Arduino.


Build an Arduino Controlled USB Power Supply

Build an Arduino Controlled USB Power Supply

Build an Arduino controlled power supply that automatically adjusts the output to maintain a constant voltage or a constant current.


How to Build a Wall-Following Robot

How to Build a Wall-Following Robot

This is the final part in a series of articles on building a robot that can follow lines or walls and avoid obstacles!


Control an Arduino with Bluetooth

Control an Arduino with Bluetooth

This article will show you how to set up two way communication between an Arduino and your Android Smartphone using Bluetooth.


Convert a Vintage Thermostat into a Modern Energy Saver

Convert a Vintage Thermostat into a Modern Energy Saver

Programmable thermostats can save a lot of energy and money. But you don't have to buy one- you can convert an old mechanical thermostat into a programmable thermostat using an Arduino and a servo.


Use an Arduino to Convert an Old Mechanical Thermostat into a Programmable Thermostat

Use an Arduino to Convert an Old Mechanical Thermostat into a Programmable Thermostat

Programmable thermostats can save a lot of energy and money. But you don't have to buy one. You can convert an old mechanical thermostat into a programmable thermostat using an Arduino and a servo.


Design Your Own Controller for a Solder Reflow Oven

Design Your Own Controller for a Solder Reflow Oven

In the last installment, we built the hardware to control an AC waveform with a TRIAC as the first step in a DIY solder reflow oven. This tutorial continues the project by showing you how to set up the low-level hardware to measure temperature, read the zero-cross detector, drive the TRIAC, and print to the serial terminal using a USART.


Projects Nov 17, 2015 by Patrick Lloyd
Control an Arduino With a TV Remote

Control an Arduino With a TV Remote

Nothing on TV tonight? Control an Arduino with any infrared remote control, including the one you use to command your television.


How to Use a Rotary Encoder in an MCU-Based Project

How to Use a Rotary Encoder in an MCU-Based Project

Learn how to use a rotary encoder in an Arduino project. Rotary encoders are electromechanical, electro-optical or electro-magnetic devices which convert rotational motion into digital or analog information.


Projects Nov 01, 2015 by Tim Youngblood
Make a Wireless Thermometer with Arduino

Make a Wireless Thermometer with Arduino

Learn how to use a 433MHz RF module with an ATMega 328P-PU. In this article, we'll make a circuit with a DHT11 sensor and a RF transmitter. We'll also make a receiving circuit with a 433MHz RF receiver and an LCD display.


Read and Write on NFC Tags with an Arduino

Read and Write on NFC Tags with an Arduino

Learn to use an Arduino to read NFC tags and write information on them! Near field communication protocols are what electronic devices can use to communicate and transfer data between each other.