-
Notifications
You must be signed in to change notification settings - Fork 0
Satellite Software
yashikabatra15 edited this page Mar 9, 2022
·
31 revisions
- Can't read from the IMU:
As suggested try changing the address from
0x69
to0x68
in line 131 oflib/pycubedmini.py
self.IMU = bmx160.BMX160_I2C(self.i2c1,address=0x69)
PyCubed Beep-Sat Basic Guide can be found here.
- Can't read from the IMU:
As suggested try changing the address from
0x69
to0x68
in line 131 oflib/pycubedmini.py
self.IMU = bmx160.BMX160_I2C(self.i2c1,address=0x69)