Projects

ARDUINO MEGA 2560 REV3

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 room and opportunities. Microcontroller ATmega2560 Operating Voltage 5V Input Voltage […]

Arduino stepper motor

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 learn how to control a stepper motor using your Arduino […]

Arduino Bluetooth bot

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 from Sparkfun.com. We will first remove all existing circuitry from […]

Arduino Battery

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 with 6 AA rechargeable batteries. (See Picture) Another choice would […]

Arduino Data Logger Project

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 the SD card Requirements Here are the requirements for the […]

Arduino Visual Basic 6 Light Controller

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 VB6 for 2 weeks and hopefully this post can help […]

Arduino LCD Twitter display

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 goal was that the hardware would take user input and […]

Arduino Touch Screen Room Control

Arduino Touch Screen Room Control

Hey everyone, I finally finished my touch panel for my bedroom wall and am here to show you how i made it. Unfortunately its not installed in my wall yet as I might be moving and don’t want to make anymore holes in my walls, but its coming with me and has already proven itself […]

Arduino Electric Lock 1

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 itself, and is set to interface with a Computer. The […]

Arduino Parking Sensor

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 the car. So, decided to build a parking sensor that […]

Scroll to Top