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
    • Roy ZahorR

      VOXL2 and PCIe WiFi module

      VOXL 2
      • • • Roy Zahor
      1
      0
      Votes
      1
      Posts
      62
      Views

      No one has replied

    • wilkinsafW

      Flow Server

      Ask your questions right here!
      • • • wilkinsaf
      2
      0
      Votes
      2
      Posts
      81
      Views

      wilkinsafW

      @wilkinsaf

      Yes this is definitely possible You would need to modify flow-server and possibly feature-tracker to ensure this is pointed at the right pipe Might also need a bit of calibration here and there Have not tested having multiple versions of flow-server, but should be possible. Would need to ensure this works with a downard facing tof for accurate height estimate

      To get a rough draft of this working, would take ~2 days

    • Rodrigo BetancesR

      Unbricking QRB5165 M: Flashing Fails with "Failed to initialize UFS Device"

      Starling & Starling 2
      • • • Rodrigo Betances
      1
      0
      Votes
      1
      Posts
      56
      Views

      No one has replied

    • george kollamkulamG

      Teledyne FLIR Lepton 3.5 Integration

      Ask your questions right here!
      • • • george kollamkulam
      18
      0
      Votes
      18
      Posts
      796
      Views

      george kollamkulamG

      @Alex-Kushleyev would you be able to help troubleshoot this error with the rear tracking camera?

    • D

      ESC Calibration and Potential Motor Failure

      Power Modules
      • • • dan64
      3
      0
      Votes
      3
      Posts
      296
      Views

      N

      @Alex-Kushleyev

      Thanks for the advice! Sorry for the delay in following up. Dan and I are on the same team and I currently have the physical drone in my possession.

      I've attached a video of what the motor spinning actually looks and sounds like. The motor you see is actually a replacement, and the behavior is the same. It appears we may actually have an ESC issue or an issue at the connection point between the motor wires and ESC.

      The video shown is the result of running:

      voxl2:/usr/share/modalai/voxl-esc-tools$ python3 voxl-esc-spin.py --id 1 --power 15

      Modal AI Starling 2 Max - Motor Spin Test Video

      When running the voxl-esc-verify-params.py script, the output shows that params are all matching:

      voxl2:/usr/share/modalai/voxl-esc-tools$ python3 voxl-esc-verify-params.py Detected Python version : 3.6.9 (default, Mar 10 2023, 16:46:00) [GCC 8.4.0] Found voxl-esc tools bin version: 1.9 VOXL Platform: M0054 Detected RB5 Flight, VOXL2 M0054 or M0104! INFO: Scanning for ESC firmware: /dev/slpi-uart-2, baud: 2000000 Sending library name request: libslpi_qrb5165_io.so Sending initialization request INFO: ESC(s) detected on port: /dev/slpi-uart-2, baud rate: 2000000 INFO: Params from ID 0 match ../voxl-esc-params/D0012_Starling_MAX/esc_params_m0129_f2203_5_1500kv_7x3.7x3.xml INFO: Params from ID 1 match ../voxl-esc-params/D0012_Starling_MAX/esc_params_m0129_f2203_5_1500kv_7x3.7x3.xml INFO: Params from ID 2 match ../voxl-esc-params/D0012_Starling_MAX/esc_params_m0129_f2203_5_1500kv_7x3.7x3.xml INFO: Params from ID 3 match ../voxl-esc-params/D0012_Starling_MAX/esc_params_m0129_f2203_5_1500kv_7x3.7x3.xml INFO: Success! Params in all ESCs are valid and identical.

      Any thoughts on next steps here?

    • SARTHAK AGARWALS

      How to start with VIO?

      GPS-denied Navigation (VIO)
      • • • SARTHAK AGARWAL
      1
      0
      Votes
      1
      Posts
      48
      Views

      No one has replied

    • G

      QRB5165 Kernel Build Docker - how (or possible) to build sysroot and sdk

      Ask your questions right here!
      • kernel • • gavincude1
      1
      0
      Votes
      1
      Posts
      54
      Views

      No one has replied

    • Nicholas SheldonN

      Starling 2 VIO Failure

      Starling & Starling 2
      • • • Nicholas Sheldon
      2
      0
      Votes
      2
      Posts
      97
      Views

      ModeratorM

      You might have both qvio and openvins running? That could lead to issues. Only one should be running at a time

      have you looked through the troubleshooting guide? https://docs.modalai.com/flying-with-vio/#troubleshooting-vio

      Usually looking at the ovins-overlay in voxl-portal offers good insight

      The common issues are vibration is too high, the extrinsics are incorrect or there are not enough features to track in the environment

    • Q

      Fan for Enclosed Voxl 2 Hardware

      Design Reviews
      • • • QSL
      2
      0
      Votes
      2
      Posts
      121
      Views

      ModeratorM

      @QSL here is our app note on thermal https://docs.modalai.com/voxl2-thermal-performance/#thermal-performance

    • C

      PWM Channel Support on VOXL 2 and SDK Version Inquiry

      Ask your questions right here!
      • • • cmall
      2
      0
      Votes
      2
      Posts
      86
      Views

      ModeratorM

      @cmall the VOXL 2 IO connects via UART. You could use any breakout board, like an Arduino, to generate PWM

    • S

      Unresponsive polling from FPV Racing 4-in-1 ESC

      Ask your questions right here!
      • • • shawn_ricardo
      7
      0
      Votes
      7
      Posts
      363
      Views

      Alex KushleyevA

      @shawn_ricardo , just to close the loop on the original issue.. the delay in the calibration procedure was caused by UART data or processing of the ESC feedback backing up. The fix is to just slow down the command rate, seen in this commit : https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-esc/-/commit/b512f9e3d5e695868775de3d40eedb2ad15cf6d9 . Additionally, using command line argument --cmd-rate 100 when you run the calibration script on VOXL2 will fix the issue.

      Regarding the issue in the step response where the feedback data appears not smooth, i believe it is related to FTID's buffer / delay. FTDI adapters have this parameter latency_timer which is 16ms by default, which amount of time the FTDI board holds the RX'ed data before passing forwarding it to the PC (and vice versa, i believe). You can set that value to 1:

      You can check this value:

      cat /sys/bus/usb-serial/devices/ttyUSB0/latency_timer

      And set it:

      sudo su echo 1 > /sys/bus/usb-serial/devices/ttyUSB0/latency_timer

      You would need to do this every time you unplug / plug the FTDI device back in.

      (note that this applies only to Linux PC, not VOXL2).

      Besides this, i think the plots look good. It looks like you have set the kp pretty low, which keeps the response softer (less chance of de-sync).

      Alex

    • V

      ESC calibration help

      Support Request Format for Best Results
      • • • victochen
      10
      0
      Votes
      10
      Posts
      466
      Views

      Alex KushleyevA

      @victochen , just to close the loop on the original issue.. the delay in the calibration procedure was caused by UART data or processing of the ESC feedback backing up. The fix is to just slow down the command rate, seen in this commit : https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-esc/-/commit/b512f9e3d5e695868775de3d40eedb2ad15cf6d9 . Additionally, using command line argument --cmd-rate 100 when you run the calibration script on VOXL2 will fix the issue.

    • george kollamkulamG

      Incorrect battery0 voltage on QGC

      Ask your questions right here!
      • • • george kollamkulam
      10
      0
      Votes
      10
      Posts
      419
      Views

      Eric KatzfeyE

      @Eric-Katzfey The update has been pulled into our fork now. You can access the updated package here: http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/voxl-px4_1.14.0-2.0.106-202507311432_arm64.deb

    • Gary HolmgrenG

      Possible to Buy Lepton breakout board?

      Ask your questions right here!
      • • • Gary Holmgren
      1
      0
      Votes
      1
      Posts
      55
      Views

      No one has replied

    • J

      Issue sending custom odometry to PX4 via MAVROS

      ROS
      • • • Judoor 0
      3
      0
      Votes
      3
      Posts
      197
      Views

      J

      Hi @teddy-zaremba,

      The fusing part was a bit tricky, but it works now.
      Thank you!

    • G

      Upgrade PX4 Developer Kit Drone

      Ask your questions right here!
      • • • greg_s
      8
      0
      Votes
      8
      Posts
      253
      Views

      tomT

      @greg_s Just pinged our support team, they're taking a look at it now

    • Daniel RinconD

      QVIO unstable flight. Please help!

      GPS-denied Navigation (VIO)
      • • • Daniel Rincon
      8
      0
      Votes
      8
      Posts
      330
      Views

      ModeratorM

      @Daniel-Rincon have you looked through the troubleshooting guide? https://docs.modalai.com/flying-with-vio/#troubleshooting-vio

      Usually looking at the ovins-overlay in voxl-portal offers good insight

      The common issues are vibration is too high, the extrinsics are incorrect or there are not enough features to track in the environment

    • Jing YuJ

      Starling 2 Max TOF Depth Data Not Publishing

      Image Sensors
      • • • Jing Yu
      11
      0
      Votes
      11
      Posts
      625
      Views

      T

      @Jing-Yu This is the tof camera - the ring around it rotates. I'd watch the output on voxl-portal for TOF-IR as you're rotating it to see if it has any impact.

      3bf8773e-3633-49e3-b911-ee060a6a5dd4-image.png

    • L

      Using Mocap with ROS 2 for Starling 2

      Starling & Starling 2
      • • • labkit
      5
      0
      Votes
      5
      Posts
      698
      Views

      Ricardo MetralR

      I am having the exact same issue, if by any chance you see this @lakbit can you let me know if you found a solution since this thread?

    • S

      custom camera config for imx214

      Support Request Format for Best Results
      • • • skn256
      1
      0
      Votes
      1
      Posts
      69
      Views

      No one has replied