3689598052?profile=original

If you bought the cheap magnetomter module like HMC5883L you can not use it without calibration. Measurement of magnetic field will be subjected to distortion. There are two categories of these distortions: the hard iron distortions and the soft iron distortions. The hard iron errors refer to the presence of magnetic fields around the sensor (magnets, power supply wires) and are related to measurement offset errors, while the soft iron errors refer to the presence of ferromagnetic materials around the sensor, which skew the density of the Earth's magnetic field locally and are related to scaling offset errors. You can read more information about these distortions here.

In other words, to get the correct magnetometer data you should get the calibrated magnetometer data. One of the ways to resolve this problem: you should apply the bias to the vector of the non calibrated magnetometer data (X, Y, Z coordinates) and then multiply the transformation matrix by this resulting vector:

3689598033?profile=originalPicture 1

In this case the magnetometer calibration is the process of getting the transformation matrix and the bias. To get these data you can use the MagMaster program.

You can download MagMaster here.

Example of using the MagMaster

Hardware:

Software:

  • MagMaster (placed in MagMaster folder)
  • MagViewer (placed in MagMaster folder)

Firmware:

  • Arduino Sketch (placed in MagMaster folder)

3689598066?profile=originalPicture 2

3689598042?profile=originalPicture 3

3689598079?profile=originalPicture 4

Connect the magnetometer module to the arduino board via I2C bus (picture 4). Upload the arduino sketch to the arduino board (see "Arduino_Code" folder in the "MagMaster" folder). This arduino sketch requires the HMC5883L library, copy the folder "HMC5883L" (placed in "Arduino_Code" folder)  to the folder "C:\Program Files\Arduino\libraries".

Then run the MagViewer.exe, select the serial port of the arduino board (the boud rate of the seraial port should be 9600 bps) and click "Run MagViewer". Now you can see the coordinates of the magnetometer data vector in 3D space on a real time (picture 5, video 1, 2). These data are not calibrated yet.

3689597980?profile=originalPicture 5

Video 1

Video 2

If you see the points of the magnetometer vector coordinates in 3D space the arduino board and the PC connection works right.

Now close the MagViewer window and run the MagMaster.exe (picture 6). Select the serial port of the arduino board. The green strings X, Y, Z will indicates the coordinates of the magnetometer vector.

3689598100?profile=originalPicture 6

Place the magnetometer module as shown on the picture 8.1 and click "Point 0" button of the "Axis X+" groupbox. For the placement of the module you can use the wooden bar or the paper box (picture 7). If you can not connect your magnetometer device to PC then you can use any other way to get to know the magnetometer data. You can enter these data in the program manually.

3689598052?profile=originalPicture 7

Place the magnetometer as shown on the picture 8.2 and click "Point 180" button of the "Axis X+" groupbox and so on. You should do in the following way:

  • Picture 8.1: "Point 0", "Axis X+"
  • Picture 8.2: "Point 180", "Axis X+"
  • Picture 8.3: "Point 0", "Axis X-"
  • Picture 8.4: "Point 180", "Axis X-"
  • Picture 8.5: "Point 0", "Axis Y+"
  • Picture 8.6: "Point 180", "Axis Y+"
  • Picture 8.7: "Point 0", "Axis Y-"
  • Picture 8.8: "Point 180", "Axis Y-"
  • Picture 8.9: "Point 0", "Axis Z+"
  • Picture 8.10: "Point 180", "Axis Z+"
  • Picture 8.11: "Point 0", "Axis Z-"
  • Picture 8.12: "Point 180", "Axis Z-"

3689598213?profile=originalPicture 8

You should fill the table. After that click "Calculate Transformation Matrix and Bias" and get the required matrix and bias (picture 9).

3689598116?profile=originalPicture 9

The transformation matrix and the bias are got. Now you can calculate the calibrated magnetometer data in your device on a real time with using the matrix and the bias as shown on picture 1. The example of the arduino sketch of using this calculation you can find in the "Arduino_Test_Results" folder.

You can apply the sphere radius stabilization algorithm to your program (use for it the Arduino_Radius_Stabilization folder placed in MagMaster folder).

The calibrated magnetometer vector coordinates in 3D space with the radius stabilization shown on the picture 10 and video 3, 4.

3689598230?profile=originalPicture 10

Video 3

Video 4

Using of the arduino is only example, you can easy adopt the arduino code for any other system and use the MagMaster program with it.

E-mail me when people leave their comments –

You need to be a member of diydrones to add comments!

Join diydrones

Comments

  • Tim C,

    MagViewer does not use RTS or CTS lines. I use the Arduino Mega 2560 board with own usart-usb converter. Can you place here the screenshot of your arduino termanal?

  • Samuel,

    May be the better way for your task is using of the optical encoder instead of the magnetometer?

  • Yury,

    I ran your program on another desktop to calibrate a magnetometer. The MagMaster works fine but MagViewer stuck after the Unity splash screen and froze as opposed to displaying xyz coordinate system.

    The specs for two computers I have tried:

    win7 Ultimate, 12G ram, i7  (only displays xyz coordinates, laptop)

    win7 Enterprise, 4G ram, i5 (freezes after Unity splash screen,desktop)

    Arduino mini. Baudrate 9600, output format "mx,my,mz" for each line.

    MagMaster works on both computers. Does MagViewer use RTS or CTS lines? If so, can you publish a version without using it? My current setup won't allow me to use pins in UART other than RX, TX.

    Tim

  • Tim C,

    I will try to run the MagViewer on the computer without installed Unity and report here.

  • Samuel,

    Yes, this method is not ideal. This is not good idea for the field calibration. For calibrating by this method you need 12 different positions (even not 8). I do not know how whithout these positions to find soft iron transformation matrix.

    If you need not the Z coordinate, it will be 2D magnetometer. I think it is possible to calibrate magnetometer by  only ratation around the axis ortogonal to the earth plane in this case. But I don't know how to do it :). I think about it, but i have not ideas yet.

    Can you tell me: your device will have pitch and roll? or only yaw?

  • Arduino micro, with you code. I can see output from serial terminal just fine but it doesn't work with the MagViewer.

  • Tim C,

    Do you use the arduino board or other one?

  • Tim C,

    You do not need any Unity plugins. I do not know why MagViewer doesn't work in your case. May be you have selected wrong com port or boud rate...

  • Yuri,

    I am able to read sensor data from MagMaster. However, MagViewer only displays xyz coordinate system but nothing happens. What Unity plugins do I need to install?

    Tim

  • Yuri,
    Of course Accelerometer and Gyro need to be calibrated and compensated;also for mounting position.
    A thought about results presentation. It's a lot easier to compare performances if along with the method procedures is also provided a procedure to calculate measurement uncertainty. In your case I refer to the uncertainty term added by your calibration procedure.

    For instance in my Pitot log I report the airspeed value with the related uncertainty. Let's say 25.1(0.2)m/s. In the case of the Pitot an uncertainty approximative(overestimated) formula can be provided; that formula can account for the most common sources of uncertainty.

    With that kind of result presentation is easy to select instruments or procedures.

This reply was deleted.