Tag Archives: Arduino

555 Time Lapse Intervalometer

555 Intervalometer camera connectionThis is my entry for the 555 Contest recently started by Jeri Ellsworth and Chris Gammell. It is a camera timer (aka. intervalometer) for taking time lapse videos with my DSLR. It is a very simple circuit designed around a 555 timer IC. It has indicator LEDs, a relay to control the camera, and a potentiometer which allows me to set the photo interval between 15 seconds down to around 1 second.

Continue reading →

Arduino Servo Motor (Part 1)

Arduino servoControlling a servo motor with an Arduino or other type of microcontroller is probably the easiest way to get started in robotics, motion art, or any other reason you may have to make your electronic project interact with the real world. Servos are very simple to interact with and in this post I’ll show you how to connect one to an Arduino.

Continue reading →