Arduino Project Lists

 

  1. Arduino Digital Switch Code This is basic for your arduino projects, input switch read from digital input. When ever switch pressed, LED will turn on.   [caption id="attachment_4235" align="aligncenter" width="600"] PushButton_arduino_code[/caption]   Instruction; 1) Connect cathode lead of LED (shorter lead) to ground pin and anode lead of LED…... Listed under: ,
  2. ADXL3xx Accelerometer using an Arduino This tutorial shows you how to read an Analog Devices ADXL3xx series (e.g. ADXL320, ADXL321, ADXL322, ADXL330) accelerometer and communicate the acceleration to the a personal computer. This tutorial was built using the breakout boards from Sparkfun. The adafruit accelerometer breakout board also works, though…... Listed under: ,
  3. 4x4x4 LED-cube based Arduino and Flower protoboard This instructable will teach you how to build your 4x4x4 LED cube with Flower ProtoBoard and control by Arduino. Why is Flower ProtoBoard ? not ProtoBoard ? Because of I often use protoboards to test out if a new idea works in practice. I do not use…... Listed under: , , ,
  4. DIY Arduino FM Radio Shield I’ve been visiting local convenience store (Dollarama, here in Montreal, Canada) and notice nice looking FM Radio, just for only $3. Why not to try to interface it to my lovely Arduino? Idea looks quite challenging, the same time what is the point in interfacing…... Listed under: , ,
  5. SOLAR POWERED ARDUINO WEATHER STATION In country like India most of the people are dependent on agriculture.For effective planning in agriculture weather forecast is of utmost importance.So farmers are always interested in the Weather Forecasts.As farmers stay in remote areas, they have to wait for the news updates in tv,…... Listed under:
  6. Arduino and L293D Robot ( Part 1 ) Here is part 1 of the Arduino and L293D Robot.This is part of a series of instructables leading to a Line follower Robot. This is a basic Robot made by controlling two motors via the L293D chip through an Arduino Board. I have done this project in…... Listed under: ,
  7. How To Build An Easy Robot Turtle Using Arduino The synthduino is a fun Arduino project to do and as a beginner it is a great way to learn new things about Arduino's many features. With only using household items to build the synthduino you will be satisfied with the finishing project and feel…... Listed under:
  8. Burning the Bootloader on ATMega328 using Arduino UNO as ISP I had one remote controlled project that needed an Arduino running 24/7 but I didn’t want to leave my $32 Arduino UNO, so I decided to buy some pieces and created my own Arduino. The most important part was buying the microcontroller. These were my…... Listed under: ,
  9. Arduino Servo Basic Code In arduino projects, you might add servo to your projects. This short tutorial, show you the basic how arduino and servo works together.   Instruction; 1) Connect all jumper wire as shown in diagram. 2) Connect the signal wire from servo to digital pin 9.…... Listed under: ,
  10. Arduino EMF Detector Here's a small, quick project you can do with an arduino, the EMF Detector! Step 1: Circut All you need for this project is 10- 330 ohm resistors 10- LED's 1-3.3m resistor 1-Solid core wire (this will serve as the probe) breadboard, wires, battery &…... Listed under: ,
  11. How to use a 1602 16X2 LCD display with Arduino, TI Launchpad, and standalone MSP430 video instructions I show how to use a standard 16X2 LCD display in three different use cases. 1. With an Arduino Uno 2. With a TI Launchpad MSP430 running Energia 3. Directly on a breadboard on an MSP430G2553 running Energia This LCD display is low cost -…... Listed under: ,
  12. Home automation system using Arduino and SIM900 GSM module Hi there! As I've almost finished my studies at Faculty of Engineering, I had to make a graduation project and my thought was to make a jaw-dropping thing (I know that's hilarious 😀 ) to show everybody that I'm a good prototype maker and I…... Listed under:
  13. How to control 8 leds using Arduino UNO hey guys this is my first arduino project  plz  comment how u feel. Step 1: Things u need As this is easy project for beginner's so parts are also simple Parts: 1- Arduino uno or any other board will work 1-Beardboard 9- jumper wires or…... Listed under: ,
  14. Arduino LED Bar Graph Code The bar graph - a series of LEDs in a line, such as you see on an audio display - is a common hardware display for analog sensors. It's made up of a series of LEDs in a row, an analog input like a potentiometer,…... Listed under: ,
  15. Arduino Guitar Tuner Build your own electric guitar tuner using the Arduino! I decided to make this because I wanted to experiment with audio input and frequency detection. I used Amanda Ghassaei's method for Arduino Frequency Detection in order to get frequency readings using the Arduino. I used LEDs that…... Listed under:
  16. Paper Electronics: Make Interactive, Musical Artwork with Conductive Ink using Arduino If you've ever wanted to bring a piece of paper to life, now is your chance. This instructable will take you through all the necessary steps to create an amazing interactive flyer or artwork. This event flyer is no ordinary piece of print. It is printed using…... Listed under: ,
  17. Arduino-based master clock for schools If your school, or kids school, or other location relies on a central master clock that is broken, you may have a use for this device. New master clocks are available of course, but school budgets are under extreme pressures, and it really is a…... Listed under: ,
  18. Rainbowduino Sign using Arduino The Rainbowduino is a variant of the Arduino and among other things is capable of driving an 8x8 RGB LED matrix. I had just finished a backyard re-model and was in need of an entrance sign. Step 1: Carving and Painting the Sign I had…... Listed under:
  19. Another Arduino Traffic light After working with the arduino and not knowing what the heck I'm doing I made Another simple traffic light. I looked around the web to find one that looks about normal and came across none. They seemed too fast. So, I found and modded some…... Listed under: ,
  20. Electronic Music Box Powered by Arduino (sort of) Music is the most universal means of expression. Regardless cultural language or age the idea conveyed though music would not differ much. It is safe to say everyone loves music, one type or another. When one’s favourite piece is played there is a overwhelming desire…... Listed under:
  21. Homemade arduino printer If you want to make your own high resolution printer (maybe not so high res), you are at the right place. This Instructable will show you how to do with two dead cd/dvd drive and a pen (pilot, whiteboard marker, whatever you have) at the…... Listed under: ,
  22. My Arduino In Circuit Programmer This Lazy Old Geek is also an Arduino Geek. If you are an Arduino Geek, one of the common microcontrollers used by Arduinos is the Atmega328 chip. In order to use Arduino software, the Atmega must have bootloader software on it. Okay, so I bought…... Listed under: ,
  23. BLDC Motor Control with Arduino There is a lot of interest these days among hobbyists in controlling brushless DC (BLDC) motors, which have improved performance and better energy efficiency over traditional DC motors, but are more difficult to use. Many off-the-shelf products exist for this purpose. For example, there are…... Listed under:
  24. Beginner Programming of Arduino This video is from a meeting of the Kids and Technology Meetup group in Washington DC. The youth who show up to these free meetings are eager to learn advanced uses of computers. The presenters were John Dukovich and Hugo Estrada.... Listed under: ,
  25. Arduino String Character Functions Code The String functions charAt() and setCharAt() are used to get or set the value of a character at a given position in a String. At their simplest, these functions help you search and replace a given character. For example, the following replaces the colon in…... Listed under: ,
  26. Arduino-Radio Controlled Hydrogen Blimp The blimp is controlled by a transmitter on the ground, operated by a human. There are three control levers-- one for each motor, and one for the servo that rotates the axis they're attached to. You push / pull to make the motors speed up…... Listed under: ,
  27. Potentiometer or variable resistor control LED Code The if() statement is the most basic of all programming control structures. It allows you to make something happen or not depending on whether a given condition is true or not. It looks like this: if (someCondition) { // do stuff if the condition is true } [Get Code]…... Listed under: , ,
  28. MultiSerial Mega using Arduino Sometimes, one serial port just isn't enough! When trying to communicate with multiple serial enabled devices, while also sending info back to the main serial window, a few extra RX/TX ports can be a welcomed thing. This example makes use of one of Arduino Mega's…... Listed under: ,
  29. Arduino 7 segment Displays Digital Clock With Charlieplexing LEDs This is my second instructable. I just had a mood of making a digital watch. But wanted to make it a learning process. I already had a sanguino i could have easily used that Atmega644 chip. it would have been more than enough.  But i…... Listed under: , ,
  30. Autonomous Arduino Car My questions for the Make-to-Learn Youth Contest 🙂 What did you make? This goal of this project was to take commonly available electronic equipment and create an inexpensive, self-controlled vehicle. In simpler terms, this is an attempt at basic autonomy. It uses an arduino logic…... Listed under: , ,
  31. Remake the Mosquito Killer using Arduino Hi, everyone, i would like to introduce how i remake my mosquito killer here. With this remaking, my mosquito killer become "Smart", and really facilitate my life. I rented a room in very remote place to save my money, in the summer, the biggest  trouble…... Listed under: , ,
  32. Instagram Inspired DIY Photo-Booth using Arduino I decided to build a simple photo-booth as a fun addition for events, this goes through the basic steps of how i went from a few pieces of wood to a fully functional booth. I have also included a photo of what the images look…... Listed under: ,
  33. How to connect Arduino and RFID On this instructable I will try to show how to interface a RFID sensor with the Arduino. I am using the RFID sensor from seeedstudio the serial version of it. There are a few parts you will gonna need. I also bought some RFID keys.…... Listed under: ,
  34. The Arduino Weather Station I've always been interested in monitoring my local weather, and noticed the difference between what weather.com and accuweather.com think my local weather is, and what I see out the window. I also wanted better control over my heating and A/C system. As a computer and…... Listed under: ,
  35. Arduino GPS Datalogger Do you want to log some GPS data onto an SD card using your Arduino? Do you already own a Sparkfun microSD shield and GPS module? Did you try the Adafruit Sheild (although it is awesome and cheap) but it stole all of your pins?…... Listed under: ,
  36. Serial Communications with Arduino At this point you should have a robot that can think on its own, we need to be able to tap into its thought process. See what he sees. Make some of his decisions for him. in essence, we need to be able to guage…... Listed under: ,
  37. Make Money with Arduino **** ENTERED IN THE HURRICANE LASERS CONTEST**** What would I do with a Laser Cutter? Build Simple Robotic Kits to teach people a Hobby that I Love.Ever wanted to make some money from your projects?This Instrutable will show you how to Simply interface a coin…... Listed under: ,
  38. Build an RFID time-clock system using Arduino With this project you can build an RFID time-clock system to keep track of employees, children and more. Updated 18/03/2013 Recently I was listening to a friend who has three teenage children, of whom needed to arrive home before their parent. Unfortunately the parent needs…... Listed under: , ,
  39. Drifter – Arduino controlled RC car Drifter is based on a cheap RC toy car I found at Toys'r'us, named 'Fast lane Monster Drift'.  I think it's the same model Frits has been used in an episode of TLIHR. It doesn't work well, you get what you pay for. But it is a…... Listed under: ,
  40. House Temperature Monitor using Arduino Recently a family member had his furnace fail while he was away from his house for a long period of time in the winter. His pipes burst and caused quite the mess. This project describes a temperature sensor that broadcasts the temperature in his house to the…... Listed under: , ,
  41. Time Lapse Digital Camera using Arduino Following the instructable here, I was able to turn an old digital camera into a time lapse camera using an arduino, a relay, and an open source software program called makeAVI (windows). To modify the camera I disassembled the camera cover and removed the button that…... Listed under: ,
  42. The Self-Balancing Robot using Arduino Introduction The idea of this project was to design and construct a robot that consists of a body and two wheels that would be able to balance on its own. This behavior is similar how a segway (a new mode of transportation) works. Our goal…... Listed under: ,
  43. Arduino MP3 Player I present this new Arduino project: A full MP3 player based on Arduino. As you can see in the photo, the idea was to build a standalone player, in the style of antique radios or 'tapes', in the age of Iphones .... The player uses a small…... Listed under: ,
  44. Arduino MIDI Foot Pedal Keyboard The Origin My dad is a musician.  He can play a multitude of instruments.  However, he only has two arms, BUT he also has legs!  That's when we decided that we would reuse the foot pedals from an old organ and convert them into an…... Listed under: , ,
  45. Arduino Police Strobe Light Code Arduino Police Strobe Light effect, another simple variation of blink code. Arduino Police Strobe Light effect, another simple variation of blink code. Parts List; 1) 2x 5mm red LED 2) 2x 5mm blue LED 3) 1x Arduino 4) 4x 330Ω resistor 5) 1x 10kΩ potentiometer…... Listed under: , ,
  46. Arduino RFID Lock The Arduino RFID lock How does it work? The Arduino RFID lock is a lock that can be opened easily, but is secure. The lock works with a server database that can register card codes. On the door there is a RFID reader connected to…... Listed under: , ,
  47. 48×8 SCROLLING MATRIX LED DISPLAY USING ARDUINO CONTROLLER A monochrome (single colour) LED dot matrix display is used for displaying the Characters and Symbols which is interface with a microcontroller. This project will deliberate on displaying a scrolling text message on a 48×8 LED dot matrix display. The microcontroller used is Arduino Uno…... Listed under: ,
  48. Connecting Arduino LCD Display Code LCD display is great way to display output from your arduino when it not connected to your computer. The common display used in arduino projects is 16×2 parallel LCD display which compatible with the Hitachi HD44780 driver. It can easily recognize with it 16 pin…... Listed under: ,
  49. Build a fully featured Arduino Thermostat In this post I will attempt to describe the steps I took to build the arduino based thermostat shown in the following videos. The first video was taken when around just half of the coding of the menu system was complete, but gives you a…... Listed under: ,
  50. Arduino Voltmeter Code This arduino projects show how to make voltmeter with your arduino. It use voltage divider concept to estimate the voltage input. Instruction; 1) Connect all jumper wire as shown in diagram. Upload this code to your arduino /*   Voltmeter   Voltmeter base on voltage divider concept.   Code based on: http://www.clarenceho.net:8123/blog/articles/2009/05/17/arduino-test-voltmeter   Coded by: arduinoprojects101.com */…... Listed under: ,
  51. Arduino Temperature Sensor Code This arduino projects show how to read Celsius and Fahrenheit temperature with LM35 temperature sensor. Parts List; 1) 1x 16×2 parallel LCD display (compatible with Hitachi HD44780 driver) 2) 1x Arduino 3) 1x 10kΩ potentiometer 4) 1x LM35 temperature sensor 5) Jumper wire Instruction; 1)…... Listed under: , ,
  52. Web Server using Arduino In this example, you will use your Ethernet Shield and your Arduino to create a simple Web server. Using the Ethernet library, your device will be able to answer a HTTP request with your Ethernet shield. After opening a browser and navigating to your Ethernet…... Listed under: ,
  53. Arduino Stopwatch Code Arduino projects, running stopwatch on arduino. Arduino projects, running stopwatch on arduino. Parts List;1) 1x 16×2 parallel LCD display (compatible with Hitachi HD44780 driver)2) 1x Arduino3) 1x 10kΩ potentiometer4) 1x 10kΩ resistor5) 1x switch6) Jumper wire Instruction; 1) Connect all jumper wire as shown in…... Listed under: ,
  54. LED Show using Arduino Esplora This example shows you how to read the values from the joystick. The output will be displayed through the serial monitor and as a color on the RGB LED. The joystick has two axes, X and Y. Each axis controls a color of the RGB…... Listed under: ,
  55. Arduino RPM Counter / Tachometer Code Arduino projects, make arduino rpm counter with arduino.   Instruction;1) Connect all jumper wire as shown in diagram. 2) Connect IR LED to digital pin 13. 3) Connect IR Phototransistor (dark) to digital pin 2. Make sure shorter lead connected to digital pin 2 and…... Listed under: ,
  56. Arduino HC-SR04 How to use Ultra Sonic Sensor Arduino HC-SR04 The Arduino HC-SR04 is different from most of those commonly seen on the market, which have 4 pins compared to 3 pins. But the operation principle is the same, transmit signal, and depends on when the signal is received to estimate the distance.…... Listed under: ,
  57. Arduino Hexapod Robot Arduino Hexapod Robot Design I will show you how to build an arduino hexapod robot, from building the body, to how to implement the algorithm. To learn about the implementation of the algorithm, read this first, if you are not sure what is IK, read…... Listed under: ,
  58. Real-Time Arduino GPS Tracker with iPhone app [INTRO] This past semester, I decided to build a GPS receiver with an iPhone app that tracks it for my semester project. Here is a step-by-step tutorial to show you how you can build your own. [OVERVIEW] Architecture of my Real-Time GPS Tracker project. I’ll…... Listed under: , , ,
  59. Arduino GPS Tracking System This was easily the most time I’ve spent producing an Arduino Tutorial. I’ve been sporadically walking around NYC with this Arduino GPS for weeks as I’ve tweaked the code and gotten it just right. If it wasn’t obvious from the title, this tutorial will teach you…... Listed under: , ,
  60. A arduino library for the MAX7221 and MAX7219 These two chips provide an easy way to control either an array of 64 Led's or up to eight digits made of 7-segment displays with a minimum of electronic components. Besides the chip itself you will need only a single resistor and one or two…... Listed under: ,
  61. An amplifier for Arduino For my project, the Arduino output is not enough so digging on the net and asking to a friend some help, I managed to build an amplifier to feed my 3 computer fans. This circuit can be used as an amplifier to switch on and…... Listed under: , ,
  62. Arduino temperature controlled PC Fan Oscar Gonzalez gives us a simple tutorial for speed controlling a PC FAN and reading a LM35 temperature sensor with an Arduino microcontroller. He covers the use of an optocoupler, PWM (Pulse Width Modulation) and reading analog voltages with the Arduino. He even has a…... Listed under: , ,
  63. Power (Energy) Meter using Arduino Part 1.  Analog Front-End. Opto-Isolator. Looking at the Power Quality Analyzer display, I was wandering, if there is any error in the measurement results, introduced by transformer. Overall THD picture doesn’t change much, suspiciously drawing same chart in the morning and in the evening, when…... Listed under: ,
  64. Audio VU Meter using Arduino Biasing AC input using resistor divider and scaling up / down if necessary; Sampling fast and accurately using direct access to Control Registers of ADC and Timer1; Subtract whatever was added at step #1 from result of Analog / Digital conversion and Square; Average /…... Listed under: , ,
  65. True Analog Audio Volume Control using Arduino ow my Arduino can precisely measure audio input (VU meter),   and obviously, next thing that comes to mind right after measurements, is regulation or control. There are many different ways how to electronically adjust audio volume or level of AC signal.  I’ll name a few:…... Listed under: ,
  66. Speech Synthesizer using Arduino Synthesized speech was for a long time the Holy Grail of computing, and back in the 1980s when a 4MHz CPU made your computer the fastest machine in the neighborhood it just wasn't practical for software to create intelligible speech. In those days the only…... Listed under:
  67. MEGAshield KIT for Arduino MEGA 2560 R3 and Arduino DUE ARDUINO MEGA 2560 REV3 The MEGA 2560 is designed for more complex projects. With 54 digital I/O pins, 16 analog inputs and a larger space for your sketch it is the recommended board for 3D printers and robotics projects. This gives your projects plenty of…... Listed under: ,
  68. How To Control A Stepper Motor With An Arduino Uno Overview Stepper motors fall somewhere in between a regular DC motor and a servo motor. They have the advantage that they can be positioned accurately, moved forward or backwards one 'step' at a time, but they can also rotate continuously. In this lesson you will…... Listed under: ,
  69. Arduino controlled Bluetooth-bot This instructable will show you how to convert an old toy R/C car from the thrift-store ($1.50) into a bluetooth controlled robot. To make the conversion, you will need an Arduino (any type), an L298N dual 2-amp motor-controller (or similar), and a bluetooth serial adapter…... Listed under: ,
  70. Arduino Battery As many of you may know, this Lazy Old Geek loves Arduinos. Many of my projects are portable and need a battery source: http://www.instructables.com/id/Arduino-Pedometer/ http://www.instructables.com/id/Arduino-Nokia-LCD-Sensors/ http://www.instructables.com/id/Ultrasonic-Tape-Measure/   All pricing was determined about early 2012. So, I’ve been using Adafruit 6 AA Battery holder $5.00 https://www.adafruit.com/products/248…... Listed under: ,
  71. Data Logger Project using an Arduino This is a data logger I made for my class. I couldn't find any instructions that I could use to make the Arduino record the light brightness and the temperature. Then display the temperature and the light value on the LCD then Save it to…... Listed under: , ,
  72. Arduino & Visual Basic 6 Light Controller This instructable is something like a tutorial for new VB users. It shows how to create a parser base VB6 program to interact with Arduino circuit. Basically, interaction is in the form of serial communication via the USB port. This is my practice after learning…... Listed under: ,
  73. Arduino LCD Twitter display a.k.a. the gratuitously complicated bidirectionally communicating Arduino-based scrolling Twitter display and notifier. ---- This project was mainly done as an excuse to learn how to use character LCD displays with my Arduino, and figure out how to make a bidirectional serial protocol.  One major design…... Listed under: , ,
  74. Very Simple Arduino Electric Lock This is a instructable for a very simple Arduino controlled electric lock. The key idea here is to be very simple as this was more of a proof of concept prototype type of thing. The Arduino is used as a switch to control the lock…... Listed under: ,
  75. Simple Parking Sensor using Arduino My car has only parking sensor for the Reverse, so when I enter the Garage there is no way to know if I am close enough to the wall to allow the door to close or too close that I can hit the wall with…... Listed under: , ,
  76. Arduino Weather Station Part3, Rain So one of my last projects was adding a weather vane to my Arduino weather station. https://www.instructables.com/id/Arduino-Wind-Chill-Machine/ https://www.instructables.com/id/Arduino-Weather-Station-Part2/ This Lazy Old Geek decided to add a rain gauge to it even though we don’t get much rain in the high desert. Most digital rain gauges…... Listed under: ,
  77. simpleTweet_01 python using Arduino Arduino Python Twitter (Windows) In this instructable we'll modify my simpleTweet_00 and rewrite the Processing code with Python. You can expect an ignorant walkthrough by an illiterate noob, but maybe that's just what you're looking for. Before you begin: If you need help installing Python,…... Listed under: ,
  78. Arduino Home automation This is a relatively simple controller for controlling equipment in your home. At the moment I control my central heating, security and lighting. By sending commands from my home computer. My homeeasy central heating controller hack. http://www.instructables.com/id/BampQ_homeeasy_home_automation_central_heating_c/ I am also able to login remotely from…... Listed under: , ,
  79. Arduino 4x4x4 LED Cube Overview: This instructable will cover the building process of an 4x4x4 LED Cube. I will be using an Arduino to control the LEDs.  Since the Arduino (Freeduino) has a total of 20 pins (including the analog pins) we will not need to have any multiplexing…... Listed under: , , ,
  80. Color Changing Night Light with ATtiny using Arduino I wanted to create something for my wife as a present and this is what I came up with. This is a dark activated color changing night light. It has a sensor that can tell when the room light is turned off. This then will…... Listed under: , , ,
  81. LED Dot Matrix Display using an Arduino In this project, you shall again use two sets of shift registers. These will be connected to the rows and columns of the dot matrix display. You will then show a simple object, or sprite, on the display and animate it. The main aim of…... Listed under: ,
  82. Simple Relay Shield for Arduino Shield to control 6 relay, 6 digital input and 6 analog input with Arduino Duemilanove, Arduino UNO. The digital inputs and relay outputs are equipped with an LED that indicates the status. The circuit diagram is very simple: Step 1: Schematics and PCB In this…... Listed under: ,
  83. Squirt – Arduino, motion activated water cannon Squirt is a motion activated water cannon using Arduino. This was designed for use in the garden but as it's winter we tested it in the bathroom. It works! True motion tracking is expensive and complicated so this system activates when the victim moves into…... Listed under: , ,
  84. Arduino Pedometer Problem: So my nutritionist (doesn’t everyone have a nutritionist) suggested I should increase my exercise which primarily consists of walking my dog. She even gave me a chart of activities and calories burned. Here’s an example. http://www.nutristrategy.com/caloriesburned.htm Well, being a LAZY OLD GEEK, I decided…... Listed under: ,
  85. Traffic Lights Beginner Arduino Project This is a beginners project for the Arduino. I am using the Arduino Uno but should work with little or no modification on other arduino models. Setting up the hardware is very easy. This project is more of a training tool for learning how to program…... Listed under: , ,
  86. Arduino + Temperature + Humidity A simple temperature sensor using one LM35 Precision Temperature Sensor , Humidity Sensor and Arduino, so you can hookup on your future projects. The circuit will send serial information about the temperature and humidity so you can use on your computer. I have taken data…... Listed under: ,
  87. Marble Disorder – a marble maze simulator with tilt switches using Arduino Marble Disorder is a borderline case of Marble Madness 🙂 It simulates a marble maze by sensing the box's orientation with 2 tilt switches. Stop the press: there's a new and more intuitive version that doesn't require the spin knob (See video). I keep documenting the original…... Listed under: ,
  88. Turing Alarm for Arduino NOTE: This Instructable is currently incomplete. I will finish it before September 19.  I started this project after seeing Nick Johnson's Turing Alarm clock. I found that the PIC chip he used was a little too advanced for me, so I decided to use the…... Listed under: ,
  89. Arduino Electronic Dice using random numbers This instructable will show you how to make an electronic dice with minimal experience using 7 LEDs, resistors, jumper wires, and of course the arduino (or arduino clone). I wrote this instructable for anyone to easily follow along and learn more about the arduino. Questions…... Listed under: ,
  90. LED Hat Display with Pong using an Arduino A while ago, as my first microcontroller project, I made a Pong game on a 5x7 LED display, but then nothing became of it. Recently I was given a hard hat as part of a uniform (for an engineering competition) and told to customize it,…... Listed under: , ,
  91. Temperature Control For Kitchen Appliances using Arduino In this Instructable, I will step through controlling the temperature of most kitchen appliances. As an example, I will use an old Westbend Poppery popcorn maker (aka. coffee roaster), but these same techniques will be applicable to most hot plates, coffee makers, and waffle irons.…... Listed under: , ,
  92. Arduino Binary Alarm Clock This Instructable will show you how to build an binary alarm clock, with a touch sensor snooze button. This is my first instructable and my first real arduino project, I hope you like it! I bought an arduino a while back and I think it's…... Listed under: ,
  93. Build An RFID Door Lock Using Arduino I wanted to make an easy and secure way to enter my garage. RFID was the best way to unlock my door, even with my hands full I can unlock the door and push it open! I built a simple circuit with a basic ATMega…... Listed under: , , ,
  94. Wireless Altoids Display using an Arduino This Instructable will show you how to modify an Altoids tin for a wireless 2x16 character display. Using an Altoids tin was inspired by the need to have a small yet protective enclosure for a pair of Xbee modules recently bought from Sparkfun. I purchased the…... Listed under: ,
  95. Fun Sun-tracking Arduino The Just-For-Fun Sun-tracker              using the Arduino and two servos. This device, along the lines of the most useless toy, is not so much for function as it is for fun. But as with many things, you can't spell function…... Listed under: ,
  96. Reaction Time Tester using an Arduino A month ago I knew nothing about Arduino and now.....my first project! Looking back, this project combines allmost all of the tutorials that I have read in this short period: blinking LED, push button, piezo and LCD display. A useful project for every beginner! I…... Listed under: ,
  97. Kid’s Game to Arduino Enigma Machine The technology behind Enigma machines and the work done to crack them has influenced cryptography, cryptanalysis, and computer science in general.  If you're unfamiliar with Enigma machines, it's a device that was developed near the end of World War I, then used extensively by the…... Listed under: ,
  98. DIY Arduino or The DIY-Duino THIS ENTIRE TUTORIAL IS ALSO AVAILABLE ON MY WEBSITE AT http://www.theparsley.com/arduino/diy/ To quote the Arduino website: "Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments."…... Listed under: ,
  99. Steering Wheel Drive R/C Car with Arduino IP Control Car was launched in 2001. I make the similar function car utilizing commercialized products. The concept of Car No.02 is to utilize commercialized products, and I am an amateur in electrical. So, do not blame me that the system is not sophisticated, i.e.…... Listed under: , ,
  100. Make A Digital Clock From Scratch using arduino In some point in the life of every electronics hobbyist the need to make a clock is borned, in my case it was about a month after I soldered my first part on a board, but back then I didn't have the right tools, parts…... Listed under: ,
  101. Arduino Processing Audio Spectrum Analyzer In this Instructable I am going to show how to make a program in Processing that analyzes sound on your computer and sends data to an Arduino that controls an LED matrix to show the spectrum analysis. I will be explaining where to get materials,…... Listed under: , ,
  102. Arduino Solar Tracker What is does: It searches for the brightest light source like the sun. Step 1: How it works How it works: I'd made a sensor of 4 LDRs with sheets between them The withe stips are the LDRs   When the stick on top is…... Listed under: ,
  103. Tyco RC Arduino Robot Wanted to make your own robot but couldn't afford the fancy H-Bridge IC's or etch your own PCB? Want a quick and dirty method of making your own wheeled robot? Then you're in luck, but if you want to make your own wheeled robot AND…... Listed under: ,
  104. My Arduino WordClock The initial project, and certainly the one to which many were inspired is that of Doug Jackson. http://www.instructables.com/id/The-Word-Clock-Arduino-version/ also inspired by http://www.highonsolder.com/blog/2011/1/8/arduino-word-clock.html  http://www.instructables.com/id/Sleek-word-clock/ Step 1: The Materials The list of materials for the board depends on how you plan to make the electronics, if you…... Listed under: ,
  105. Chicken Light Timer using an Arduino The wife is into raising chickens and now that the daylight savings is getting near she wanted a way to keep the egg laying production in high gear.  According to the material that she reads, chickens will maintain their egg laying production if they get…... Listed under: , ,
  106. Ultrasonic Range Finder with an ATtiny85 using an Arduino I’m here to show you how to use a HC-SR04 Ultrasonic Range Finder with an ATtiny85 as well as programming the ATtiny85 using the wonderful shield that randofo created. List of materials: ATtiny85 Programming Library Arduino Uno HC-SR04 Ultrasonic Range Finder and Library Jumper Wires Breadboard ATtiny85 Step 1: Program…... Listed under: ,
  107. Auto Leveling Laser Cross using Arduino So this Lazy Old Geek purchased a Laser Cross. I created a manual leveling Laser Cross to use for aligning stuff on my drill press: http://www.instructables.com/id/ManualLevelingLaserCross/ Well, being a Geek I decided to make an automated platform that adjusts automatically with an Arduino. Well, the…... Listed under: ,
  108. Arduino 2-axis servo solar tracker What is a solar tracker? A solar tracker can increase the efficiency of a solar panel by up to 100%! It does this by always keeping the panel perpendicular to the incoming rays of sunlight. here's an equation to prove this: P = AW sin…... Listed under:
  109. Arduino True Random Number Generator This is just a fun project I have been working on in the last little while. If you like this instructable, consider voting for it in the Arduino Challenge! Anyone who has experience with programming will have probably used random numbers in their code. These random…... Listed under: ,
  110. Bubble Alarm Clock Makes Waking Up Fun using Arduino Waking up to a buzzing alarm clock sucks. I'm one of those people who doesn't like to wake up before the sun is out (or has been out for many hours). So what better way to make waking up fun than having a bubble party…... Listed under: , , ,
  111. Uno The Arduino Robot Age: 13 Meet Uno the Arduino powered robot.  Some functions include a blinking nose, moving antennas, rotating head, IR distance sensor, twin motor gear box and rotation counters.  Uno is made with relatively easy to obtain parts.  This project provides a good introduction to Arduino. robot.skp475 KB Step 1: Materials Material and tools • Foam board…... Listed under: ,
  112. Arduino Based Auto Timer The Need: Last week around at work I had another usual un-usual  problem to face with.  Having to make lots of mechanisms n components to work with-in seconds or fracs at times I kind-of knew this was always coming.   And invariably so my poor…... Listed under: ,
  113. Building a semi Smart, DIY boat with Arduino and some other sensors I based this off of this really nice instructables.com post for building a water bottle boat, with some additions for obstacle avoidance and light-guided control. I used Arduino as a microcontroller, an ultrasonic sensor in the front, a few simple switches on the side of the boat,…... Listed under: , ,
  114. Remote controlled webcam using Arduino Web-enable your interactive sensors over desktop, smartphone and tablet devices. This tutorial describes in detail how to use the free SensorMonkey service to remotely control a pan and tilt webcam attached to an Arduino using nothing more than a simple webpage. The webpage can be…... Listed under: , ,
  115. Bike Speedometer using an Arduino Monitor your road speed using the Arduino. This project uses a magnetic switch (also called a reed switch) to measure the speed of one of the bike's wheels.  The Arduino calculates the mph, and send this information out to the LCD screen on the handlebars…... Listed under: ,
  116. Waveform Generator using an Arduino Waveform generators (also called function generators) are useful for testing and debugging circuits.  I often use them to test the frequency response of electronics components like op amp and sensors.  This waveform generator is powered by an Arduino.  It outputs four waveshapes: sine, triangle, pulse,…... Listed under: ,
  117. LED Matrix with Game Controller using an Arduino This project was built for my introductory electronics class at the University of Waterloo in Canada.  This was my first introduction to electronics and therefore, my first project. Follow these steps to build a 16 x 16 LED array with a wall (different colored LED…... Listed under: ,
  118. Sous-vide Arduino Shield *NOTE* THIS PROJECT IS DONE BY A GROUP OF STUDENTS FROM SINGAPORE POLYTECHNIC Sous-vide (/suːˈviːd/; French for "under vacuum")[1] is a method of cooking food sealed in airtight plastic bags in a water bath for a long time—72 hours in some cases—at an accurately determined…... Listed under: ,
  119. Audio Input using an Arduino Board Send sound into your Arduino.  This Instructable will show you how to prepare audio so that it can be sampled and processed by an Arduino to make sound responsive projects and audio effects.  (This article is a companion to another Instructable I've written about building…... Listed under: ,
  120. Arduino Board Step Sequencer I was wondering about on making a sequencer, a big 16 step sequencer was what I wanted to make. To it's full extension with lots of features including single leds for each step, midi input and output, etc. Then I realised that I should start from a…... Listed under: ,
  121. Localizer with SIM908 module using Arduino The device is based on a GSM/GPRS module with included GPS. Its main function is to detect and communicate its own geographical position using, on the choice, the cellular phone reference system or the GPS. Its small dimensions are due to the use, for the…... Listed under: , ,
  122. GSM GPS shield for Arduino Board Shield for Arduino designed and based on the module GSM/GPRS SIM900 or the GSM/GPRS & GPS module SIM908, to make calls, voice and data connections via GPRS. HARDWARE INNOVATIONS This new version (old Arduino GSM shield) has several new hardware features, that allow maximum customization…... Listed under: , ,
  123. Easy Bluetooth Enabled Door Lock With Arduino + Android Thanks to everyone who supported this project and voted for it in the Arduino Challenge! I was awarded second prize and hope to participate in more Arduino contests in the near future. This tutorial will explain a simple way to make a password protected bluetooth…... Listed under: , ,
  124. Beginners guide to building Arduino robots with Bluetooth and Android In this tutorial we are going to go over building a Arduino robot that can be controlled via bluetooth with an Android phone/tablet. This is a beginners guide that is going to briefly go over the process of wiring and programming your robot. Build list... The following is the list…... Listed under:
  125. LINUSBot – Line Follower Robot using Arduino The operation of this Robot is quite simple. Infra-red sensors placed at the front of the chassis  will monitor when our Robot is over a black line or when it is over a white background. In this project we will use the appropriate rounded chassis…... Listed under: ,
Click here to get AI-based help