mprograms / QMC5883LCompass

QMC5883L Compass is a Arduino library for using QMC5583L series chip boards as a compass. Supports: - Getting values of XYZ axis. - Calculating Azimuth. - Getting 16 point Azimuth bearing direction (0 - 15). - Getting 16 point Azimuth bearing Names (N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW) - Smoothing of XYZ readings via rolling averaging and min / max removal. - Optional chipset modes
GNU General Public License v3.0
105 stars 40 forks source link

confusion between N and S #29

Open MeY0u opened 8 months ago

MeY0u commented 8 months ago

hello, i am having funny error with the compass directions. when turning on compass and calibrating it like the example shows sometimes i read N as S and others N as true N. is there any reason for this behavior? and how can i fixed it ? Thanks,