Hi, Do anyone know how to read voltage and current data from cube power brick to an Arduino?
Current and voltage are analog pins with range from 0 to 3v3.
Dividers of the power brick are :
BATT_AMP_PERVLT : 39.877
BATT_VOLT_MULT : 12.02
You just need a basic code to read this on Arduino, you should be able to easily find ready to use on internet.
Have fun !