Projects

The Arduino Mothbot

The Arduino Mothbot

The purpose of this project is to design and build a simple light-following robot using an Arduino Duemilanove microcontroller board. I really wanted to share a robot project that was cheap, simple to build, and had a complete set of instructions for all of the different steps. I hope I’ve succeeded and I’d love to […]

David Bynoe works in progress

David Bynoe works in progress

For an upcoming project I needed a pneumatic ram with a closed loop control system so I could position it accurately. Didn’t have the budget for an off the shelf solution, so I bodged one together with an ardunio, a couple air solenoid valves, and a pair of potentiometers. How it works is one potentiometer […]

How to Build an H bridge Circuit with an Arduino Microcontroller

How to Build an H-bridge Circuit with an Arduino Microcontroller

An h-bridge is a chip that allows DC motors to be run versatile, with bidirectional capability. With an H-bridge, motors can go forward or backward, left or right, up or down, etc, depending on the use of the motor(s) in the circuit. Without a microcontroller, the only way to be able to control an H-bridge […]

Arduino passive IR trigger for Canon EOS

Arduino passive IR trigger for Canon EOS

The other day I wanted to experiment with external triggers for my Canon EOS 550D camera. I stumpled upon a nice open source project called Arduino Camera Control from Oleg Mazurov, the creator of the USB Host Shield library for Arduino. The Arduino Camera Control project depends on the USB Host Shield library and the […]

ARDUINO RF power SWR meter

ARDUINO RF power & SWR meter

This sketch will readout RF power and SWR from any SWR bridge (for example ‘monimatch’ type). As this ‘monimatch’ type of bridge is frequency dependant, the meter must be calibrated for every band. Because my primary interest was for VHF/UHF/SHF,  I have foreseen positions for 6m, 4m, 2m, 70 cm, 23cm and 13cm bands – […]

Internet connection indicator box with restart button1

Internet connection indicator box with restart button

THE SETUP For an interface I thought 3 LEDs would be simple enough: Blue for everything is fine (as blue LEDs are cooler than green ones); red for something is wrong; and yellow for the modem and router are being restarted. I added a button to do the actual restarting as I wanted it to […]

Arduino Security Alarm with Reed Switch

Arduino Security Alarm with Reed Switch

How does the security alarm circuit works? When power is turned on, the circuit goes into standby mode, and this condition is indicated by “SECURITY ALARM” in the LCD screen.Note that here a N/O reedswitch + bar magnet combination is used to detect any mishaps, and hence the reed switch should be in “closed”state at […]

Line Follower Robot using Arduino

Line Follower Robot using Arduino

A line follower robot using 8051 microcontroller is already published here and this time the same thing is done using  arduino. This line follower robot is basically designed to follow a black line on a white surface. Any way the same project can be used to follow the opposite configuration with appropriate changes in the […]

HOW TO MAKE CUSTOM GEAR FOR LINEAR MOTION 3

HOW TO MAKE CUSTOM GEAR FOR LINEAR MOTION

In the manufacturing industry, a wide variety of devices used at home or in the garden has been experiencing challenges in automating linear displacement of any of the items used. For instance, For example, an automatic opening of gates, automatic unlocking and changing positions of mirrors concentrating solar collection might be facing the problem of […]

Arduino Platform SIMON Game Implementation

Arduino Platform – SIMON Game Implementation

Introduction Having been a CodeProject member for several years, and not having got round to ever publishing an article, left me feeling a bit disappointed in myself. I have thought many a time on what kind of article I can produce. Then after coming across some great articles by jeffb42 here on CodeProject, my problem […]

Scroll to Top