Difference between revisions of "KapV2"

From NebarnixWiki
Jump to navigationJump to search
m
m
Line 12: Line 12:
 
==MSP430 Source Code ==
 
==MSP430 Source Code ==
 
V1 code Can be found [http://svn.nebarnix.com/sub/msp430/KAP%20controller/ here] (For reference only, all rights reserved)  
 
V1 code Can be found [http://svn.nebarnix.com/sub/msp430/KAP%20controller/ here] (For reference only, all rights reserved)  
 +
 
V2 code Can be found [http://svn.nebarnix.com/sub/msp430/KAP%20V2/ here], for what its worth. (For reference only, all rights reserved)  
 
V2 code Can be found [http://svn.nebarnix.com/sub/msp430/KAP%20V2/ here], for what its worth. (For reference only, all rights reserved)  
  

Revision as of 18:41, 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)

V2 code Can be found here, for what its worth. (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