Skip to content

VOXL 2 and VOXL 2 Mini

647 Topics 3.7k Posts

VOXL 2, VOXL 2 Mini and VOXL 2 IO: bring-up, connectors, power, cameras, system image and SDK installs on the current compute platform.

  • lis3mdl magnetometer

    Unsolved voxl-2-mini
    20
    0 Votes
    20 Posts
    3k Views
    M
    @Vinny Thanks for the help on this I really appreciate it. I'll take a look.
  • Offboard mode not working

    Unsolved voxl-2
    1
    2 Votes
    1 Posts
    549 Views
    No one has replied
  • Recent updates to m0054 variants camera power supply configs

    Unsolved voxl-2
    1
    0 Votes
    1 Posts
    397 Views
    No one has replied
  • SWARM Drones with Wifi with 2 VOXL Starling

    Unsolved voxl-2
    3
    0 Votes
    3 Posts
    918 Views
    Z
    @Moderator Please tell me that without modifications Just Like Vijay Kumar has developed the SWARM of MESH with your Drones, I want to buy VOXL 2 Starling Drones in order to develop the Mesh Networking with 2 drones? How I can do it easily? Is it feasible ? or We can develop that with XBEE 3 ? Please help me in this regard ? If I need to change the driver setting How I can do that in order to implement the SWARM of the drones MESH Networking ?
  • Getting compass to work from the Here 2 GPS

    Unsolved voxl-2
    2
    0 Votes
    2 Posts
    472 Views
    Alex KushleyevA
    @restore, it looks like PX4 does have a driver for this imu/compass. https://github.com/modalai/px4-firmware/blob/voxl-dev/src/drivers/imu/invensense/icm20948/ICM20948.cpp However, it is not clear whether you can read just compass data. Please take a look at this driver. If you want to use it, you will need to enable building of the driver in the voxl2 board config: https://github.com/modalai/px4-firmware/blob/voxl-dev/boards/modalai/voxl2-slpi/default.px4board : enable DRIVERS_IMU_INVENSENSE_ICM20948=y . Then, modify /usr/bin/voxl-px4-start to include: qshell icm20948 start We have not tested this driver, so we cannot really provide any guidance on using it for your application. However, with the above instructions, you should be able to compile it and run it. Please make sure that the IMU data from this module does not conflict with the main flight IMU. Alex
  • QRB5165M vs QSM8250

    Unsolved voxl-2
    3
    0 Votes
    3 Posts
    790 Views
    wilkinsafW
    Noting here that flashing the wrong kernel will brick the device (ie flashing the QRB on the QSM) make sure to select the correct option when upgrading the board.
  • VOXL2 flash error

    Unsolved voxl-2
    8
    0 Votes
    8 Posts
    2k Views
    tomT
    @Nathan-Sullivan-0 Great! Thanks for the update
  • Waiting for EDL device

    Unsolved voxl-2
    2
    1 Votes
    2 Posts
    1k Views
    N
    Hi @Jonathan-Davis, Our Starling v2 VOXL 2 board requires this flat build image (M0054-2 Starling QDL Image 1.7.4) which is available in our protected downloads as well as in the unbricking documentation here where you can proceed with the same step-by-step instructions. When finished, the qdl command should complete and the terminal should output "partition 1 is now bootable" indicating a successful QDL flash. Hope this helps!
  • VOXL2 - Cube Orange External Flight Controller Integration

    Unsolved voxl-2
    14
    0 Votes
    14 Posts
    4k Views
    Jetson NanoJ
    Thank you @Eric-Katzfey , it worked, I tested each port individually and made sure the individual ports are working, and then integrated the two and is working fine. Here is my solution if anyone needs. I used Telem 1 port of the cube and the UART pins on the J5 connector of USB2 Type A Breakout (M0141) . The parameters I set for MAV 1 is here [image: 1715330904479-214a9a31-6231-4a59-bb93-3048e5fc9c5b-image.png] [image: 1715330935684-33012de2-cc53-484e-99de-dc534345f369-image.png] After disabling the voxl-px4 services, Connect to VOXL wifi and check QGC, you'll get the FC data in which the cube is used as the flight controller. The VOXL ESC, I haven't tested it yet, I'll test and get back if any problems.
  • Does VOXL2 come with gphoto2 installed?

    Unsolved voxl-2
    4
    0 Votes
    4 Posts
    777 Views
    tomT
    @restore I would recommend taking a look at the source here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-gphoto2-server It is built using the headers from voxl-libgphoto2: https://gitlab.com/voxl-public/voxl-sdk/third-party/voxl-libgphoto2
  • ERROR [muorb] SLPI: MAG #0 failed: TIMEOUT!

    Unsolved voxl-2
    14
    0 Votes
    14 Posts
    3k Views
    tomT
    @Amin-Bassiri Can you open a new thread describing your issue? It'll make it so the rest of the team gets eyes on it
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    31 Views
  • Can't get data from second imu

    Unsolved voxl-2-mini
    6
    0 Votes
    6 Posts
    1k Views
    M
    @Eric-Katzfey ok, thank you
  • voxl-px4 service pipeline uORB failure

    Unsolved voxl-2
    15
    0 Votes
    15 Posts
    2k Views
    Eric KatzfeyE
    @Jeremy-Frederick I'm guessing that the black 4 wire cable between the VOXL 2 and the APM may have some issues making an occasional problem for the i2c bus. Do you have another one of those cables to swap with?
  • Drone flipped upside down when switched to manual mode

    Unsolved voxl-2
    6
    0 Votes
    6 Posts
    1k Views
    Alex KushleyevA
    @restore , thanks. One more thing, when you entrer the pwm_vs_rpm_curve_a1 and a2 params, you currently have only one significant digit, which may explain why your rpm response was not working well. You should enter at least 3-4 significant digits, so instead of a2=0.003, you should put 0.003xyz where xyz are the additional digits from the original calibration results.
  • Calibrating Extrinsics and DFS

    Unsolved voxl-2
    2
    0 Votes
    2 Posts
    622 Views
    ?
    @Taylor-Presley Hey Taylor, happy to try and help! On calibrating we try to keep the reprojection error as low as possible. You're getting an error of 1.42 which is almost triple what we'd like at worst. I'd recommend trying to recalibrate in different lighting conditions with as flat of a checkerboard as you can make. Even small imperfections here can lead to bad calibration. Hope this helps! Thomas
  • Building px4 tests in docker

    Unsolved voxl-2-mini
    1
    0 Votes
    1 Posts
    483 Views
    No one has replied
  • VOXL2 with IO board, Graupner RC, F9 uBlox GPS, and the FPV ESC 4-in-1

    Unsolved voxl-2
    9
    0 Votes
    9 Posts
    2k Views
    R
    @restore After reading older posts, changing the Voxl start script to add the ist8308 magnetometer to the build instead of the ist8310 solved the issue. I can now see the compass through PX4-listener
  • VOXL2 Mini flip camera orientation

    Unsolved voxl-2-mini
    11
    2
    0 Votes
    11 Posts
    2k Views
    Alex KushleyevA
    @LucaVertiq , Here is the latest VOXL2 mini nightly SDK : https://storage.cloud.google.com/platform-nightlies/voxl2-mini/voxl2-mini_SDK_nightly_20240415.tar.gz I just tested by using SDK 1.1.1 as a base and booting using the kernel from the nightly: adb reboot bootloader fastboot boot qti-ubuntu-robotics-image-m0104-1-boot.img IMX214 works on all 4 ports. I think you have an option of using this approach or just installing the full nightly. I am not 100% that the latest kernel is fully compatible with everything in SDK 1.1.1, so that is a bit of a risk, so using nightly is a back up option if you wanted to try the SDK 1.1.1 and something did not work as expected with the latest kernel. If you install the full nightly, use M0054-1 board variant for the voxl2 mini. Also here are links for the imx214 sensormodule for slot 1 (regular and flip): https://storage.googleapis.com/modalai_public/temp/voxl2-misc-packages/com.qti.sensormodule.imx214_1.bin https://storage.googleapis.com/modalai_public/temp/voxl2-misc-packages/com.qti.sensormodule.imx214_flip_1.bin
  • VOXL 2 issue connecting with RC

    Unsolved voxl-2-io
    5
    0 Votes
    5 Posts
    2k Views
    Alexander SaundersA
    @Eric-Katzfey We were able to resolve the issue. We went to /etc/modalai/voxl-px4.conf and changed the RC params to Spektrum.