0 How to datalog battery data(voltage and current) Posted by Wagner Sartori Junior on March 8, 2013 at 4:01pm Hi,Is it possible to datalog battery data inside APM dataflash?Thanks,Wagner Sartori Junior You need to be a member of diydrones to add comments! Join diydrones Tags: battery, data, dataflash, flash, log, logging Email me when people reply – Follow
Replies
Yes, there is already a CURRENT message that logs these values:
int16_t throttle_in;
int16_t battery_voltage;
int16_t current_amps;
int16_t current_total;
I think the last one is the total milli amps used but i'm not totally sure.