-
Notifications
You must be signed in to change notification settings - Fork 0
Satellite Software
yashikabatra15 edited this page May 31, 2022
·
31 revisions
- Our version of the BeepSat Code can be found here.
- The original 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)
- Our version of the Advanced BeepSat Code can be found here.
- The original PyCubed BeepSat Advanced 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)
- Copy the contents of this folder into the mainboard drive.
- Copy the contents of [this folder](pending upload) into the radio board drive.
- Execute the main files on both boards.
- Copy the contents of this folder into the mainboard drive.
- Execute the main file.
- Copy the contents of this folder into the mainboard/flatsat drive.
- Execute the main file.