spacelab-ufsc / eps2

Electrical Power System 2.0
GNU General Public License v3.0
24 stars 5 forks source link

Documentation: List all variables from the sensors and peripherals of the EPS #83

Open mgm8 opened 3 years ago

mgm8 commented 3 years ago

Add a table with all possible variables that can be read from the sensors and peripherals of the EPS.

YanAzer commented 3 years ago

Preliminary list:

From current sensors on solar panels input (measured by EPS2 MCU):

From voltage sensors on solar panels input (measured by EPS2 MCU):

From current sensor on EPS/Beacon regulator (measured by EPS2 MCU):

From voltage sensors on main power buss (measured by EPS2 MCU):

From batteries monitor IC (measured by itself):

From RTDs on the batteries board (measured by external ADC IC):

From EPS2 MCU (measured by itself):

@mgm8 @AugustoVassoler @vinepb

mgm8 commented 3 years ago

@YanAzer Hint: Add an ID number for each variable (16-bits?), and the length, in bytes, of each variable.

andrempmattos commented 3 years ago

@mgm8 and @YanAzer, is this issue finished?