Це відео не доступне.
Перепрошуємо.

MPU9250 module with Arduino Tutorials -Accelerometer, gyroscope and Magnetometer sensor

Поділитися
Вставка
  • Опубліковано 18 сер 2024

КОМЕНТАРІ • 62

  • @joymakerRC
    @joymakerRC 3 роки тому +5

    dude you are awesome i love that you pointed out the individual components on the board , not many people do that , thank you for the video ,

  • @AbhishekVEVO
    @AbhishekVEVO 3 роки тому +7

    Hi,
    I'm getting zero for all the values of magnetometer. Rest are working good.
    Any suggestions

  • @farzeelraza8551
    @farzeelraza8551 Рік тому

    thanks man, great video; easily understandable and descriptive

  • @haodongli00
    @haodongli00 3 роки тому

    Thanks so MUCH !!!

  • @rubayetkhan2661
    @rubayetkhan2661 3 роки тому

    The only vedio I found helpful
    Please make a vedio to visualize the orientation using Python,Vscode

  • @zoozolplexOne
    @zoozolplexOne Рік тому

    cool !!!

  • @hassanalisoomro1894
    @hassanalisoomro1894 2 роки тому +1

    Can we use this library and code with esp32 and mpu9250?
    what about caliberation?

  • @Allahin_aslani_
    @Allahin_aslani_ 3 роки тому +2

    Hello ,
    Which one do you think is better?
    MPU6050 ,
    MPU9250
    I'll be glad, if you help me.

    • @TastyTechHarbour
      @TastyTechHarbour  3 роки тому

      It depends on features u want, this is 9 axis and mpu6050 is 6 axis. Based on your application u can use

    • @Allahin_aslani_
      @Allahin_aslani_ 3 роки тому +1

      @@TastyTechHarbour tenks

    • @AnimilesYT
      @AnimilesYT 2 роки тому

      For Anyone who has the same question:
      The MPU-9250 is better because it has one more feature. If you do not need the magnetometer then you can save some money by buying the MPU-6050. Other than that they are the same :)

  • @jessedavis6196
    @jessedavis6196 2 роки тому

    So this is my second video I have tried to follow. I have problems.
    I want to use the ATMega. When I do this i change the board to the atmega under tools. I compile and everything is fine. When i send it to the board the serial port reports nothing.
    I switch to arduino uno. I upload sketch and i am getting the layout in the serial port but everything is zeros. I have bought new mpu’s because someone said mine was bad. However after installing a new one i get the same issue.
    The only thing that is different is when I upload my sketch it keeps saying no library even though I def have the library in my libraries folder. I can’t figure out what I am doing wrong.

  • @dispris
    @dispris 3 роки тому +3

    Hi,
    I'm using the code you have provided, however, for the Magnetometer I am only getting 0.000 out for all 3 Axes.

    • @TastyTechHarbour
      @TastyTechHarbour  3 роки тому

      Could you please check the connection once again

    • @dispris
      @dispris 3 роки тому +1

      @@TastyTechHarbour
      I have checked the connections and they look good, I think that I simply have a faulty module. I will be ordering a new one soon 👍

    • @danieldelrey8391
      @danieldelrey8391 2 роки тому

      @@dispris what was the problem at the end?

    • @satviksairam3046
      @satviksairam3046 6 місяців тому

      brother was the module issue?@@dispris

  • @chefseg
    @chefseg 2 роки тому +1

    Strange how the sensor doesn't have any LED lights when powered on?

  • @MegaBombLetsplay
    @MegaBombLetsplay 2 роки тому +1

    Hi, i have trouble with SPI connection this module to board Arduino mega 2560 becouse of small sample rate. I do lot of search on the internet, but all codes and libraries are not working for me. Do you have any idea what can i do? Dont you have any tutorial? Its for my Bachelor thesis where i need messure acceleration and gyro only with the sample rate about 1-2ksps. Thank for any help and apologise for my bad english :)

  • @hrishikeshgarud7177
    @hrishikeshgarud7177 3 роки тому +1

    How can i get roll, pitch and yaw from this?

  • @alihankocaakman372
    @alihankocaakman372 Рік тому

    thanks for the video. But the code provided in the video details is not accessible

  • @vikasjoshi9620
    @vikasjoshi9620 2 роки тому +1

    Hey Srujan i am new to Arduino. can you please help me out with the error- Fatal error:cstddef: no such file or directory.

  • @shredderegypt3394
    @shredderegypt3394 2 роки тому

    What if there is application need 2 sensors of IMU 9 axis

  • @michaeltsiroukis8440
    @michaeltsiroukis8440 2 роки тому +1

    Hi there,
    Great tutorial !
    I got 2 MPU 9250 units and the magnetometer values compared to each other (with direction to the North) are totaly different. Is there a way to recalibrate the magnetometer with an arduino sketch ?

    • @opinair
      @opinair Рік тому

      speaker magnet

  • @user-gt2mb8mr2q
    @user-gt2mb8mr2q 2 роки тому

    Thanks for your channel!
    Is it possible to draw trajectory with mpu-9250?

  • @thehulk0111
    @thehulk0111 Рік тому

    there is problem with the library , sec your website has not https and it so slow , try to fix it

  • @CricketTrending5655
    @CricketTrending5655 Рік тому

    is there is possible to simulate mpu-9250 module on proteus software? plz replay

  • @ultrainstinct1181
    @ultrainstinct1181 4 місяці тому

    Does this work with a Arduino pro mini?

  • @samerroshdy3868
    @samerroshdy3868 Рік тому

    I'm using the code you have provided, however, for the Magnetometer I am only getting 0.000 out for all 3 Axes, I have checked the connections and they look good
    can u help me to fix that

    • @Kushalll664
      @Kushalll664 6 місяців тому

      can you provide me the code
      the link is not working description

  • @salwamah7247
    @salwamah7247 6 місяців тому

    Page not found for Code

  • @richardbranch5239
    @richardbranch5239 2 роки тому

    Fatal error:cstddef: no such file or directory.
    I am getting that error. When I delete the c includes. I get a cmath error in the eigen file. What causes this? I am trying to verify/compile the code.

    • @vikasjoshi9620
      @vikasjoshi9620 2 роки тому +1

      i am also getting the same error. could you find out the reason?

  • @yanliu1604
    @yanliu1604 2 роки тому

    Thank you very much.
    But why does it appear: no matching function for call to 'MPU9250_::MPU9250_(TwoWire&, int)'

    • @yanliu1604
      @yanliu1604 2 роки тому

      Already add library. Very confused

    • @vikasjoshi9620
      @vikasjoshi9620 2 роки тому +1

      could you resolve the issue?

  • @akshad.d2911
    @akshad.d2911 2 місяці тому

    I want the code, Link is not working

  • @opinair
    @opinair Рік тому

    magnet in speaker disturb magnetometer😊

  • @aartirohan9347
    @aartirohan9347 7 місяців тому

    CAN SHARE THE LIBRARY AND CODES FOR THIS PROJECT?

  • @engdraky1921
    @engdraky1921 Рік тому +1

    Cstddef error what should i do

  • @mirellamachado7980
    @mirellamachado7980 3 роки тому +5

    This code doesn't work. It shows zero for accelerometer, gyroscope and magnetometer.

    • @TastyTechHarbour
      @TastyTechHarbour  3 роки тому

      Could you check once withe connection or press reset button on Arduino?

    • @mirellamachado7980
      @mirellamachado7980 3 роки тому +1

      @@TastyTechHarbour I've already done it. Obs: I'm using Arduino Mega.

    • @TastyTechHarbour
      @TastyTechHarbour  3 роки тому

      @@mirellamachado7980 could you please check the I2C communication pins for mega ?

    • @mirellamachado7980
      @mirellamachado7980 3 роки тому

      @@TastyTechHarbour I2C communication pins for mega are 20 (SDA) and 21 (SCL)

    • @tugeri7990
      @tugeri7990 3 роки тому +2

      @@TastyTechHarbour I also experienced it, only the temperature data can be read

  • @nusowama0234
    @nusowama0234 2 роки тому

    Sir plx send me the Pseudo code for this MPU9250 code .

  • @L_k44
    @L_k44 2 роки тому

    I have this error can any one help me
    >> no matching function for call to 'MPU9250_::MPU9250_(TwoWire&, int)'

  • @JeahBee66
    @JeahBee66 2 роки тому

    Anyone can read the data, the art is to make a tilt-compensated compass out of it. can you do that too?

  • @victory6464
    @victory6464 3 роки тому +1

    Hello thanks, but. i take this error menssaje., wat do you think that´s hapened me?
    Se encontraron varias bibliotecas para "Wire.h"
    Usado: C:\Users\victor\Downloads\arduino-1.8.10-windows\arduino-1.8.10\hardware\arduino\avr\libraries\Wire
    Se encontraron varias bibliotecas para "SPI.h"
    Usado: C:\Users\victor\Downloads\arduino-1.8.10-windows\arduino-1.8.10\hardware\arduino\avr\libraries\SPI
    Se encontraron varias bibliotecas para "MPU9250.h"
    Usado: C:\Users\victor\Documents\Arduino\libraries\Bolder_Flight_Systems_MPU9250
    exit status 1
    stray '\302' in program