kriswiner / MPU9250

Arduino sketches for MPU9250 9DoF with AHRS sensor fusion
1.03k stars 472 forks source link

9250 Who am I 0x75 ? #486

Closed Wbiu closed 1 year ago

Wbiu commented 1 year ago

Hello,

while the defaut value for the mpu9250 is 0x71, but mine ruturn 0x75 ?? My first though is of course that it is fake module, but Accel and Gyro seems to work fine or atleast the values are changing when I rotate the module.

The who am i Mag. in other hand returns 0xFF or 0. I´ve tried changing INT_PIN_CFG val from 0x12 and also to 0x02, but the Mag is still dead....

Any Ideal what i should try next? I´ve got 2 of these 0x75 module ....

I´ve a working one to check if my sketches are working. And of course my working one are retuning 0x71 and 0x48.

kriswiner commented 1 year ago

Likely you have a variant without the mag...since MPU9250 has been out of production for a couple of years now it is not surprising people are selling "MPU9250 Breakout Boards" with any available variants they can find....

On Fri, Jan 13, 2023 at 9:33 AM Wbiu @.***> wrote:

Hello,

while the defaut value for the mpu9250 is 0x71, but mine ruturn 0x75 ?? My first though is of course that it is fake module, but Accel and Gyro seems to work fine or atleast the values are changing when I rotate the module.

The who am i Mag. in other hand returns 0xFF or 0. I´ve tried changing INT_PIN_CFG val from 0x12 and also to 0x02, but the Mag is still dead....

Any Ideal what i should try next? I´ve got 2 of these 0x75 module ....

I´ve a working one to check if my sketches are working. And of course my working one are retung 0x71 and 0x48.

— Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/486, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTDLKSUPEQWZIAZFKN32TTWSGGW5ANCNFSM6AAAAAAT2UXA5E . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Wbiu commented 1 year ago

@kriswiner
Well thats unfortunate. I ordered 2x 9250s a few month ago and I recieved 1 with fully working (retuning 0x71 and 0x48.) and the other retunging 0x71 and FF or 0.

Since I need 2 9250s ,so I ordered 2 more for the higher chance to get a working one. And now i got 2 0x75....

Is there a safer alternative way to get a 9axis IMU?

thanks for the fast respond

kriswiner commented 1 year ago

Order from reputable sellers? Might cost a bit more for quality though....

I have this https://www.tindie.com/products/onehorse/chainable-10-dof-motion-sensor/ one available.

There are more accurate ones available too, like this https://www.tindie.com/products/onehorse/ultimate-sensor-fusion-solution-mpu9250/ and this https://www.tindie.com/products/onehorse/usfsmax-module-and-carrier/.

Maybe also try these https://sensormaestros.com/products/sensor/motion/9-axis/9-dof-9-axis-mpu-9250-breakout/ guys?

On Fri, Jan 13, 2023 at 9:52 AM Wbiu @.***> wrote:

Well thats unfortunate. I ordered 2x 9250s a few month ago and I recieved 1 with fully working (retuning 0x71 and 0x48.) and the other retunging 0x71 and FF or 0.

Since I need 2 9250s ,so I ordered 2 more for the higher chance to get a working one. And now i got 2 0x75....

Is there a safer alternative way to get a 9axis IMU?

— Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/486#issuecomment-1382191586, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTDLKV6KVWRMNN4NBRBEQDWSGI4TANCNFSM6AAAAAAT2UXA5E . You are receiving this because you commented.Message ID: @.***>

Wbiu commented 1 year ago

Alright thanks for suggestions.

Since I need a new one ether way. I might switch to BNO055 Adafruit, but let see and again thank you so far.

kriswiner commented 1 year ago

I hope this works out for your application but in my testing the BNO055 does not work as well as the EM7180- and MAX32660-based boards I linked to....

On Fri, Jan 13, 2023 at 11:01 AM Wbiu @.***> wrote:

Alright thanks for suggestions.

Since I need a new one ether way. I might switch to BNO055 Adafruit, but let see and again thank you so far.

— Reply to this email directly, view it on GitHub https://github.com/kriswiner/MPU9250/issues/486#issuecomment-1382256438, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTDLKRTPEHEAUNQCBR2BY3WSGRANANCNFSM6AAAAAAT2UXA5E . You are receiving this because you were mentioned.Message ID: @.***>