proveskit / battery_board

The battery and power management board for the PROVES Kit.
CERN Open Hardware Licence Version 2 - Weakly Reciprocal
1 stars 1 forks source link

Changing the Thermocouple IC #10

Open Mikefly123 opened 1 month ago

Mikefly123 commented 1 month ago

Current Implementation

Right now the thermocouple on the battery board is a AD8495 feeding into an ADS1015 I2C ADC. This has been working fine for us, but on the V3b spin of the boards the thermocouple has become problematic (see #6 for more).

Screenshot 2024-07-15 at 6 48 40 PM

Rationale for Change

Our existing implementation of the thermocouple would make more sense if we were planning to have multiple thermocouple inputs, since up to four inputs can be fed into the ADS1015 and read individually. In the entire history of the PROVES Kit though, we have not had the need to have more than one thermocouple. Additionally, even if we wanted more than one thermocouple, the battery board is now so crowded there would be no room for the circuit. Therefore, if we wanted more than one couple we would need an expansion board anyways.

If we changed over to an all in one thermocouple IC it could significantly reduce the board's overall part count and slightly compact the layout.

Mikefly123 commented 1 month ago

Proposed Change

I'm thinking about swapping everything over to a MAX31856 thermocouple IC. This is supported by Adafruit through their Universal Thermocouple Board. See the data sheet here.

The schematic gets significantly simpler when using this IC instead of the other scheme!

Screenshot 2024-07-15 at 7 14 58 PM