Difference between revisions of "Implement calibration"

From ElphelWiki
Jump to: navigation, search
(gpsd work in process)
Line 17: Line 17:
 
== Working on this task ==
 
== Working on this task ==
 
Implemented GPSd driver for the compass, now going to test. --[[User:Skinkie|Skinkie]] 14:34, 9 September 2008 (CDT)
 
Implemented GPSd driver for the compass, now going to test. --[[User:Skinkie|Skinkie]] 14:34, 9 September 2008 (CDT)
 +
A [http://kinkrsoftware.nl/contrib/elphel/compass_calibration.c|Tool] has been made, needs some minor updates for being a CGI program, after that is done it will be in the Elphel CVS.
  
 
== References ==
 
== References ==
 
http://www.ocean-server.com/download/OS5000_Compass_Manual.pdf
 
http://www.ocean-server.com/download/OS5000_Compass_Manual.pdf

Revision as of 16:37, 18 September 2008

Problem

In order to reliably use the compass it needs to calibrated by the user. This process can be initiated by accessing the compass module, and providing it the required commands. Sadly only one daemon can access the information of a serial port and it is thus required to make it available to multiple applications concurrently.

Calibration Procedure

The callibration can only happen if the module is leveled, hence the pitch and roll are less than one degree off, and the camera is slowely spinned around while doing this. Other forms of calibration, for example by providing magnetic field strength should be open for the user.

This would require an application that must be:

  • Allowed to write to the module
  • Able to initiate the command sequence
  • Able to detect pitch/roll
  • Able to detect end of calibration sequence
  • Available to the user in a user friendly way

The application could:

  • Fetch field strength for its GPS position from an information source on the internet (if available)

Working on this task

Implemented GPSd driver for the compass, now going to test. --Skinkie 14:34, 9 September 2008 (CDT) A [1] has been made, needs some minor updates for being a CGI program, after that is done it will be in the Elphel CVS.

References

http://www.ocean-server.com/download/OS5000_Compass_Manual.pdf