mawson-rovers / hestia

Hestia is a space-ready heater & temperature measurement system developed by Mawson Rovers in Sydney. Its first mission will demonstrate a novel UTS heatsink design, aboard the Waratah Seed cubesat mission. It is due to launch on a SpaceX rocket in July 2024.
MIT License
1 stars 1 forks source link

I2C interface not working on some v2.2 boards #63

Closed mryall-mawson closed 10 months ago

mryall-mawson commented 1 year ago

Looks like a problem with the I2C buffer we're using, LTC4313-1. Watching the I2C lines with an oscilloscope on the board side shows no signal when the Beaglebone is transmitting messages.

mryall-mawson commented 1 year ago

We have confirmed the cause of this issue was an incorrect footprint for the LTC4313, which has been present since the 2.0 board design. The PCB uses a pitch 0.65mm footprint when the part uses 0.5mm.

Some boards are fine because the difference is small and the pads managed to connect to the right place. We are going to try to fix the remaining boards with some hot-air rework and additional solder.

The proper fix will be to change the footprint for U9 to the DFN-8 3x3mm footprint with 0.5mm pitch, but remaking the boards for flight is not possible now.

mryall-mawson commented 1 year ago

JD has fixed and tested all the v2.2 boards now. PCB design still needs fixing.

mryall-mawson commented 10 months ago

Fixed in PCB design