You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found on the DL board that if the value returned from getSOC() is > ~105, then a battery isn't connected, and the system is being powered by USB. But this could be subjective.
-K
The text was updated successfully, but these errors were encountered:
Agreed. I can't remember my original plan but it was likely a belt-and-suspender catchall.
I too have seen the fuel gauge return >100% if no battery is attached. This is a fine solution. I may throw an upper limit of 110% with an error above that (belt and suspenders again).
Yeah - I'm using 110. in DL for this situation. I've seen the gauge return up to 103 in my testing with battery connected ... then backs down to 100 as it's algorithm dampens out is rate curve/gathers more data ...
Found a potential logic error here:
SparkFun_RTK_Firmware/Firmware/RTK_Surveyor/System.ino
Line 333 in 50b4c3f
Code execution never reaches the final else statement - actual code:
I think it should be something like this:
I found on the DL board that if the value returned from getSOC() is > ~105, then a battery isn't connected, and the system is being powered by USB. But this could be subjective.
-K
The text was updated successfully, but these errors were encountered: