siddharthdeore / MPU9250_ESP32

MPU9250 drivers for ESP32 arduino
0 stars 0 forks source link

Problems with data output #1

Closed Dmytro-Bez closed 2 years ago

Dmytro-Bez commented 4 years ago

I compiled the code and stitched the esp32 board: https://www.flickr.com/photos/jgustavoam/40089095211/in/album-72157665409004158/ - I use this one. When scanning the sensor in the terminal writes: Scanning ... I2C device found at address 0x68! done

MPU9250 9-axis motion sensor ... MPU9250 I AM 70 I should be 73 Could not connect to MPU9250: 0x70

Need advice and help ...

siddharthdeore commented 4 years ago

in line number 84 try these actions try replacing 0x73 to 0x70, as explained below remove this line if (c == 0x73 || (c == 0x68)) and try this one instead if (c == 0x70 || (c == 0x68)) Ignore the address warning, if it's not working let me know. Regards

On Thu, May 7, 2020 at 4:31 PM Dmytro-Bez notifications@github.com wrote:

I compiled the code and stitched the esp32 board: https://www.flickr.com/photos/jgustavoam/40089095211/in/album-72157665409004158/

  • I use this one. When scanning the sensor in the terminal writes: Scanning ... I2C device found at address 0x68! done

MPU9250 9-axis motion sensor ... MPU9250 I AM 70 I should be 73 Could not connect to MPU9250: 0x70

Need advice and help ...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/siddharthdeore/MPU9250_ESP32/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADBHYE5ESLQMO6IDEYECZJDRQLA5XANCNFSM4M3MDCZQ .

--

Siddharth Deore +39.349 627 1225 siddharthdeore@gmail.com deore.in | Github https://github.com/siddharthdeore | Linkedin https://www.linkedin.com/in/siddharth-deore/