Difference between revisions of "KapV2"
(Recreating from archives) |
(Added pics back) |
||
Line 1: | Line 1: | ||
==Problem Statement == | ==Problem Statement == | ||
+ | <flickr>1435365167|t|none</flickr> | ||
==KAP V1== | ==KAP V1== | ||
Line 7: | Line 8: | ||
==PC Board == | ==PC Board == | ||
A PC Board was fabricated which contained (serious) mistakes which necessitated the need for greenwires. An MSP430F2132 was used, along with a 2D compass module. | A PC Board was fabricated which contained (serious) mistakes which necessitated the need for greenwires. An MSP430F2132 was used, along with a 2D compass module. | ||
− | + | <flickr>2462767209|m|none</flickr> | |
− | |||
− | |||
− | |||
==MSP430 Source Code == | ==MSP430 Source Code == |
Revision as of 18:39, 29 January 2013
Problem Statement
KAP V1
The KAP controller V1 is just an MSP430 that interfaces to the radio receiver board, a servo, and a directional momentary contact switch (single paddle with contacts on either side). The board lacks positional sensing, and as such, panoramas almost never line up due to the whole rig swinging in the wind. It would be neat to have a digital compass onboard to sense true north (and derive heading) in order to better stabilize the camera in flight.
PC Board
A PC Board was fabricated which contained (serious) mistakes which necessitated the need for greenwires. An MSP430F2132 was used, along with a 2D compass module.
MSP430 Source Code
V1 code Can be found here (For reference only, all rights reserved)
Results
A PID control system was attempted for the true-north pointing. Unfortunately, the 2D compass module proved useless as sensitivity to tilt was quite extreme. In a KAP setting, the entire rig could be swinging or tilting back and forth and would result in huge pointing errors. A future board will need a 3D compass module.
2010 Jasper Nance KE7PHI