battery voltage strange behaviour when using battery.getConverted() on MKR Motor Carrier #54
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Hi!
I have connected a 2s battery to the carrier.
I discovered that:
(float)battery.getRaw() / 77
I obtain 7.41V(float)battery.getConverted()
gives 7.00V(float)battery.getFiltered()
gives 7.00VUsing an external voltmeter, measure is 7.41V
Why
getConverted
method doesn't return 7.41V?Thank you in advance!
The text was updated successfully, but these errors were encountered: