rdnelson / Proxima

Code and planning for the Proxima robotic teaching platform.
0 stars 1 forks source link

Mainboard Power Monitoring #36

Open hasithvm opened 9 years ago

hasithvm commented 9 years ago

The mainboard should support current /voltage monitoring for power calculations. If we're pitching this as a educational platform, the ability to read off current draw for the LaunchPad/digital sensors would be useful.

The power sensor is ideally an I2C or SPI slave, to save on pin count. There are two ways to implement this (based on research).

  1. Dedicated IC (IN226 and its three channel version). 2.26 @ 1 from Digikey
  2. Single AVR (1.88 @ 1 from Digikey, minimal-to-no-BOM) or PIC IC.