We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "Accessing Magnetometer Data on Nano 33 BLE Sense Rev2" tutorial is illustrated with a diagram that shows the axes of magnetic field sensing of the board's BMM150 magnetometer:
https://github.com/arduino/docs-content/blob/main/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-magnetometer/assets/nano33BS_04_magnetometer.png
The labels in this diagram are contradictory to the labels on the board's silkscreen:
And to the values returned by the readMagneticField function of the "Arduino_BMI270_BMM150" library.
readMagneticField
Originally reported at https://forum.arduino.cc/t/docomentation-wrong-at-nano-33-ble-sense-rev2/1247165
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The "Accessing Magnetometer Data on Nano 33 BLE Sense Rev2" tutorial is illustrated with a diagram that shows the axes of magnetic field sensing of the board's BMM150 magnetometer:
https://github.com/arduino/docs-content/blob/main/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-magnetometer/assets/nano33BS_04_magnetometer.png
The labels in this diagram are contradictory to the labels on the board's silkscreen:
And to the values returned by the
readMagneticField
function of the "Arduino_BMI270_BMM150" library.Originally reported at https://forum.arduino.cc/t/docomentation-wrong-at-nano-33-ble-sense-rev2/1247165
The text was updated successfully, but these errors were encountered: