<div dir="ltr">Hello again,<div><br></div><div>in a CSV export from <a href="http://airdata.com">airdata.com</a> I see voltages for the 3 individual battery cells of my Mavic Air. Since voltages get stored as short ints in millivolts, I searched for the corresponding hex values in the unknown records and found them in records of type 0x16.</div><div><br></div><div>The first byte of record type 0x16 seems to specify what type of data follows. I see 0x01 and 0x03 logged once per second. The records that begin with 0x03 seem to report battery cell voltages:</div><div><br></div><div>Unsigned byte: Type of data (1=unknown, 3=voltages?)</div><div>Unsigned byte: Unknown (always 0?)</div><div>Unsigned byte: Number of cells in battery</div><div>Unsigned short: Voltage of battery cell in millivolts (repeats for each cell)</div><div><div>Unsigned byte: Unknown (wildly fluctuating values, might be a bit field)</div><div><br></div><div>Please let me know if you have any idea what the contents might be when the data starts with 0x01.</div><div><br></div><div>Thanks,</div><div>  Dennis</div><div></div></div></div>