Skip to content

VOXL 2

593 Topics 3.3k Posts

VOXL 2 Support Forum

  • Connecting i2c device on voxl2

    61
    0 Votes
    61 Posts
    29k Views
    Eric KatzfeyE
    @Aaky The Microhard board does not expose an apps processor UART but you could use a USB to UART adapter to connect to the Gimbal via one of the USB ports.
  • Connecting USB 2.0 device on VOXL2 USB3 UART Add-on board

    3
    0 Votes
    3 Posts
    553 Views
    A
    @Moderator Thank you. This clarifies everything.
  • SPI port for VOXL2 SLPI DSP

    17
    0 Votes
    17 Posts
    2k Views
    Eric KatzfeyE
    @Aaky Unfortunately, we have not done any integration between PX4 and SPI devices on the apps processor. I would get an oscilloscope and see what is happening on the bus.
  • VOXL2 PX4 HITL with VIO

    6
    0 Votes
    6 Posts
    1k Views
    A
    @Eric-Katzfey This sounds like perfect plan. I would implement this and get back for any queries. Thank you Eric!
  • Camera server failing after the update

    5
    0 Votes
    5 Posts
    885 Views
    Alex KushleyevA
    @riteshsharma , based on changelog (https://gitlab.com/voxl-public/voxl-sdk/services/voxl-camera-server/-/blob/master/CHANGELOG) you can use voxl-camera-server package version 1.8.10 -- dowload it from here http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/. Upgrading your SDK would also work as Tom suggested.
  • Unable to run my own offboard node in starling 2

    2
    3
    1 Votes
    2 Posts
    569 Views
    ModeratorM
    @Jonathan-Davis said in Unable to run my own offboard node in starling 2: offboard_mode Check: https://docs.modalai.com/mavros/#configure-voxl-vision-hub-localhost offboard_mode - set to “off”. When offboard_mode is on, this enables voxl-vision-hub to command the drone to move, which we don’t want (we only want MAVROS to be sending movement commands)
  • Suggested CPU mode on VOXL2

    2
    0 Votes
    2 Posts
    407 Views
    ModeratorM
    Hi Rowan, There is no one answer, it is entirely dependent on your circumstances. auto will be more conservative than perf. perf is intended to go as fast (and hot) as possible
  • VOXL2 Camera Configuration 2XHires + Tracking

    12
    0 Votes
    12 Posts
    2k Views
    Alex KushleyevA
    Regarding enabling additional cameras, it is is not trivial and it would require a special kernel (because it would break the existing stereo camera support). Additionally, it would require a special interposer / cable in order to use a stereo pair with another camera on a single connector (this hardware does not exist now). At this time, we do not have plans to enable this functionality. As an option, you could potentially hook up a USB camera (will require an usb expansion adapter) to supplement existing cameras (using UVC interface), but we don't provide as much support for that option since that is 3rd party hardware and software.
  • New VOXL2 not connecting to Windows machine that connects to Older VOXL2

    7
    0 Votes
    7 Posts
    1k Views
    Alex KushleyevA
    @rdjarvis , The board is in eDL mode (emergency download). Can you please check that SW2 is off and if the issue is persists, provide serial number of voxl2 board, we will check test records.
  • voxl-px4 service hangs at startup sometimes with SDK 1.1.2

    18
    0 Votes
    18 Posts
    2k Views
    Eric KatzfeyE
    @Aaky Well, unfortunately it isn't obvious what is going wrong. You will have to start by disabling everything and when px4 comes up reliably start enabling things to find out the culprit.
  • Camera not shown

    2
    3
    0 Votes
    2 Posts
    282 Views
    Alex KushleyevA
    @Paola-Lim , have you tried voxl-inspect-cam -a (to see all camera stats) or alternatively voxl-inspect-cam cam0 which would be just for your specific camera name.
  • VOXL2 GPS taking long time to connect, sometimes never connects

    4
    0 Votes
    4 Posts
    1k Views
    Alex KushleyevA
    @Aaky , we are working on resolving the GPS detection issue related to uart baud rate changes - if forcing the baud rate works reliably then just stick with that !
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    17 Views
    No one has replied
  • Content details of VOXL 2 (Starling)

    10
    0 Votes
    10 Posts
    2k Views
    Alex KushleyevA
    @muhammadbilal1 The batteries for Starling are standard Lithium Ion batteries (not Lithium Polymer). The recommended charging rate for Li-Ion batteries is 1C, so if the capacity is 3000mAh, the maximum charging rate is 3A. Charging at slower rates will extend the battery life (as is true for all batteries). The maximum voltage is 4.2V. Please use a charger setting that specifically supports Li-Ion batteries. Most LiPo chargers also support Li-Ion batteries. I will check how to proceed regarding the missing adapter.
  • ADB shell connects to root@m0054:/# instead of voxl2:/$

    7
    1
    0 Votes
    7 Posts
    1k Views
    S
    @tom That worked! thanks for the help
  • VOXL Wifi Connection

    6
    6
    0 Votes
    6 Posts
    817 Views
    Alex KushleyevA
    @Paola-Lim You will need to follow directions from this page : https://docs.modalai.com/flash-system-image/#flashing-a-voxl-sdk-release Tom suggested getting the SDK 1.1.3, so per instructions you should go to https://developer.modalai.com, log in, then click on Protected Downloads -> VOXL2 Platform Releases and download VOXL2 SDK 1.1.3 and follow the rest of instructions from "flashing voxl sdk" page Alex
  • SDK 1.1.X startup script

    2
    0 Votes
    2 Posts
    614 Views
    Eric KatzfeyE
    @JoeC Sure. There is a configuration script at /etc/modalai/voxl-px4.conf that has some high level configuration values that affect how the startup script executes. The actual startup script now resides in /usr/bin. It is /usr/bin/voxl-px4-start. This is actually called from the higher level script /usr/bin/voxl-px4.
  • Does VOXL 2 support the Hadron™ 640R dual Camera?

    1
    0 Votes
    1 Posts
    433 Views
    No one has replied
  • Unbricking Time Out Error

    1
    2
    0 Votes
    1 Posts
    411 Views
    No one has replied
  • voxl-px4 start on boot inconsistent

    4
    0 Votes
    4 Posts
    736 Views
    Eric KatzfeyE
    @Jeremy-Frederick No, it should not ever crash in mid flight! Can you provide the console output (journalctl -b -u voxl-px4), px4 log, and dmesg output from one of these in flight crashes so we can try to figure out what is going on?