Skip to content

VOXL

119 Topics 560 Posts
  • Encrypt files within the VOXL

    3
    0 Votes
    3 Posts
    1k Views
    Alex KushleyevA
    @qqa , we have document how to achieve folder-level encryption on VOXL2 here : https://docs.modalai.com/enabling-file-encryption/ . Please let us know if you have any other questions.
  • voxl-docker-mavsdk-python build issues

    48
    2 Votes
    48 Posts
    18k Views
    Eric KatzfeyE
    @Alexander-Saunders Looks better now. What does the dsp_hitl start command look like now? Seems like it is setup for VIO only.
  • VOXL Web Portal

    2
    0 Votes
    2 Posts
    398 Views
    Eric KatzfeyE
    @Samuel-Bryan Sure, source is here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-portal
  • vscode remote ssh connection not working anymore with voxl sdk 0.9

    2
    0 Votes
    2 Posts
    3k Views
    ?
    @aashry Yes, definitely update the SDK first! We're many versions past SDK 0.9. Once you do, try again and let me know, I'll be happy to help. Thomas
  • Custom camera configuration

    1
    0 Votes
    1 Posts
    356 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • VOXL etherent wifi connection

    2
    0 Votes
    2 Posts
    558 Views
    tomT
    @chennz1 You can use J3 with an MCBL-00022-2: https://www.modalai.com/products/mcbl-00022 paired with a USB to ethernet adapter, we often use these ones: https://www.cablecreation.com/products/usb-3-0-gigabit-adapter-2-pack?_pos=1&_sid=57950aa19&_ss=r
  • voxl_i2c_read() function discards first byte from buffer

    i2c voxl
    4
    0 Votes
    4 Posts
    1k Views
    James StrawsonJ
    hmmm, There is a similar (but not exactly the same) behavior with SPI on APQ8096 where all reads are preceded by a single random byte meaning libvoxl-io needs to read one extra byte than expected and then discard the first dummy byte. However this happens under the hood here: https://gitlab.com/voxl-public/voxl-sdk/core-libs/libapq8096-io/-/blob/master/lib/sdsp/io_rpc_spi.c#L254 I've not seen such a thing with I2C. Have you looked at our VL53L1X driver for APQ8096? It might just work with your newer VL53L1CB sensors with small changes. https://gitlab.com/voxl-public/voxl-sdk/services/apq8096-rangefinder-server
  • VOXL - Issues with docker load storage space

    1
    0 Votes
    1 Posts
    483 Views
    No one has replied
  • 0 Votes
    2 Posts
    480 Views
    D
    @doe43john77 Update: There is a program called voxl-configure-modem. All that needs to be done is select some options regarding the manufacturer of the 5G modem as well as the provider the SIM card is provisioned on.
  • Not able to run ros:melodic-ros-core-bionic docker image in VOXL.

    1
    0 Votes
    1 Posts
    577 Views
    No one has replied
  • missing camera config ID - VOXL board on Seeker drone

    3
    0 Votes
    3 Posts
    706 Views
    Adrian HidalgoA
    For the -c which is telling the Voxl board which cameras to expect, choose either 3 or 7 depending on your camera config.
  • OpenVPN TLS Handshake Failed

    2
    1
    0 Votes
    2 Posts
    995 Views
    Z
    To all that might come across this, updating to OpenVPN 2.4.6 solved this issue. Note that a reset of the VOXL is required before the upgrade will take hold. Also, if you are using the vpn-start service, do not use the full file path that is there by default; instead just use the openvpn call like you would in a terminal and use the file path to sudo /usr/bin/sudo before the openvpn call like this: /usr/bin/sudo openvpn --daemon --script-security 2 --config mykeys.ovpn If you don't make this change, it will try to run the older version of openVPN and will run into all kinds of issues.
  • Using Coral Edge TPU with VOXL

    6
    0 Votes
    6 Posts
    785 Views
    Chad SweetC
    Coral advertises 4 TOPS with tensorflow lite and VOXL 2 should achieve 15 TOPS with tensorflow lite.
  • USB 3.0 Camera

    11
    0 Votes
    11 Posts
    2k Views
    Darshit DesaiD
    Hi @rapit were you able to connect with the docker container at the end?
  • voxl-inspect on docker

    4
    0 Votes
    4 Posts
    1k Views
    H
    @tom there is no other methods for example use your nsenter ?!
  • voxl-tflite-server crashes after 5-10 minutes

    7
    0 Votes
    7 Posts
    2k Views
    H
    hello @colerose how do u get all these topics by launching just roslaunch voxl_mpa_to_ros voxl_mpa_to_ros.launch because when i launch it i get just these topics : MPA to ROS app is now running Found new interface: hires Found new interface: qvio_overlay Found new interface: stereo Found new interface: tracking Found new interface: imu0 Found new interface: imu1 Found new interface: voa_pc_out Found new interface: qvio Thank u in advance for your reply
  • What is teh range and the protocol of the 4g LTE wifi module?

    2
    0 Votes
    2 Posts
    369 Views
    Chad SweetC
    4G / LTE is a cellular protocol. The range and performance is determined by the cellular carrier whose service you are paying for. You can use your smartphone as a good proxy for performance. It would be best if you were comfortable with VPN and networking technologies before you try to build a cellular connected drone. There is know how and work involved.
  • Does Sentinel work with the MATLAB UAV toolbox?

    2
    0 Votes
    2 Posts
    579 Views
    Chad SweetC
    The Sentinel and VOXL 2 are open development platforms. ModalAI does not use or support Matlab UAV toolbox. So, if you need that feature you will need to figure out how to implement on VOXL 2. VOXL 2 is a Debian Linux system, so it is very flexible
  • VOXL is in station mode, but doesn't connect to WiFi

    7
    2
    0 Votes
    7 Posts
    1k Views
    José QuintanillaJ
    Has someone already solve this?