Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

  1. ModalAI Support Forum
  2. ESCs
  3. VOXL 2 Mini with Mini 4 in 1 ESC - No battery Information

VOXL 2 Mini with Mini 4 in 1 ESC - No battery Information

Scheduled Pinned Locked Moved ESCs
6 Posts 3 Posters 1.1k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Jack BishopJ Offline
    Jack BishopJ Offline
    Jack Bishop
    wrote on last edited by
    #1

    Hello There

    I am using the Voxl 2 Mini with the Mini 4 in 1 ESC, we are not getting any battery data from ESC being sent to the Flight Controller.

    We have installed the firmware and parameter file via the ESC tools and are able to spin the motor in Qgroundcontrol.
    Despite this we are unable to get any battery data, using voxl-inspect-battery in the adb shell we get each column for voltage, charge, current but they are reading N/A

    Is there any configuration we are required to do to get this data?

    Many thanks

    Jack

    14236b4d-23d7-4909-bb91-77afae65a450-image.png

    image (4).png

    Eric KatzfeyE 1 Reply Last reply
    0
    • Jack BishopJ Jack Bishop

      Hello There

      I am using the Voxl 2 Mini with the Mini 4 in 1 ESC, we are not getting any battery data from ESC being sent to the Flight Controller.

      We have installed the firmware and parameter file via the ESC tools and are able to spin the motor in Qgroundcontrol.
      Despite this we are unable to get any battery data, using voxl-inspect-battery in the adb shell we get each column for voltage, charge, current but they are reading N/A

      Is there any configuration we are required to do to get this data?

      Many thanks

      Jack

      14236b4d-23d7-4909-bb91-77afae65a450-image.png

      image (4).png

      Eric KatzfeyE Offline
      Eric KatzfeyE Offline
      Eric Katzfey
      ModalAI Team
      wrote on last edited by
      #2

      @Jack-Bishop From the command prompt in an adb shell what do you get if you issue the command px4-listener battery_status?

      Jack BishopJ 1 Reply Last reply
      0
      • Eric KatzfeyE Eric Katzfey

        @Jack-Bishop From the command prompt in an adb shell what do you get if you issue the command px4-listener battery_status?

        Jack BishopJ Offline
        Jack BishopJ Offline
        Jack Bishop
        wrote on last edited by
        #3

        @Eric-Katzfey Hello Eric

        When I use px4-listener battery_status I get the response, never published.

        104c96ff-a5bf-488d-926c-48cefb1f2f40-image.png

        Eric KatzfeyE 1 Reply Last reply
        0
        • Jack BishopJ Jack Bishop

          @Eric-Katzfey Hello Eric

          When I use px4-listener battery_status I get the response, never published.

          104c96ff-a5bf-488d-926c-48cefb1f2f40-image.png

          Eric KatzfeyE Offline
          Eric KatzfeyE Offline
          Eric Katzfey
          ModalAI Team
          wrote on last edited by
          #4

          @Jack-Bishop Are you using SDK 1.0.0? Support for the mini ESC battery status message was added only in SDK 1.0.0

          Alex KushleyevA 1 Reply Last reply
          0
          • Eric KatzfeyE Eric Katzfey

            @Jack-Bishop Are you using SDK 1.0.0? Support for the mini ESC battery status message was added only in SDK 1.0.0

            Alex KushleyevA Offline
            Alex KushleyevA Offline
            Alex Kushleyev
            ModalAI Team
            wrote on last edited by Alex Kushleyev
            #5

            @Jack-Bishop ,

            The mini ESC board you have is running slightly older firmware (Version 37), which did not support reporting battery voltage and current. Please update your firmware for the ESC to Version 38, this can be done right from VOXL2 mini:

            voxl-esc upgrade_firmware
            

            This should update the firmware but due to a change in params structure, the old params on the ESC are no longer usable, so you will need to install params as well:

            voxl-esc upload_params
            

            (you will need to choose which vehicle you are setting up).

            If you would like to install custom parameters, you can navigate to /usr/share/modalai/voxl-esc-tools/ and run the following command:

            python3 voxl-esc-upload-params.py --params-file <path-to-params-file>
            

            The default parameters are stored in /usr/share/modalai/voxl-esc-params/ and you can use an existing one if that matches your hardware configuration or create a customized ESC param file.

            Then you can perform a scan to confirm the firmware version:

            voxl-esc scan
            

            and verify params

            cd /usr/share/modalai/voxl-esc-tools/
            python3 voxl-esc-verify-params.py
            
            Jack BishopJ 1 Reply Last reply
            0
            • Alex KushleyevA Alex Kushleyev

              @Jack-Bishop ,

              The mini ESC board you have is running slightly older firmware (Version 37), which did not support reporting battery voltage and current. Please update your firmware for the ESC to Version 38, this can be done right from VOXL2 mini:

              voxl-esc upgrade_firmware
              

              This should update the firmware but due to a change in params structure, the old params on the ESC are no longer usable, so you will need to install params as well:

              voxl-esc upload_params
              

              (you will need to choose which vehicle you are setting up).

              If you would like to install custom parameters, you can navigate to /usr/share/modalai/voxl-esc-tools/ and run the following command:

              python3 voxl-esc-upload-params.py --params-file <path-to-params-file>
              

              The default parameters are stored in /usr/share/modalai/voxl-esc-params/ and you can use an existing one if that matches your hardware configuration or create a customized ESC param file.

              Then you can perform a scan to confirm the firmware version:

              voxl-esc scan
              

              and verify params

              cd /usr/share/modalai/voxl-esc-tools/
              python3 voxl-esc-verify-params.py
              
              Jack BishopJ Offline
              Jack BishopJ Offline
              Jack Bishop
              wrote on last edited by
              #6

              @Alex-Kushleyev @Eric-Katzfey

              Managed to get everything up and running with your advice - One thing I needed to do first was flash V1.0.0 as the system was running V1.0.0beta and had an older version of ESC tools V1.08.
              Once V1.0.0 was flashed the ESC tools was update to 1.20 and allowed me to update to the ESC firmware version 38.

              After everything flashed and updated I now have the battery information in QGroundControl!

              Many thanks again for your assistance! 🙂

              1 Reply Last reply
              0
              • Alex KushleyevA Alex Kushleyev referenced this topic on

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              ModalAI
              Categories Recent Tags ModalAI.com Docs
              © 2026 ModalAI® · Accelerating autonomy for smaller, smarter, safer drones · Powered by NodeBB
              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups