Hi,
I use AK8963C Compass chips, for projects. These each need calibration values, that are used in programs.
I asked a similar question quite a while back, and didn't realise that the answers I followed led me in a the wrong direction. The previous results gave me a way of calculating a result, but not byusing the BOX as seen in this link:
https://www.instructables.com/id/Easy-hard-and-soft-iron-magnetometer-calibration/
I got this working previously, and here is 1/ result for 1/ chip:
b_x = 158.968 '(1)
b_y = 90.098
b_z = -312.183
m11 = 1.719
m12 = -0.016
m13 = -0.008
m21 = -0.047
m22 = 1.771
m23 = 0.012
m31 = -0.043
m32 = 0.038
m33 = 1.727
________________________________________________________
Here is a program, that I use that I'm sure worked before, but it's possible that something happened in between?
In this program, there are some parts commented out (') I don't think they are necessary, only left from other programs.
Here is an image from the MAGVIEWER that shows dots top right quadrant, and on the top left 3x sets of BYTES are shown. The second byte always shows '0' I've tried changing to HB befor LB, but the '0' is still ot there.
Does any one have any ideas, for me to test the MAGMASTER and VIEWER, please
Cheers, Camerart.