embeddedgyro / shakey-table

Repo for team 2 of the Real Time Embedded Programming 5 course at the University of Glasgow, creating an anti-quake cup holder.
GNU General Public License v3.0
0 stars 2 forks source link

The INA260 stops working when the motor driver is driven in one of two directions #52

Closed Adam-Englebright closed 6 months ago

Adam-Englebright commented 6 months ago

The INA260 will work just fine when the motor driver is driven in one direction, but will break down once the direction is switched. I2C communication will stop working and current readings will be nonsense.

Adam-Englebright commented 6 months ago

The problem has been discovered and documented in the wiki. In short, our circuit has damaged our INA260 to a non-functional state. We now need to try balancing control using just the MPU6050 and the angular position it measures.