ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Groups
    3. ModalAI Team
    Group Details Private

    ModalAI Team

    Member List
    adminA admin
    modaltbM modaltb
    Chad SweetC Chad Sweet
    tomT tom
    James StrawsonJ James Strawson
    Matthew BorowskiM Matthew Borowski
    zauberflote1Z zauberflote1
    Jaroslav RichtersJ Jaroslav Richters
    Maxwell SchaeferM Maxwell Schaefer
    JacobJ Jacob
    wilkinsafW wilkinsaf
    Avery CuevasA Avery Cuevas
    N Nathan Raras
    Zachary Lowell 0Z Zachary Lowell 0
    Zachary LowellZ Zachary Lowell
    Daniel MellingerD Daniel Mellinger
    Jacob CamarilloJ Jacob Camarillo
    Dobry KolaczD Dobry Kolacz
    Cliff WongC Cliff Wong
    Jeremy SchmidtJ Jeremy Schmidt
    • RE: Tap UART TX (RC) pin signal elsewhere

      Hi @TomP
      Looking pretty grim...
      That specific signal is all buried at least 3-7 layers deep directly from that pad and it hits other BGA devices right in the pad.... no exposed traces, no exposed pins at all...
      You'll have to find a different UART port or some other plan B.... sorry.

      posted in VOXL 2 Mini
      VinnyV
      Vinny
    • RE: Tap UART TX (RC) pin signal elsewhere

      Hi @TomP
      I'll look right now, but can you please also send me a zoom in clearer picture of that area?
      I think I see other damaged parts, so I want to double check and advise what else could be impacted.

      Thanks!

      posted in VOXL 2 Mini
      VinnyV
      Vinny
    • RE: VOXL2 mini J3 connector (USB3) not working well with external storage for data logging

      Hi @jonathankampia
      Can you please post some pics of your setups?
      I cannot tell exactly how you are using J3, and which version of VOXL 2 Mini do you have? M0104 or the new rounded corner M0204 with fixed SS lines?

      Do you have a spec of the SSD you are trying to use? What other 5V peripherals are you using. We could be pulling too much current, since V2 Mini only has 900mA TOTAL 5V support so other 5V peripherals will eat into that budget.

      Thanks!
      Vinny

      posted in Ask your questions right here!
      VinnyV
      Vinny
    • RE: USBC Port as Ethernet interface

      @Huynh-Gremsy You cannot connect peripherals to the USBC port in that way, you'll have to use one of our add-on boards that breakout USB ports

      posted in Qualcomm Flight RB5 5G Drone
      tomT
      tom
    • RE: Ethernet Dongle

      @Huynh-Gremsy Apologies, didn't realize you were trying to use the usb-c port, see Vinny's comment here:

      https://forum.modalai.com/post/8501

      posted in VOXL 2
      tomT
      tom
    • RE: Stinger VRX not turning on

      @Grier Do you have another USB-C to HDMI converter that you could try?

      posted in Support Request Format for Best Results
      Jacob CamarilloJ
      Jacob Camarillo
    • RE: GPS not connecting

      @roy-crosthwaite Can you swap GPS units with the working one and verify that it fixes the issue?

      posted in Starling & Starling 2
      Eric KatzfeyE
      Eric Katzfey
    • RE: Recording RoyaleRecordingFile format from the ToF

      @Rowan-Dempster ,

      Here is where the raw data from the TOF sensor comes into voxl-camera-server : https://gitlab.com/voxl-public/voxl-sdk/services/voxl-camera-server/-/blob/dev/src/hal3_camera_mgr.cpp?ref_type=heads#L1242

      The data is in the MIPI12 packed format. The TOF library expects RAW16 format, so the data is converted from MIPI12 to RAW16 and fed into the TOF processing library. It is possible that dumping the RAW data is what RRF recording would be doing, so you could add that functionality to camera server to write the raw data to file. I could also help with publishing the RAW12 data as is to a mpa channel, so you can log it outside of the camera server (for example using voxl-record-raw-image utility. You could clarify with PMD if that would work (in other words, you would need to know the log format of the RRF recording)

      We have not tried enabling the raw data logging. However, if you know what function needs to be called within PMD library (maybe you just enable logging, and it does everything for you), you should be able to add it somewhere in the TOF init code, maybe here : https://gitlab.com/voxl-public/voxl-sdk/services/voxl-camera-server/-/blob/dev/src/tof_interface.cpp?ref_type=heads#L982

      You can find the API header files for Royale / Spectre in /usr/include/royale either on VOXL2 directly on in /opt/sysroots/qrb5165_1/usr/include/royale the voxl-cross:V4.4 docker.

      Hopefully that helps!

      Alex

      posted in Image Sensors
      Alex KushleyevA
      Alex Kushleyev
    • RE: ESC Tuning parameters availablility

      Hello @Aaky ,

      If you have a new motor / prop, please follow these instructions for initial tuning : https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-esc/-/blob/master/voxl-esc-tools/calibration.md?ref_type=heads

      We don't have this specific motor / propeller combo, but if you send a link where I can purchase these, I would be happy to do a tuning pass and some testing for you.

      Alex

      posted in ESCs
      Alex KushleyevA
      Alex Kushleyev
    • RE: Incomplete file in voxl-opencv

      @Rupesh , this is a typo in the instructions -- you should not need to install any build deps for this project, as the opencv build script will do everything that's needed.

      Please try skipping this step.

      Alex

      posted in VOXL 2
      Alex KushleyevA
      Alex Kushleyev