All About Circuits

Latest Arduino Projects

Categories

Breadboard and Program an ESP-01 Circuit with the Arduino IDE

Breadboard and Program an ESP-01 Circuit with the Arduino IDE

The ESP8266 combination microcontroller/Wi-Fi modules can now be programmed using the Arduino IDE. Here's how!


Build an Arduino-LabVIEW Analog Voltmeter

Build an Arduino-LabVIEW Analog Voltmeter

This project will show how to build a basic analog voltmeter using an Arduino Uno, LabVIEW software, and littleBits electronics modules.


Projects Oct 19, 2015 by Don Wilcher
An ATMega328-based Data Acquisition System

An ATMega328-based Data Acquisition System

In this article I will show you how to use the internal EEPROM of an ATMega 328P microcontroller. I will use a USB-to-serial converter, and an LM35 temperature sensor. I will also give you some tips and tricks when designing a PCB.


Communicate with Your Arduino Through Android

Communicate with Your Arduino Through Android

Want to send text to an Arduino with an Android smartphone? Here's how! This article will show how an Arduino (or almost any other microcontroller) can "talk" with your smartphone, sending and receiving text in both directions.


Make an LED Light Strip AHRS with Arduino and MPU-6050

Make an LED Light Strip AHRS with Arduino and MPU-6050

Use a WS2812 RGB LED strip to visualize the pose of an MPU-6050 6-degree-of-freedom IMU in three dimensional space.


Projects Oct 13, 2015 by Patrick Lloyd
Arduino Motor Shield Tutorial

Arduino Motor Shield Tutorial

A tutorial for the Arduino Motor Shield with a simple project. The motor shield has quite a few features such as current measuring and the ability to drive a single stepper motor.


Projects Sep 23, 2015 by Alex Udanis
How to Use RTC with Arduino and LCD

How to Use RTC with Arduino and LCD

This article will show you one way of making an accurate clock by using the Real Time Clock IC DS1307. The time will be shown on a LCD display.


Introduction to Arduino SPI Library with LTC1286 and DAC714

Introduction to Arduino SPI Library with LTC1286 and DAC714

Introduction to the Arduino SPI Library with example sketch for the LTC1286 12 Bit ADC and the DAC714 16 bit DAC.


Projects Jul 17, 2015 by Aaron Dennis
Keep Your Cool: Monitor Temperature with an Arduino

Keep Your Cool: Monitor Temperature with an Arduino

The LM35 is an ideal temperature sensor for measuring ambient temperature. It provides a linear output proportional to the temperature, with 0 V corresponding to 0 degrees C and an output voltage change of 10 mV for each degree C change. LM35s are easier to use than thermistors and thermocouples because they are so linear and require no signal conditioning.


Projects Jun 28, 2015 by Tim Youngblood
Feel the Rainbow: Sensing Color with an Arduino

Feel the Rainbow: Sensing Color with an Arduino

Since different colors reflect different levels of light, you can use a photoresistor or a phototransistor to sense different colors.


Projects Jun 26, 2015 by Tim Youngblood
Reading and Writing Files from an SD Card with an Arduino

Reading and Writing Files from an SD Card with an Arduino

In some Arduino applications, it is advantageous to be able to store and retrieve information locally. You can do this with a Secure Digital, or SD, card. An SD card is a non-volatile memory card used extensively in portable devices, such as mobile phones, digital cameras, GPS navigation devices, handheld consoles, and tablet computers. Another type of SD Card is the Micro SD card. Measuring only 15 mm x 11 mm x 1 mm, it is the smallest memory card available. It is about one-quarter the size of a normal-sized SD card, or about the size of a fingernail.


Projects Jun 23, 2015 by Tim Youngblood
Reading Sensors with an Arduino

Reading Sensors with an Arduino

The ease with which an Arduino can obtain sensor values is one of the features that makes it so useful.


Projects Jun 18, 2015 by Tim Youngblood
How to Use the Arduino Joystick Shield v2.4

How to Use the Arduino Joystick Shield v2.4

In this tutorial we are going to see how to use Arduino Joystick Shield. There are different versions but we'll be using v2.4, which has some interesting features and some extra buttons which can be used in your application in different ways.


Projects Jun 17, 2015 by Tim Youngblood
Servo Control with Arduino Through MATLAB

Servo Control with Arduino Through MATLAB

Use MATLAB to write a program to control a servo motor connected to an Arduino.


Projects Jun 16, 2015 by Tim Youngblood
Use a Keypad with Your Arduino

Use a Keypad with Your Arduino

Keypads allow users to input data while a program is running. This tutorial shows you how to connect a twelve-button keypad to an Arduino and how to use the library Keypad.h.


Projects Jun 15, 2015 by Tim Youngblood
Arduino Interface with MATLAB

Arduino Interface with MATLAB

How to connect your Arduino board to MATLAB and actually control and get information on the Arduino.


Projects Jun 15, 2015 by Tim Youngblood
Remote Viewing: Communicating with an Arduino via Infrared Light

Remote Viewing: Communicating with an Arduino via Infrared Light

An infrared (IR) light sensor allows the use of an Arduino to receive and decode signals from a TV remote control.


Projects Jun 14, 2015 by Tim Youngblood
Beginner’s Guide to the Arduino

Beginner’s Guide to the Arduino

This project will help you get started with the Arduino, including a description of the different types of Arduinos, how to download the Arduino software development environment, and describe the different shields that are available for the Arduino along with the accessories you will need to develop Arduino projects.


Projects Jun 12, 2015 by Tim Youngblood
How to Use Relays to Control High-Voltage Circuits with an Arduino

How to Use Relays to Control High-Voltage Circuits with an Arduino

To control high-voltage or high-power circuits with an Arduino, you have to isolate them from the Arduino with a relay. Here's how!


How To Use Arduino’s Analog and Digital Input/Output (I/O)

How To Use Arduino’s Analog and Digital Input/Output (I/O)

The Arduino can input and output analog signals as well as digital signals.


Projects Jun 10, 2015 by Tim Youngblood