A quick and dirty AC camera stabilization setup

FPV Tilt Camera Mount with Landing Gear

 

I saw one of these a few weeks back, and got to thinking...

How can I easily mount this to a stock AC without making any drastic mods, getting the CG close, and having tilt and roll stabilization possible?

This is what I came up with...going to see if it will take off in the morning.

 


Mechanically, the pieces are in the right places. It moves well. It's probably not super robust, but we'll see if it gets the job done.

Three metal pieces bent for the roll hinge with nylon washers.

Easystar rudder horn, control rod and clamp.

Random thumbscrew from Ace that clamps into an alum. bar underneath the two plys of balsa and squeezes the fiber frame. Pretty secure actually.

The kit was $20.  I got it as a weight filler with a 9x from Hobby King. The rest is scrap.

It at least gets the concept going cheaply, we'll see how long it lasts.

Here's the battery outrigger from previous static camera setup.


Ideas for improvements are always appreciated...


JC

Views: 326

Comment by Eoin on May 6, 2011 at 4:56am

Please let us know how you get on John. I purchased the very same mount for the very same reason ! Weight filler for 9x from Hobbyking. I haven't bothered to build it yet but if you have success I might make it my next project.

Regards

Eoin


Developer
Comment by Mark Colwell on May 6, 2011 at 11:50am
I ordered one his morning. just for camera mount, I hope it works as well as yours, for $19 it was worth a test.
Comment by John C. on May 6, 2011 at 12:45pm

Well, the AC can pick it all up.  Definitely needs some tuning, maybe just moving the battery to the other side of the rail.  Uploading video now.

 

I'm running the ACM code out of the SVN....I'm wondering what my best code option is to get the stabilization actually working?  I'll take a look at the pirates code and see.

 

JC

Comment by John C. on May 6, 2011 at 3:41pm

Oh boy....put that battery in front of the bar, and she is ready to rock.

 

Need the SW piece now.


Developer
Comment by jasonshort on May 9, 2011 at 1:05pm

Right now The camera control will output pitch on CH 6 out and Roll on channel 5.

Jason

Comment by I.S. on May 9, 2011 at 1:06pm

@Jason

what if we are running an Hexa? Is camera control incompatible with hexa quads?

Comment by John C. on May 9, 2011 at 1:36pm

I got the roll working on CH_6, just had to multiply by a -1 to reverse the servo.

Add: "ENABLE_CAM 1" to APM_Config.h
This is the chunk to reverse if need be.
g.rc_camera_roll.radio_out);g.rc_camera_roll.servo_out = dcm.roll_sensor * -1;
g.rc_camera_roll.calc_pwm();
APM_RC.OutputCh(CH_6, g.rc_camera_roll.radio_out);
Good question on the hexa, I saw the big red X on CH8.
Comment by I.S. on May 9, 2011 at 1:40pm
ups, I mean hexa copters (not hexa quads!!)
Comment by John C. on May 9, 2011 at 6:47pm

Roll and Pitch work great.  Should be able to get it in the air in the morning.

 


Developer
Comment by jasonshort on May 9, 2011 at 6:56pm

Any Channel can be an output channel, even channel 8. Just don't use channel 8 as an input.

Jason

Comment

You need to be a member of DIY Drones to add comments!

Join DIY Drones

Contests

Season Two of the Trust Time Trial (T3) Contest has now begun. The third round was a reliablilty/aerial photography round for both planes and copters, which is now closed. Stay tuned for the next round, beginning soon.

A list of all T3 contests is here

 

© 2012   Created by Chris Anderson.

Badges  |  Report an Issue  |  Terms of Service