Announcement

Collapse
No announcement yet.

Get Battery Percentage

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Get Battery Percentage

    Hi,
    I'm programming in C++ an interface on a touchscreen installed on a robotino. I am willing to display the battery percentage but I cannot find any function in API2 that would do that.
    Does anyone knows how to do that ?

  • #2
    If you feel like testing an early version - you can update the robotino-daemons and have a look here:


    Good luck!

    Comment


    • #3
      You must do some math (heuristics) to get from voltage to capacity in percent. There is no calculation that can do this so you only get battery voltage from Robotino.

      Comment

      Working...
      X