Skip to content
  • 0 Votes
    2 Posts
    2k Views
    Eric KatzfeyE
    @minhthinh The params are in our voxl-px4-params repo. For example: https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-px4-params/-/blob/master/params/v1.13/Platforms/M500_FCV2.params?ref_type=heads
  • VOXL not detecting USB and wifi

    Unsolved Development Drones m500
    8
    0 Votes
    8 Posts
    2k Views
    Kiazoa JoaoK
    @tom thank you for your assistance. I'll do that.
  • Microhard Integration on VOXL m500

    Development Drones m500
    1
    0 Votes
    1 Posts
    606 Views
    No one has replied
  • No offboard signal

    Unsolved Development Drones m500
    1
    2
    0 Votes
    1 Posts
    921 Views
    No one has replied
  • unable to run Mavros

    Unsolved Development Drones m500
    4
    4
    0 Votes
    4 Posts
    1k Views
    Kiazoa JoaoK
    @Zachary-Lowell-0 thanks for the help. it works now, but it says "no offboard signal". do you have any idea why? [image: 1731370641982-offboard1.png] [image: 1731370647905-offboard.png]
  • Unable to Generate the Mavsdk Docker

    Unsolved Development Drones m500
    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • Adding CP210x USB to Serial converter support to m500

    Unsolved Development Drones m500
    5
    0 Votes
    5 Posts
    1k Views
    Alex KushleyevA
    this should be helpful as well : https://docs.modalai.com/voxl-serial-io/ , which points to a uart loop back test app for DSP-based UART ports (https://gitlab.com/voxl-public/libvoxl_io/blob/master/lib/apps/voxl-uart-loopback.c)
  • Connecting to Q Ground Control in Station Mode

    Unsolved Development Drones m500
    1
    0 Votes
    1 Posts
    622 Views
    No one has replied
  • Tracking Camera Stream

    Unsolved Development Drones m500
    2
    0 Votes
    2 Posts
    1k Views
    Alex KushleyevA
    @Samuel-Bryan said in Tracking Camera Stream: I need to stream it through an rtsp python script Can you please clarify the statement above? Are you trying to use your own python script to receive images from the tracking camera and send it using rtsp protocol?
  • Pictures from Stereo Camera

    Unsolved Development Drones m500
    4
    0 Votes
    4 Posts
    1k Views
    Alex KushleyevA
    @Samuel-Bryan , you may have an older version of the voxl-mpa-tools package. You can try upgrading it from here (you may also need to upgrade libmodal-pipe to 2.10.1). Alex
  • Voxl Docker Mavsdk Python

    Unsolved Development Drones m500
    4
    0 Votes
    4 Posts
    1k Views
    tomT
    @Samuel-Bryan To test if it's connected to the internet, try pinging a website like: ping google.com If connected you'll see something like this: ~ ping google.com ok | 09:39:00 AM PING google.com (142.250.217.142) 56(84) bytes of data. 64 bytes from lax31s19-in-f14.1e100.net (142.250.217.142): icmp_seq=1 ttl=56 time=5.12 ms 64 bytes from lax31s19-in-f14.1e100.net (142.250.217.142): icmp_seq=2 ttl=56 time=5.65 ms 64 bytes from lax31s19-in-f14.1e100.net (142.250.217.142): icmp_seq=3 ttl=56 time=5.41 ms 64 bytes from lax31s19-in-f14.1e100.net (142.250.217.142): icmp_seq=4 ttl=56 time=4.83 ms ^C --- google.com ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3005ms rtt min/avg/max/mdev = 4.830/5.253/5.653/0.309 ms ~ See here for info on connecting your VOXL to the internet: https://docs.modalai.com/voxl-wifi-setup/#configuration-and-connection
  • Cant Connect to Q Ground Control after SDK Update

    Unsolved Development Drones m500
    3
    0 Votes
    3 Posts
    1k Views
    Samuel BryanS
    @Eric-Katzfey I am using SoftAP mode in Wifi.
  • Huge number of camera frames skipped using voxl-logger

    Unsolved Development Drones m500
    7
    0 Votes
    7 Posts
    2k Views
    Alex KushleyevA
    @boga , Can you please double check the following: amount of free space in the /data partition: df | grep data check the write speed to the data partition : dd if=/dev/urandom of=/data/test.bin bs=1M count=1024 (this will write a test file of size 1GB). For example, using voxl2 i result i got was (on VOXL1 it will be a bit slower): #set cpu mode to perf voxl-set-cpu-mode perf #perform the write test using randomly generated data (may be limited by speed of /dev/urandom) voxl2:/data$ dd if=/dev/urandom of=/data/test.bin bs=1M count=1024 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 2.85171 s, 377 MB/s (you can / should remove /data/test.bin after the test to free up the space) Alex
  • 0 Votes
    1 Posts
    770 Views
    No one has replied
  • M500 VOXL connectivity issues

    Unsolved Development Drones m500
    13
    0 Votes
    13 Posts
    3k Views
    VinnyV
    @tom @spitkowsky I'm wondering if this may be a HW issue on the VOXL board. Possible the USB or the USB VBUS control is now no longer working correctly, thus not allowing the MH modem USB hub to enumerate (eth0 never seems to be detected, implying a USB hub path issue, but on the VOXL side since the MH HW is known good on another system). https://docs.modalai.com/expansion-design-guide/#modalai-usb-hub-example This may be cause for an RMA.
  • M500 Magnetometer Issues

    Unsolved Development Drones m500
    7
    0 Votes
    7 Posts
    2k Views
    Eric KatzfeyE
    @spitkowsky For others who are seeing similar issues, the magnetometer rotation isn't being specified correctly in the newer SDK. The rotation should be set to the value 10. If you are seeing these issues try setting the CAL_MAG0_ROT parameter to 10.
  • Modal M500 Voxl Streamer

    Unsolved Development Drones m500
    9
    0 Votes
    9 Posts
    2k Views
    Eric KatzfeyE
    @Samuel-Bryan There are some examples here: https://docs.modalai.com/mpa-camera-interface/#sending-commands-back-to-the-server
  • m500 is not connecting to QGC or my DX6e controller

    Unsolved Development Drones m500
    17
    1
    0 Votes
    17 Posts
    2k Views
    S
    Thank you for the info! After messing with it some more, I think it might have to do with the batteries I am using. Because the drone is currently turned on and my laptop is connected to the drone's wifi, but it is no longer connecting to QGC, even with a micro USB connection too. The battery I am using is a "14.8V, 45C, 4S1P, 3300, 4 Cell battery". And it will only read on the QGC when it is around 30-50%. Any ideas what I should try next?
  • VIO keeps falling out

    Unsolved Development Drones m500
    3
    0 Votes
    3 Posts
    690 Views
    wilkinsafW
    Following up here. We upgraded to a voxl2 and stopped since this error. we think it might have been an issue with voxl flight on the newest SDK for auto exposure