Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Dude we’ve been making these pages for a year now, wild

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))

  • No labels