Hello...
I am working on a university graduation project as i am making a bracelet for parent and child to protect the child from abduction or getting lost or something so some of the features is to display an arrow on a TFT display to point towards the child direction in order to make the parent know the location of the child so i am using two compass sensor (qmc5883l) one on parent bracelet and the other on the child bracelet but i don't know how to calibrate both of them in order to make an arrow that points towards the child direction
For example for further explanation:
In this photo although child compass (on the left) is on the left according to the parent compass (on the right) the arrow points towards (east) which is incorrect according to the parent compass
Sorry for being unclear i am new at this...
At first i tried to get the compass coordinates in x,y,z for both compass meter and tried to use them to know the direction of the child compass according to the parent compass ...
I hope you understand my point.
A magnetometer does not give you coordinates. It's not a GPS or even an IMU. It just measures magnetic field strength.
How do you propose to go from magnetic field strength to a position in space? And even if you could, how do you propose to transmit those coordinates from one unit to the other?