brianc118 / MPU9250

MPU-9250 SPI Library for Arduino/Teensy
MIT License
61 stars 42 forks source link

Can't read the mag value #23

Open MitalPattani opened 6 years ago

MitalPattani commented 6 years ago

I have made the coonections like so: SCL -- 13 SDA/SDI -- 11 SDO -- 12 CS -- 10 output is failed to connect to mag

MitalPattani commented 6 years ago

whoami is reading 181 which is absurd

fuwenchao2426 commented 5 years ago

whoami is reading 181 which is absurd

Two points:

  1. Try using the ISP pin
  2. Change the "MPU9250.cpp">MPU9250::AK8963_whoami()>delayMicroseconds(100) delay to 1000