Skip to content

General Questions

2.2k Topics 11.3k Posts

Not sure where your question goes? Ask here. ModalAI engineers and the community answer questions about any VOXL product.

  • VOXL2 with M0172 Add-On: M0166 & M0178 Cameras Not Detected (SDK 1.4.5)

    Unsolved
    4
    0 Votes
    4 Posts
    701 Views
    Alex KushleyevA
    @yardy In order to update the kernel variant without re-installing the whole SDK, please follow these instructions: cd <voxl-sdk-release>/system-image # reboot voxl2 into fastboot mode adb reboot bootloader # flash VOXL2 kernel variant 0 fastboot flash boot_a m0054-1-var00.0-kernel.img fastboot flash boot_b m0054-1-var00.0-kernel.img fastboot reboot # OR flash VOXL2 kernel variant 1 fastboot flash boot_a m0054-1-var00.1-kernel.img fastboot flash boot_b m0054-1-var00.1-kernel.img fastboot reboot You can also test the kernel without overwriting it (the original kernel will be retained after voxl2 reboot: adb reboot bootloader fastboot boot m0054-1-var00.0-kernel.img # OR fastboot boot m0054-1-var00.1-kernel.img The latter method is useful when you are not sure if the kernel you are about to try actually works (when you are experimenting with building your own kernel) - you can try the new kernel without the risk of temporarily bricking your board. Alex
  • Intermitant WiFi

    Unsolved
    1
    3
    0 Votes
    1 Posts
    364 Views
    No one has replied
  • Open-vins keeps diverging and re-initializing.

    Unsolved
    4
    0 Votes
    4 Posts
    939 Views
    Yufei JiangY
    @Yufei-Jiang And I used voxl-configure-cameras and voxl-configure-extrinsics D0006_Sentinel to generate the camera config.
  • LiDAR LightWare SF20/C integration on I2C3

    Unsolved
    7
    0 Votes
    7 Posts
    977 Views
    Alex KushleyevA
    @george-kollamkulam That port is internally connected to the 5V coming from the main VOXL2 power (which is technically 5V 6A). Obviously you would be limited by the connector pins, which are rated around 1A max continuous. Also, drawing too much from this pin, can bring down the whole VOXL2 (if that 5V output on J19 is shorted to GND, for example).
  • VOLX 1 Board Unbricking

    Unsolved
    5
    0 Votes
    5 Posts
    779 Views
    N
    @tom I managed to get ADB working and have reinstalled the VOXL. I went for 1.1.2 version as wanted to see if previous issues i had with both 1.2.0 and 0.9.5 would be present. As of now I am able to ADB to the drone, as well as ssh, with it using the AP mode however my QGroundControl does not see the drone. I have changed within the voxl-mavlink-server.conf the secondary ip address to the one that PC has when connected to the drone IP, and the following services are running. But QGroundControl does not seem to see the connection. These are the following commands and their outputs. The one VOXL version which worked the best on the VOXL 1 board was 0.9.5 but after updating and switching both between AP mode and connected to Wifi router, there is no responce to the connection. When checking messages send to QGC the terminal is stopped at the step of the screenshot. [image: 1749160480307-screenshot-from-2025-06-05-14-27-27.png] [image: 1749160492877-screenshot-from-2025-06-05-14-45-16.png] [image: 1749160499074-screenshot-from-2025-06-05-14-46-00.png] [image: 1749160504563-screenshot-from-2025-06-05-14-46-45.png] [image: 1749160509611-screenshot-from-2025-06-05-14-49-23.png] [image: 1749160514806-screenshot-from-2025-06-05-14-50-21.png] I went through the setup process few times and am unsure what could be the issue or what to try next. The QGC version is v4.4.5 In case I can create new thread for this but been trying to get two Seeker drones operational. Thank you for your time and assistance. Sincerely Adam Nekolny
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • "Adopted" drone, help setting up

    Unsolved
    19
    0 Votes
    19 Posts
    2k Views
    tomT
    @jbhines929 No problem, thanks for the patience!
  • Spare landing leg for PX4 Autonomy Development kit

    Unsolved
    2
    0 Votes
    2 Posts
    410 Views
    Alex KushleyevA
    @goswamid , Yes we do sell those parts. Please contact us via online form. https://www.modalai.com/pages/contact-us The part number you will need is M10000524 Alex
  • Integration of Mini Micro-phone with VOXL 2

    Unsolved
    5
    0 Votes
    5 Posts
    851 Views
    tomT
    @ashwin I don't have the info either but it's similar to VOXL2's weight which is 16g
  • Camera-Server Crashes after Ark Flow Install/setup

    Unsolved
    2
    0 Votes
    2 Posts
    547 Views
    Alex KushleyevA
    Hello, @Stefan-Amundarain , Let's try to narrow this down. Can you reproduce the issue without flying? When the issue occurs, does the camera server restart completely, or you only lose hires camera feed. I suggest running the test on the bench with voxl-camera-server running in foreground so you can easily see what's happening in real time. Please try to reproduce on the bench all 3 cameras (hires, tracking, TOF) working with your Ark Flow board working as well, then you can just move the platform by hand, if needed, to cause the camera failure and investigate what: voxl-camera-server outputs output of dmesg We can go from there. Also, can you please provide details how the ARK Flow is actually connected to VOXL2 (electrically) and also confirm that the issue does not happen at all without ARK Flow plugged in? Also, using voxl-portal should not cause the camera server or the portal backend to get bogged down if your image is reasonable size (not full 4k image), but a small 720p is just fine. You could view the 3 camera streams thru voxl portal during the test or just have the voxl-inspect-cam tool running and inspecting just the streams that you want (you can provide the streams to inspect as arguments to the tool, such as voxl-inspect-cam hires tracking_down tof_depth, etc. Either voxl-portal or voxl-inspect-cam should properly use the camera pipeline with all camera streaming, so that you can catch the fault. Alex
  • query on wifi adapter

    Unsolved
    5
    0 Votes
    5 Posts
    777 Views
    Alex KushleyevA
    @shivam-rana , if you have a few wifi adapters which are currently not detected by VOXL2, if you plug into a standard Linux machine and if they are detected, you should check with chipset is used on those adapters and we can see if that's available (but not currently compiled) option for the VOXL2 kernel. We can add some documentation to help you build your own test kernel with enabled module and see if that works. The VOXL2 kernel build guide is here : https://docs.modalai.com/voxl2-kernel-build-guide/ but it does not explicitly state how to make modifications to enable additional components. For those folks who have built kernels before, this may be easy to do, but for the first time it could be very difficult to do the right thing, but the change could be very small (one line). So we can see if it's possible to enable the driver that you need, but there would be no guarantees about functionality, since it would be untested (by us). Alex
  • Recommended Autopilot for retrofit

    Unsolved
    1
    0 Votes
    1 Posts
    259 Views
    No one has replied
  • QDL device not connected

    Unsolved
    7
    2
    0 Votes
    7 Posts
    1k Views
    W
    Hello @Nathan-Raras and @Nathan-Raras , I don't see any Qualcomm device with running "lsusb". I also have confirmed that the USB-C cable is able to access another VOXL device. So I have submitted the RMA [image: 1748968811422-d45c5737-8bf3-4c8b-9e7d-851acbfe82a8-image.png] Please let me know if any questions or suggestions. Thank you very much for supporting.
  • VOXL2 object detection and tracking

    Unsolved
    1
    0 Votes
    1 Posts
    371 Views
    No one has replied
  • VOXL 2 Starling - No ELRS response/Transmitter error

    Unsolved
    1
    0 Votes
    1 Posts
    333 Views
    No one has replied
  • No ADB Devices showing up on VOXL 2

    Unsolved
    2
    0 Votes
    2 Posts
    425 Views
    tomT
    @Tyler-Scott We recommend users to run linux natively as it can be tough to get USB devices to pass to WSL correctly.
  • Request for access to Qualcomm-specific libgbm package for VOXL 2 cross-compile

    Unsolved
    3
    0 Votes
    3 Posts
    822 Views
    Alex KushleyevA
    You may also be able to resolve your issue by switching to voxl-cross:4.0 docker image, which was recently released.
  • crop image for voxl-tflite-server

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    KnightHawk06K
    @Alex-Kushleyev this is exactly what I need. Thanks! I was able to reconfigure voxl-tflite-server to use the new cropped image data.
  • This topic is deleted!

    3
    7
    0 Votes
    3 Posts
    7 Views
  • PX4 HW & firmware interaction with VOXL2

    Unsolved
    4
    0 Votes
    4 Posts
    609 Views
    wolde cosgroveW
    @Moderator ok thanks, do you know if VOXL2 can do multiple drone communication ? seems cant find this on VOXL website?