Projects

Arduino Knight Rider

Arduino Knight Rider

In this tutorial, eight LEDs are interfaced to the Arduino Uno board. This is not complicated – it is just like interfacing a single LED to the Arduino as done in tutorial 3, but eight times over. A program is then loaded to the Arduino that will turn the eight LEDs into a “Knight rider” […]

Arduino LCD

Arduino LCD

In this tutorial you will connect a LCD (Liquid Crystal Display) to the Arduino Uno and then run the Arduino LCD example programs that are built into the Arduino IDE. Prerequisites It is recommended for beginners to complete all the Arduino tutorials up to and including Tutorial 10: Ten Arduino Projects for Absolute Beginners. Read […]

Arduino LCD Thermometer

Make A Arduino LCD Thermometer

In this tutorial, a temperature sensor (MCP9700 linear active thermistor IC) and LCD are connected to the Arduino. The Arduino reads the temperature from the MCP9700 on analog pin A0 and displays the temperature on the LCD. This video shows the circuit operating. When touched with a finger, the temperature sensor IC will measure an […]

Drive with PID Control on an Arduino Mega 2560

Drive with PID Control on an Arduino Mega 2560

This example shows how to simulate a simple closed-loop control algorithm in Simulink and how to run it on an Arduino Mega 2560 board. Contents Introduction Prerequisites Required Hardware Task 1 – Build the Vehicle Task 2 – Build the Motor Controller Task 3 – Simulate Open-Loop Control Model Task 4 – Run Open-Loop Control […]

Musical MIDI Shoes

Musical MIDI Shoes using arduino

Like many people, I often find myself unconsciously tapping my feet, whether it’s along to a song or out of some nervous habit. As fun as that is though, I’ve always felt as if something has been missing. If only I could trigger the sounds of say, a rabid pack of furious jungle beasts instead […]

MIDI Linear Actuator

MIDI Linear Actuator

This project uses relays to control a Firgelli Automations linear actuator without feedback. The relays are controlled by the MIDI Volume (Control Change number CC7) command which is read by the microcontroller and converted into one of the only 3 states of operation: 1) The Linear Actuator is stopped, 2) The Linear Actuator is extending, […]

mq2 sensor schematic

LPG sensor using arduino

LPG sensor using Arduino with alarm and cutoff. A simple LPG sensor using Arduino is shown in this article. This circuit indicates the amount of LPG in the air. The circuit  sounds an alarm and trips a relay  when the concentration is above a predetermined level. MQ2 is the gas sensor used in this project. […]

L.E.D Matrix

Make a 8×10 L.E.D Matrix using arduino

UPDATE 1: I HAVE ADDED THE CODE FOR CONWAY’S GAME OF LIFE UPDATE 2: NOW YOU CAN SAVE SOME ARDUINO PINS WITH THE HELP OF 1 SHIFT REGISTER. In this instructable I will show you how to build a quite fancy 8 by 10 L.E.D matrix(with scrolling text and animations) using the Arduino and 4017 decade counter. This type of matrix is easy to make and […]

Breathalyzer

The Lightning Simulator/Breathalyzer/Graphic Equalizer – Arduino Powered using arduino

UPDATE: A portable version of the Talking Breathalyzer is here http://talkingbreathalyzer.com The LED strips are mounted on an outdoor trellace which functions as a lightning simulator, outdoor breathalyzer, graphic equalizer synced to music, and a few other effects with sound. Materials: 8 12v RGB Waterproof Flexible LED Strips 10ft long (usledsupply.com) – $800 8 RGB 4A/Ch Amps (usledsupply.com) – […]

Interfacing EM 18 RFID reader with Arduino Uno

Interfacing EM-18 RFID reader with Arduino Uno

Arduino Uno is an opensource physical computing platform based on ATmega328 microcontroller and provides a development environment for writing software for the board. It can be used for a variety of projects. EM-18 RFID reader is one of the commonly used RFID reader to read 125KHz tags. It features low cost, low power consumption, small form […]

Scroll to Top