ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • S

      ADB stops working followed by failed unbricking

      VOXL SDK
      • • • SKA
      2
      0
      Votes
      2
      Posts
      151
      Views

      VinnyV

      Hi @SKA
      Apologies no one responded promptly.
      From what I gather, these are best to be sent back as an RMA and we can try to recover them.

      D1 (green) is an indication of the local 3.3V power being Good. So, that implies you have 3.8V input, and the 3.3V reg is OK.
      DS2 (RGB) is controlled by Qty-3 GPIOs from the SoC. This can briefly blink on boot until the GPIOs are configured by apps software.
      D2 (green) is the 5V USB VBUS USB1 (10-pin) port power indicator, which only comes ON after the QRB5165 boots and Apps controls the GPIO to turn the VBUS ON.

      On failed SW loads, it is common to diagnose that by seeing DS2 or D2 blink, which indicates boot loops. D1 should NEVER go off, if so, something is wrong in HW or cabling.

      We do caution any customer that sets up their own CI or internal validation automation to include a nice pause before repeated power cycles. A common 5 second rule is good to let the large caps discharge, or certain ICs will never fully reset. This is the most common cause of "bricking" devices.

      The RMA is your best bet here and we can try to recover them for you, or diagnose for any other issues: https://www.modalai.com/pages/rma

    • M

      VOXL ESC Mini 4-in-1 not detected issue

      VOXL Flight Deck
      • • • mkriesel
      10
      0
      Votes
      10
      Posts
      892
      Views

      Alex KushleyevA

      @mkriesel , just to confirm, does this test work (run) on other voxl2 boards for you?

    • G

      Calibrate Tracking Cameras Starling 2

      Ask your questions right here!
      • • • greg_s
      13
      0
      Votes
      13
      Posts
      454
      Views

      tomT

      @greg_s Great! Sounds good

    • Aaron PorterA

      NTP versus Systemd-timesyncd on the VOXL2

      VOXL 2
      • • • Aaron Porter
      4
      0
      Votes
      4
      Posts
      304
      Views

      Alex KushleyevA

      @Aaron-Porter , perhaps systemd-timesyncd works together with systemd to correctly interpret the clock adjustments, so that run-time of systemd services is properly calculated.

      Alex

    • M

      Inquiry Regarding Propeller Guards / Safety Accessories for VOXL UAV

      VOXL Accessories
      • • • mamuncanada
      4
      0
      Votes
      4
      Posts
      167
      Views

      M

      @tom Thank you very much for your information.

    • Q

      USB Hub for Voxl2 with Wifi and Ethernet Both

      Support Request Format for Best Results
      • • • QSL
      5
      0
      Votes
      5
      Posts
      292
      Views

      VinnyV

      Hi @QSL
      OK, keep us posted!
      Any, for any new issues, please be sure to start a new forum post so it is seen by the team.
      Thanks!

    • F

      Qualcomm SNPE Install and Setup

      Ask your questions right here!
      • • • fhaltmayer
      5
      0
      Votes
      5
      Posts
      347
      Views

      tomT

      @fhaltmayer It's not something we've explored

    • C

      Help Selecting an integrated FPV VTX

      Ask your questions right here!
      • • • crowley
      2
      0
      Votes
      2
      Posts
      87
      Views

      tomT

      @crowley stinger is our FPV drone solution: https://www.modalai.com/products/stinger-vision-fpv?variant=48373207695664

      We offer various levels of kit that can include goggles, transmitter, etc.

    • M

      Deleted "/" by error

      VOXL Flight Deck
      • • • marian
      8
      0
      Votes
      8
      Posts
      882
      Views

      tomT

      @marian Unfortunately VOXL1 has really been phased out but this board has the "fastboot" button on it and should work for you: https://www.modalai.com/collections/expansion-board/products/voxl-microhard-modem-usb-hub

    • Rowan DempsterR

      Optimizing DSP Load wr.t. IO

      VOXL 2
      • • • Rowan Dempster
      3
      0
      Votes
      3
      Posts
      180
      Views

      Eric KatzfeyE

      @Alex-Kushleyev The IMU is being configured with an 8K ODR so by increasing IMU_GYRO_RATEMAX you are reading the FIFO more often but reading less samples each time. So you are mainly increasing the overhead of context switching. Can you characterize how much the load increases just by increasing IMU_GYRO_RATEMAX and not doing any of the extra UART IO? Unfortunately we don't have a lot of control over the low level implementation of the IO drivers that are in the Qualcomm code. And there is no DMA that could help lower IO overhead. One idea would be to lower the ODR to 1K so that you are only reading one sample from the FIFO at each interrupt.

    • Allister LimA

      Batteries keep overheating and ultimately break beyond 45 minutes of being plugged in (non flight)

      Power Modules
      • • • Allister Lim
      2
      0
      Votes
      2
      Posts
      91
      Views

      Alex KushleyevA

      @Allister-Lim ,

      If you are not monitoring the battery voltage while working with your battery-powered VOXL, it is possible that you are over-discharging the batteries to the point of failure. Especially with LiPo batteries, it is unsafe to over-discharge them, so please be careful. (It seems that you are also using LiPo batteries, in addition to ModalAI Li-Ion batteries also shown (green)). There is nothing wrong with using LiPo batteries, but you have to be more careful with those. Over-discharged batteries lose capacity and Lipo Batteries may become dangerous.

      It is a good idea to use an appropriate DC power supply when working with VOXL2 while it is powered on continuously. 12V 3-5A Power supply, connected to the APM (which will provide 5V for VOXL) should be sufficient. You should have no problem finding one, but in case you need, here is a link to the AC adapter that we sell : https://www.modalai.com/collections/accessories/products/ps-xt60

      Alex

    • I

      J8 Sensor Header Use with M0173 Micro-Coax Kit on VOXL2

      Video and Image Sensors
      • • • isaac
      2
      0
      Votes
      2
      Posts
      108
      Views

      Alex KushleyevA

      Hi @isaac,

      We only have two variants of the kernel for VOXL2. The default (original) kernel and one that supports M0173. (mach. var 1.0.0 and 1.0.1 respectively, which you can see in output of voxl-version).

      If you are using M0135 camera interposer board, you would have to use the first kernel. However, this kernel is set up for a stereo setup in J8, so J8U is not available for regular cameras. If you are using J6 and J7 for cameras, then using M0135 in J8 to enable J8U, is not really possible, even with a kernel modification (due to some shared reset lines that will affect several cameras, if enabled). I would need to know exactly what cameras are connected where in order to provide more details.

      Now, if you use the second kernel in combination with M0173, you can also use other adapters such as M0181, M0172. Enabling a hi-res camera in J8U has been discussed in the following thread, with images and instructions : https://forum.modalai.com/topic/4757/connecting-2-boson-cameras-and-2-mipi-cameras-4-cameras-total . Please note that you can use the smaller boards such as M0181 and M0172 instead of M0173 with the second kernel.

      I would strongly suggest going the second route, but if you have an issue with this, let me know. I don't have the full understanding based on your brief question.

      Alex

    • wilkinsafW

      CICD SDK

      VOXL SDK
      • • • wilkinsaf
      3
      0
      Votes
      3
      Posts
      134
      Views

      wilkinsafW

      @tom Thank you @tom

    • M

      Help needed: what connector is used between the Modal AI PX4 battery and supplied charger?

      Power Modules
      • • • mamuncanada
      3
      0
      Votes
      3
      Posts
      168
      Views

      M

      @tom Thank you very much for your information.

    • Andrew TridgellA

      ArduPilot on Voxl2

      Flight Core v2
      • • • Andrew Tridgell
      45
      1
      Votes
      45
      Posts
      7817
      Views

      Eric KatzfeyE

      @adiprin1 Can you please start a new forum topic for this? And please include information about the device that you are looking to attach? Thanks!

    • P

      Starling 2 Phillips/hex screw sizes

      Starling & Starling 2
      • • • pettertei
      1
      0
      Votes
      1
      Posts
      75
      Views

      No one has replied

    • K

      VOXL2-Mini (QRB5165): YOLO on NPU/NNAPI or GPU keeps falling back to CPU. Looking for a known-good export/runtime path (or QNN/HTP).

      Video and Image Sensors
      • • • kjwindham
      1
      0
      Votes
      1
      Posts
      170
      Views

      No one has replied

    • Karthik BharadwajK

      Wall power supply for starling 2 max

      Starling & Starling 2
      • • • Karthik Bharadwaj
      2
      0
      Votes
      2
      Posts
      76
      Views

      tomT

      @Karthik-Bharadwaj You'll need to insert this into the unused XT30 connector: https://www.modalai.com/products/mcbl-00109?_pos=1&_sid=cc83b4694&_ss=r

      3A is more then enough to power the drone on the bench, just make sure never to spin motors on wall power! (You can damage the drone and will not be able to RMA it)

      In order to disable arming you'd have to look through the PX4 parameters

    • monkescriptsM

      Be careful building voxl-cross on older SDKS (Other than V1.50.0)

      Modal Pipe Architecture (MPA)
      • • • monkescripts
      3
      0
      Votes
      3
      Posts
      258
      Views

      monkescriptsM

      Thank you @Alex-Kushleyev for the clarification. Currently I just redefined the magic numbers on my own and voxl-inspect-pose works as usual. I am hoping that this breaking change only affects a small number of use cases. If anyone else faces the same issue with magic numbers theres at least the discussion that might help them as well 🙂

    • R

      Battery warranty

      Starling & Starling 2
      • • • roy.crosthwaite
      2
      0
      Votes
      2
      Posts
      166
      Views

      Alex KushleyevA

      @roy-crosthwaite , please submit an RMA form for a replacement : https://www.modalai.com/rma

      Thank you

      Alex