Overview
The v3 power board (flight candidate for FOXSI-4) has a different value for the 5.5 V sensing voltage divider from the v2 board. The GSE Powerparser will erroneously display ~11 V for the 5.5 V supply, even though the actual board voltage is correct.
To fix this, change this value from 4.0 to 2.0. The new value of the divider_coefficients should be
divider_coefficients = [9.2, 2.0, 4.0, 1.68]
When to make the change
Make this change only if/when the team commits to the v3 power board. Otherwise these values will display incorrectly when using the v2 power board.
Overview
The v3 power board (flight candidate for FOXSI-4) has a different value for the 5.5 V sensing voltage divider from the v2 board. The GSE
Powerparserwill erroneously display ~11 V for the 5.5 V supply, even though the actual board voltage is correct.To fix this, change this value from 4.0 to 2.0. The new value of the
divider_coefficientsshould beWhen to make the change
Make this change only if/when the team commits to the v3 power board. Otherwise these values will display incorrectly when using the v2 power board.