MICRO ARDUINO GOPRO TIMELAPSE DOLLY
by InevitableCraftsLab in Circuits > Arduino
13228 Views, 224 Favorites, 0 Comments
MICRO ARDUINO GOPRO TIMELAPSE DOLLY
edit: I rebuilt this dolly with 4$ steppers: https://www.instructables.com/id/MICRO-MIDI-STEPPER...
This Instructable is about building the smallest possible automated TimeLapse dolly.
Its also the most simple one i built to date.
It's controlled via servo protocol, and two rc servos.
One servo is modded to be endless, one is original.
It uses an Arduino UNO as test-controller, but i plan to build it with an ATtiny85
The drawing was just an idea, look at the photos for the final arrangement of the servos.
WATCH MY TESTVIDEO ON VIMEO
THE CHASSIS
The chassis is built out of stripboard PCB.
It uses two M8 bolts as axles for the skateboard ballbearings.
The servos are mounted with two servo mounts from a TREX450-clone helicopter.
The distance between the bearings is set via distance-pipes from skateboard wheels.
On the photos, i use two sets of two bearings.
The intention for this is to only let it run on a track with one side.
The other side is being driven with the servo motor and runs on the ground directly.
Thats means that it only uses one pipe, which should be easier to organize on location instead of bringing two pipes.
I made a drawing that illustrates that option.
The top one is just a shim between two bearings, the bottom one is one distance pip between two bearings.
TURNING
A servo can move 180degree in steps of 1 degree.
I used al the links because of two things:
- a nanoservo is way to weak to turn a GoPro and hold it in position
- steps of 1degrees is way to big for timelapse
With all the links you get 0.3degree resolution and 60degrees of movement.
TRIGGERING
For a simple time-lapse program see the script in the photo.
Make sure you connect the right pins for the modded and unmodded servo.
See one of the later steps for a small Arduino UNO compatible shield that uses the pins in the script.
DRIVING
The dolly drives with a modded nano servo.
You can mod nearly any servo to be an endless motor, by chopping a little knob inside the servo that mechanically protects the servo from turning over its limits. And you also have to take out the pot and replace it with an equally valued fixed resistor.
After you did that you can control it with the servo protocol like a normal servo.
By soldering two equally valued resistors in instead of the pot, you tell the servo its in mid position.
All the time.
So after the mod, when you tell it to go to position 90°, it thinks it already is at this position and does nothing.
If you tell it to go to 92° it doesn't full-power the motor because it (thinks it) knows that its only 2° away.
As it never reaches 92°, it goes on in this speed for ever.
Same as you give it the position 180° it thinks its 90° away, so it powers the motor up to the max to reach this position as quick as possible >> you get maximum speed.
And everything in between, of course, and in reverse direction with values lower then 90° (down to 0°)
CONNECTING AN ARDUINO UNO
To make it easier to connect the servos, i made a micro shield.
It's four lines of stripboard PCB wide and connects to the following pins:
3.3V
5V
GND
PIN11
PIN10
I will use the 3.3V for the light-resistor so it's better to already solder it to a pin.