Skip to content

Satellite Software

yashikabatra15 edited this page Mar 9, 2022 · 31 revisions

Satellite Software

Troubleshooting

  • Can't read from the IMU: As suggested try changing the address from 0x69 to 0x68 in line 131 of lib/pycubedmini.py

self.IMU = bmx160.BMX160_I2C(self.i2c1,address=0x69)

Running Basic BeepSat Code on PyCubedMini Boards

Resources

PyCubed Beep-Sat Basic Guide can be found here.

Downloads

Troubleshooting

  • Can't read from the IMU: As suggested try changing the address from 0x69 to 0x68 in line 131 of lib/pycubedmini.py

self.IMU = bmx160.BMX160_I2C(self.i2c1,address=0x69)

Running Advanced BeepSat Code on PyCubedMini Boards

Clone this wiki locally