FaBoPlatform / FaBo9AXIS-MPU9250-Python

Apache License 2.0
49 stars 39 forks source link

Remote I/O error in configMPU9250 #7

Open oladayoaluke opened 3 years ago

oladayoaluke commented 3 years ago

My bus address is 0x68 same as MPU9250.py

self.mpu9250 = FaBo9Axis_MPU9250.MPU9250() File "/home/pi/.local/lib/python3.7/site-packages/FaBo9Axis_MPU9250/MPU9250.py", line 103, in init self.configMPU9250(GFS_250, AFS_2G) File "/home/pi/.local/lib/python3.7/site-packages/FaBo9Axis_MPU9250/MPU9250.py", line 141, in configMPU9250 bus.write_byte_data(self.address, PWR_MGMT_1, 0x00) OSError: [Errno 121] Remote I/O error