Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Planning page for this term: 2021-08-2816 F2021 Electrical Planning

Date

Folks

Progress

Sept 20

Aashmika + Jess

POWER SELECT

  • couldn't repro issue with shdn pin line 287 power_select.c turning the board off briefly (0.5 seconds)

  • started checking valid pin readings and they were broken

  • checked continuity for all the valid pins + resistors and everything looked fine (no shorts)

  • was a bit discontinuous with the controller board plug, resoldered

  • valid pins worked after resoldering! note: valid pins are active-low, should change code to reflect that

  • voltage reading is consistently wrong but some are more correct than others, hardware to debug vsense pins

  • isense are all wrong, scaling factors seem off

babydriver snippet for checking valid pins:
def read_pins():
print('a8', gpio_get('a', 8))
print('a9', gpio_get('a', 9))
print('a10', gpio_get('a', 10))