uvic-auvic / Firmware-Power_Board_1.0

1 stars 0 forks source link

Battery Bridge With Similar Voltage #10

Open lymacasm opened 6 years ago

lymacasm commented 6 years ago

Write a task that monitors the voltage of the two batteries coming into the power board. If the two voltages are within a certain range of each other for a given period of time, connect the batteries in parallel. The battery voltages can be read from the ADC's. The batteries can be connected in parallel by turning on a GPIO connected to a MOSFET gate driver. More specifics can be given once this has been assigned.

poornack commented 6 years ago

A function to measure the individual battery voltage has been implemented. Next step is to implement bridging the battery.