Home › Forums › Forums › Technical Support for BerryIMU › Berry IMU-GPS v3
Tagged: rpi HDMI out
- This topic has 2 replies, 3 voices, and was last updated 2 years, 5 months ago by raste1.
- AuthorPosts
- July 2, 2020 at 8:00 am #15983cmhuffineParticipant
So I have installed this on my RPI 2b+.
GPS works fine
With the updated BMP388 python code, I can read rational pressure/temp
i2cdetect shows all three i2c devices
pi@waverunner-pi:~/BerryIMU/compass_tutorial01_basics $ sudo ./compass_tutorial01
NO IMU DETECTEDClearly the i2c bus is working properly. But I'm not getting gyro, accelerometer, readings.
Any troubleshooting tips?
pi@waverunner-pi:~/BerryIMU/compass_tutorial01_basics $ i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- 1e --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- 6a -- -- -- -- --
70: -- -- -- -- -- -- -- 77July 2, 2020 at 12:31 pm #15984PeterPParticipantFor some reason your IMU is using 0x1E instead of 0x1C.
Open LSM9DS1.h and update the first line to match the i2c addressPeter --OzzMaker.com --
August 21, 2020 at 5:05 am #16099raste1ParticipantDo you have code that will output the graphical compass and inclinometer to the raspberry PI HDMI display ?
- AuthorPosts
- You must be logged in to reply to this topic.