Digital cameras are wonderful devices making experiments with images very easy.
You might dream of features that are not available in your camera menu.
This project helps you realizing the following:
- cylindrical or hemispherical panoramas
- stop motion animations
- night photography
It can be used “headless ” (no computer attached).
Pictures will be available on camera memory card for computer processing.
This instructable provides drawings and arduino sketch.
The provided sketch (firmware) can easily be upgraded by anyone to provide more features.
You will need the following:
base
- 3x small wheels
- thin panel either wood or acrylic (e.g. plywood, MDF, Medium-density fibreboard)
- 2x standard size servos (e.g. Futaba S3003)
head
- more thin panels
- 1x micro servo (e.g. Futaba S3107)
- “L” brackets (e.g. ~2.5 inches or 6 centimeters)
electronics
- Arduino 2009 (aka. Duemilanove) or latest model
- Arduino Sensor Shield (i.a. grid pin header connections)
- LCD (HD44780-based) + cable + connectors (prefer backlit LCD)
- buttons + prototype PCB + resistors + cable + connector
tools
- laser cutter (for the luckiest)
- drill,
- saw,
- sandpaper,
- pen,
- cutter (for the others)
- soldering iron
other
- bolts and nuts
- threaded rot and wingnuts
- wire
- adhesive tape
- bolt to attach the camera (0.25”)
optional
- buzzer + cable + connector (beep before a shot)
- photoresistor + cable + connector (light -> exposure & lcd back-light)
25_baseV2.jpg.zip90 KB
Remove these ads by
Signing UpStep 1Build the base
- insert the jpeg-drawings in your favorite editor
- set or keep the image size at 100%
- set your printer driver’s scaling option to “None”
- check the printed scale with a ruler (inches or centimeters)
(adjust and reprint if necessary)
Use a cutter to have adequate marks
Stick the paper on the wood panel with adhesive tape
see picture
Draw more marks
see picture
Saw and drill
| « Previous Step | Download PDFView All Steps | Next Step » |



















































I attach the structure servo with small wire thru the servo arm and the L bracket.
I attach the base servo with small screws.
The servo on the shutter is held by "colson" (plastic clips).
Thx for your interest and sorry for the delay.
I think this would be an excellent opportunity to make an open shield similar to what the Chinese are selling. But with a schematic and eagle cad file included for download. Especially since all the shield seems to do is bring Vcc and GND out to all the Arduino data lines with either headers or some other type secure locking connectors.
I'll post a link here if I get around to designing something similar. In the mean time, think I'll just use a proto shield or bread board.
Yes, it would be nice to have the same shield "open source" if it isn't yet. I really don't know about the licence or available files.
My purpose wih this project was to have fun (and to workaround the soldering as much as possible).
Sure, breadboard or anything similar would be ok.
You might have to patch the sketch (using 3 servos, 1 analog keypad, 1 LCD). Simply locate/update the lines starting with "#define PIN_" to match your choices.
I didn't noticed there were so much shields http://shieldlist.org/
I used the "Sensor Shield V4" search http://www.google.be/images?q=Arduino+sensor+Shield+v4 for this *wonderful* shield; I mean we don't need soldering skills ;-) This is a plug'n'*have*fun* !
I don't find it directly from http://shieldlist.org/
If you can wait, I suggest e*Bay (search "arduino sensor shield").
Check for "#define PIN_SERVO_"... in http://www.instructables.com/id/Intro-Active-Camera-Tripod/step10/The-software-sketch/ for details.
Digital pin 4 --> base servo
Digital pin 5 --> head servo
Digital pin 6 --> servo on the shutter
I haven’t tried a gigapan so far.
As a *quick* patch, I suggest to add an “zoomed panorama” option to the main menu (see function loop()).
Copy the optionMenuPanorama() function, rename it and update the increments in the “for” loops.
Set these increments to smaller values matching your focal length.
The whole process (shooting and stiching) would be slower… But it should work.