DEV Community

Cover image for How to Connect MPU9250 and Raspberry Pi (Part 1)

How to Connect MPU9250 and Raspberry Pi (Part 1)

Shilleh on February 11, 2024

Related Products Here are the components used in this tutorial, available from ShillehTek: MPU9250 GY-9250 Pre-Soldered 9-DOF IMU Sens...
Collapse
 
pagisong profile image
pagiSong

To someone who does not work after following this tutorial,
please try the following rpi4 update commands (worked for me) :
sudo apt update.
sudo apt full-upgrade.
sudo reboot.
sudo apt autoremove.
sudo apt clean.
sudo rpi-eeprom-update.
sudo rpi-eeprom-update -a.
sudo reboot.

Collapse
 
shilleh profile image
Shilleh

Thanks for your input, don't forget to subscribe if you haven't ;)