function

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 USB Host Shield from Sparkfun. It supports …

Arduino passive IR trigger for Canon EOS Read More »

Arduino Simple keyboard (1)

Simple keyboard using the tone() function using Arduino

This example shows how to use the tone() command to generate different pitches depending on which sensor is pressed.   Circuit Connect one terminal of your speaker to digital pin 8 through a 100 ohm resistor, and its other terminal to ground. Power your three FSRs (or any other analog sensor) with 5V in parallel. Connect each …

Simple keyboard using the tone() function using Arduino Read More »

MP3 Interface for Arduino (1)

MP3 Interface for Arduino

I have added a follow-on to this Instructable: http://www.instructables.com/id/Cheap-and-Easy-MP3-Shield-for-Arduino/ The follow-on shows you how to design, etch and build a PCB shield to connect the MP3 to the Arduino. Replaces the analog switches with a 74HC244. SIngle layer board with large surface mount component design. Only 5 thru holes. Take a look. Ebay abounds with sales …

MP3 Interface for Arduino Read More »

ARDUINO Laser 3D Tracking (1)

ARDUINO Laser 3D Tracking or Range Finder

The idea of using triangulation for distance measurements is well known since Pythagorean time, when his brilliant formula become available for mathematicians. What is new in this design, is lasers power control via “blooming” effect of CMOS camera. Here this “negative” effect was put to work instead of ADC. No need high price “no-blooming” camera! …

ARDUINO Laser 3D Tracking or Range Finder Read More »

Arduino Visual Navigator (1)

Visual Navigator Making it MOBILE using Arduino

Obstacle avoiding vehicle, continue in “3D Laser Range Finder” series ( project 1, project 2). The basic idea is the same, measuring distance using red laser pointers, CCD analog camera and Arduino UNO.  Modification was made in geometry.  Two lasers were set for “far field” obstacle detection, few meters in front of vehicle on left or right …

Visual Navigator Making it MOBILE using Arduino Read More »

Vibration Detector Circuit

How to Build a Vibration Detector Circuit Using Arduino

In this project, we will go over how to build a vibration detector circuit.This is a circuit which can detect and measure flex, touch, vibration, and shock.The sensor we will use to detect these movements is a piezo vibration sensor from Measuremenet Specialists (MEAS). The sensors are a thin strip of piezoelectric material with a …

How to Build a Vibration Detector Circuit Using Arduino Read More »