Code Monkey home page Code Monkey logo

Comments (8)

flybrianfly avatar flybrianfly commented on May 27, 2024

If the Z axis is pointed up or down, you'll read -/+ 9.87 m/s/s. If the X axis or Y axis is pointed up or down, Z will measure 0.

from invensense-imu.

Myykami avatar Myykami commented on May 27, 2024

Uploading IMG_20190122_151839.jpg


In this position the Z measure -10 and if I turn it like the arrows or in the another direction the Z is not changing anyway but I need this to let the robot turn correctly. Can you help me?
Can you open the image?

from invensense-imu.

flybrianfly avatar flybrianfly commented on May 27, 2024

No, I can't see the image. But you can't use accelerometers to measure heading - only pitch and roll. You'll need to use the magnetometers to measure heading.

from invensense-imu.

Myykami avatar Myykami commented on May 27, 2024

Ohh ok didnt knew that.
Thank you for helping me.
But I saw videos where people used the accelometer for measuring the heading how is this then possible?

from invensense-imu.

Myykami avatar Myykami commented on May 27, 2024

ok now I tried it with the magnetometer to measure heading but new I have now other problems.

If I turn it to the left the x value goes from 0 to 20 and back but if I turn it to the right it goes from 0 to only -14(less / more).

Is this correct and why does the x value measures heading and not the z?

from invensense-imu.

Myykami avatar Myykami commented on May 27, 2024

is there a way of calibrating the mpu9250?

from invensense-imu.

Myykami avatar Myykami commented on May 27, 2024

and is there really no way to use the accelometer for heading? Cause I need this for turning a robot correctely and the magnetometer is a little bit a problem because if I hold my smartphone near to it the value is completely different than before.

from invensense-imu.

flybrianfly avatar flybrianfly commented on May 27, 2024

See the calibration methods in this library for calibrating the magnetometer. It needs to be calibrated for it to work properly. Also, any time you change its magnetic environment, you would need to re-do the calibration. Finally, the magnetometer is quite noisy, I recommend a first order IIR filter to smooth the output for use as a compass.

Gravity, which is what the accelerometer is measuring in steady conditions, only acts vertically. There is no way to get heading information from it.

from invensense-imu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.