Home › Forums › Forums › Technical Support for BerryIMU › NO IMU DETECTED Berry Imu V3
- This topic has 4 replies, 4 voices, and was last updated 1 year, 11 months ago by Marco Zurita.
- AuthorPosts
- June 17, 2021 at 6:13 am #16768Marco ZuritaParticipant
Good morning, i have a Berry Imu V3 that i bought from Amazon with a BerryGPS, i followed the I2C conection tutorial in your webpage but i do not have any kind of conection, furthermore when i try sudo i2detect -y 1 it does not show me the address used by the LSM9DS0.
June 17, 2021 at 7:14 am #16772jimbParticipantdid you go through the steps in the guide How to Enable i2c on the Raspberry Pi (https://ozzmaker.com/i2c/) ? – I found that this step helped me in that it installs all the libraries etc to make the i2c work….
June 17, 2021 at 7:01 pm #16773jaumeParticipantI see that you make the connection through SPI (pins 19,21,23) and I see that it must be through I2C (pins 3 and 5)
Then try:
i2cdetect -l
to know the BUS and later:
i2cdetect -y (the BUS number)
June 17, 2021 at 9:33 pm #16775richardpParticipantGood morning, i have a Berry Imu V3 that i bought from Amazon with a BerryGPS, i followed the I2C conection tutorial in your webpage but i do not have any kind of conection, furthermore when i try sudo i2detect -y 1 it does not show me the address used by the LSM9DS0.
you haven’t wired it up correctly. to use I2C, see below
June 18, 2021 at 12:21 am #16776Marco ZuritaParticipantThank you very much for your help now it works perfectly.
- AuthorPosts
- You must be logged in to reply to this topic.