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

ModalAI Forum

  1. ModalAI Support Forum
  2. VOXL Compute & Autopilot
  3. VOXL 2
  4. Voxl2 reboot due to what it seems a power limitation

Voxl2 reboot due to what it seems a power limitation

Scheduled Pinned Locked Moved VOXL 2
15 Posts 5 Posters 2.7k Views 4 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.
  • Riccardo FranceschiniR Riccardo Franceschini

    I'm currently facing a challenge with my VoXL2 Flight Deck (with power module v3), where it seems to reboot due to a power limitation issue. I'm running SDK version 1.1.2 and trying to execute a segmentation model converted to TFLite. The model runs successfully at 5Hz, but the problem arises when I observe a significant increase in power consumption, particularly the current, when I try to run anything else.

    Here are the power metrics before and after starting the model:

    Before Starting Model:

    Voltage | Charge | Current
    14.70V  | 100%   | 0.63A
    

    After Starting Model:

    Voltage | Charge | Current
    14.70V  | 100%   | 0.91A
    

    The current spikes to 0.8A, with peaks of 0.9A. When I also run the voxl-mpa-to-ros node and another custom node, the power change is significant enough to trigger a reboot of the drone. I've experimented with the skip_n_frames parameter to achieve a more stable result, but the board seems to be operating at its limit. Any attempt to surpass 1.0A, easily triggered by subscribing to ROS topics or running basic logging scripts, results in a reboot, rendering it unsuitable for flying.

    Key observations:

    GPU usage is at its limit.
    CPU and temperature are within acceptable ranges.
    I'm seeking guidance on how to address this power limitation. Are there specific parameters that can be configured or ways to modify the power limit of the board to handle the increased load without triggering reboots?

    Any insights or suggestions would be greatly appreciated. Thank you in advance!

    Alex KushleyevA Online
    Alex KushleyevA Online
    Alex Kushleyev
    ModalAI Team
    wrote on last edited by
    #2

    @Riccardo-Franceschini , what device are you using to measure voltage and current?

    I would recommend a few simple things to try next:

    • if you have another power module v3, just swap it out and test again
    • try swapping the 4-wire power cable that connects the power module and voxl2. Perhaps there is poor contact on the power pins

    If the issue still persists, we can try to diagnose it by logging the current draw from battery and also 5V output (power module v3 has current sensing of both)

    VinnyV 1 Reply Last reply
    0
    • Alex KushleyevA Alex Kushleyev

      @Riccardo-Franceschini , what device are you using to measure voltage and current?

      I would recommend a few simple things to try next:

      • if you have another power module v3, just swap it out and test again
      • try swapping the 4-wire power cable that connects the power module and voxl2. Perhaps there is poor contact on the power pins

      If the issue still persists, we can try to diagnose it by logging the current draw from battery and also 5V output (power module v3 has current sensing of both)

      VinnyV Offline
      VinnyV Offline
      Vinny
      ModalAI Team
      wrote on last edited by
      #3

      @Alex-Kushleyev @Riccardo-Franceschini
      This is most certainly not a power network or power module limitation.
      We have extensively stressed the power module for it's 6A rating many many times, including over the full industrial temp range. Every unit also undergoes a "DUT Test" of 3A load during manufacturing testing.
      The power module can certainly deliver a full 30W of Continuous power. 1A will barely make it sweat.

      The more likely culprits can be either the power cable, which often get stressed easily by pulling on the cables during extraction/removal instead of the cable shroud. This will over time shred the cable junction at the pin contacts. We have a standing rule at HQ to replace the main power cable every few months.
      Or, it might be some GPU linked trigger due to a 100% load, especially if you are not seeing any CPU issues.

      If you wish to share a photo of your setup, we can help further.
      Thanks!

      Riccardo FranceschiniR voxltesterV 2 Replies Last reply
      0
      • VinnyV Vinny

        @Alex-Kushleyev @Riccardo-Franceschini
        This is most certainly not a power network or power module limitation.
        We have extensively stressed the power module for it's 6A rating many many times, including over the full industrial temp range. Every unit also undergoes a "DUT Test" of 3A load during manufacturing testing.
        The power module can certainly deliver a full 30W of Continuous power. 1A will barely make it sweat.

        The more likely culprits can be either the power cable, which often get stressed easily by pulling on the cables during extraction/removal instead of the cable shroud. This will over time shred the cable junction at the pin contacts. We have a standing rule at HQ to replace the main power cable every few months.
        Or, it might be some GPU linked trigger due to a 100% load, especially if you are not seeing any CPU issues.

        If you wish to share a photo of your setup, we can help further.
        Thanks!

        Riccardo FranceschiniR Offline
        Riccardo FranceschiniR Offline
        Riccardo Franceschini
        Contributor
        wrote on last edited by
        #4

        Hi,

        after experimenting, we found that the problem was a RealSense external camera that we plugged in.

        It was connected through USB via the 5G module. Probably, this was causing a short circuit or overload of the board. Anyway, modifying the connection cable so that only the data goes through the board while it is powered separately seems to solve the problem.

        Alex KushleyevA VinnyV 2 Replies Last reply
        0
        • Riccardo FranceschiniR Riccardo Franceschini

          Hi,

          after experimenting, we found that the problem was a RealSense external camera that we plugged in.

          It was connected through USB via the 5G module. Probably, this was causing a short circuit or overload of the board. Anyway, modifying the connection cable so that only the data goes through the board while it is powered separately seems to solve the problem.

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

          Great to hear you got it figured out!

          1 Reply Last reply
          0
          • Riccardo FranceschiniR Riccardo Franceschini

            Hi,

            after experimenting, we found that the problem was a RealSense external camera that we plugged in.

            It was connected through USB via the 5G module. Probably, this was causing a short circuit or overload of the board. Anyway, modifying the connection cable so that only the data goes through the board while it is powered separately seems to solve the problem.

            VinnyV Offline
            VinnyV Offline
            Vinny
            ModalAI Team
            wrote on last edited by Vinny
            #6

            Hi @Riccardo-Franceschini
            Our USB hubs have a smart power switch with a message feature that relays back to the host if there is an error/over-current condition on VBUS.
            It might be that is what was causing the reset.
            But yeah, glad you figured it out!!
            Nice work!

            VinnyV 1 Reply Last reply
            0
            • VinnyV Vinny

              Hi @Riccardo-Franceschini
              Our USB hubs have a smart power switch with a message feature that relays back to the host if there is an error/over-current condition on VBUS.
              It might be that is what was causing the reset.
              But yeah, glad you figured it out!!
              Nice work!

              VinnyV Offline
              VinnyV Offline
              Vinny
              ModalAI Team
              wrote on last edited by
              #7

              @Riccardo-Franceschini For future note, this page here lists all the VBUS capabilities in our designs so you know which port (if any) can support your high current use cases:
              https://docs.modalai.com/expansion-design-guide/#usb-expansion-over-j3--j5

              voxltesterV 1 Reply Last reply
              1
              • VinnyV Vinny

                @Riccardo-Franceschini For future note, this page here lists all the VBUS capabilities in our designs so you know which port (if any) can support your high current use cases:
                https://docs.modalai.com/expansion-design-guide/#usb-expansion-over-j3--j5

                voxltesterV Offline
                voxltesterV Offline
                voxltester
                Contributor
                wrote on last edited by voxltester
                #8

                @Vinny

                I have the rebooting issue with a VOXL2 flight deck with Microhard radio.

                I have tested with 5G board (M0090-3-01) as well. I connected a USB3 ethernet adapter on the 5G board to communicate with my laptop through ethernet cable. The same issue happened.

                When I directly powered the system by using a power supply (5V) without a power module, it did not show any rebooting issue....
                I am still figuring out, so please let me know what I need to try...

                VinnyV 1 Reply Last reply
                0
                • voxltesterV voxltester

                  @Vinny

                  I have the rebooting issue with a VOXL2 flight deck with Microhard radio.

                  I have tested with 5G board (M0090-3-01) as well. I connected a USB3 ethernet adapter on the 5G board to communicate with my laptop through ethernet cable. The same issue happened.

                  When I directly powered the system by using a power supply (5V) without a power module, it did not show any rebooting issue....
                  I am still figuring out, so please let me know what I need to try...

                  VinnyV Offline
                  VinnyV Offline
                  Vinny
                  ModalAI Team
                  wrote on last edited by
                  #9

                  Hi @voxltester
                  Please take a look at this old thread: https://forum.modalai.com/topic/1356/sentinel-drone-randomly-reboots?_=1673383475709

                  Let us know if that issue with J5 is what is happening.

                  It is unlikely you are pulling too much current in normal operations as you more than likely have a fault if you think the 5V is drooping.

                  Thanks!
                  Vinny

                  1 Reply Last reply
                  0
                  • VinnyV Vinny

                    @Alex-Kushleyev @Riccardo-Franceschini
                    This is most certainly not a power network or power module limitation.
                    We have extensively stressed the power module for it's 6A rating many many times, including over the full industrial temp range. Every unit also undergoes a "DUT Test" of 3A load during manufacturing testing.
                    The power module can certainly deliver a full 30W of Continuous power. 1A will barely make it sweat.

                    The more likely culprits can be either the power cable, which often get stressed easily by pulling on the cables during extraction/removal instead of the cable shroud. This will over time shred the cable junction at the pin contacts. We have a standing rule at HQ to replace the main power cable every few months.
                    Or, it might be some GPU linked trigger due to a 100% load, especially if you are not seeing any CPU issues.

                    If you wish to share a photo of your setup, we can help further.
                    Thanks!

                    voxltesterV Offline
                    voxltesterV Offline
                    voxltester
                    Contributor
                    wrote on last edited by voxltester
                    #10

                    @Vinny

                    I will have a look.

                    This is very randomly happening...
                    I changed power source (battery, wall power), but it is working well now...

                    Is there any way to check GPU usage on VOXL2?

                    Eric KatzfeyE 1 Reply Last reply
                    0
                    • voxltesterV voxltester

                      @Vinny

                      I will have a look.

                      This is very randomly happening...
                      I changed power source (battery, wall power), but it is working well now...

                      Is there any way to check GPU usage on VOXL2?

                      Eric KatzfeyE Online
                      Eric KatzfeyE Online
                      Eric Katzfey
                      ModalAI Team
                      wrote on last edited by
                      #11

                      @voxltester voxl-inspect-cpu will show you GPU utilization and temperature

                      voxltesterV 2 Replies Last reply
                      0
                      • Eric KatzfeyE Eric Katzfey

                        @voxltester voxl-inspect-cpu will show you GPU utilization and temperature

                        voxltesterV Offline
                        voxltesterV Offline
                        voxltester
                        Contributor
                        wrote on last edited by voxltester
                        #12
                        This post is deleted!
                        1 Reply Last reply
                        0
                        • Eric KatzfeyE Eric Katzfey

                          @voxltester voxl-inspect-cpu will show you GPU utilization and temperature

                          voxltesterV Offline
                          voxltesterV Offline
                          voxltester
                          Contributor
                          wrote on last edited by
                          #13
                          This post is deleted!
                          1 Reply Last reply
                          0
                          • voxltesterV Offline
                            voxltesterV Offline
                            voxltester
                            Contributor
                            wrote on last edited by
                            #14

                            @Eric-Katzfey @Vinny @tom
                            This is totally the power cable problem...
                            Is there any future plan to make it stable?
                            It is horrible to imagine the drone crashing due to a reboot issue caused by the power cable.....

                            VinnyV 1 Reply Last reply
                            0
                            • voxltesterV voxltester

                              @Eric-Katzfey @Vinny @tom
                              This is totally the power cable problem...
                              Is there any future plan to make it stable?
                              It is horrible to imagine the drone crashing due to a reboot issue caused by the power cable.....

                              VinnyV Offline
                              VinnyV Offline
                              Vinny
                              ModalAI Team
                              wrote on last edited by
                              #15

                              Hi @voxltester
                              Apologies you are having issues with the power cable.
                              We have expressed in several forum posts that care must be employed when removing and inserting any power cables to not tug on the cables themselves, but rather the large shroud/connector housing.
                              Pulling on any cable repeatedly will dramatically reduce it's service life as it results in frayed conductors at the pin crimp contacts. This is not an MCBL-00001 issue, but all cables in all electronics not just from ModalAI.
                              There are no plans to change this solution as it has been tried and true for over a decade. Some of my power cables are nearing 13 years old and every one can last that long if handled properly.
                              If needed, I can try to search through some forum posts where I think we have a picture showing the recommended methods of grabbing onto the plastic shroud instead of the cable conductors themselves. Our team is trained on this method as well.
                              Hope this helps.

                              1 Reply Last reply
                              0

                              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

                              • Don't have an account? Register

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