ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. benjamin linne
    3. Topics
    B
    • Profile
    • Following 1
    • Followers 0
    • Topics 7
    • Posts 26
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by benjamin linne

    • B

      5G modem USB hub dropout on 3.0 but not 2.0

      Support Request Format for Best Results
      • • • benjamin linne
      4
      0
      Votes
      4
      Posts
      393
      Views

      VinnyV

      Hi @benjamin-linne
      Generally, our pinouts are listed on our docs pages, not industry forums, unless an actual physical connector standard is used.
      However, in this case, we did mimic our JSTs to follow the USB pin ordering, so that is correct.
      However, for general purpose pinouts, always refer to our tech docs:
      https://docs.modalai.com/5G-Modem-datasheet/

      That being said, it seems like a classic intermittent cable issue. What kind of cable are you using?

    • B

      RB5 3rd part ESC support

      Qualcomm Flight RB5 5G Drone
      • • • benjamin linne
      2
      0
      Votes
      2
      Posts
      224
      Views

      modaltbM

      Hi @benjamin-linne,

      Supporting more ESCs in the future is definitely on the roadmap, but no hard timelines to provide.

      In general, the current ESC is interfaced with a UART based driver, eg. here:
      https://github.com/modalai/px4-firmware/blob/v1.2.x-modalai-rb5-flight-alpha/src/drivers/uart_esc/modalai_esc/modalai_esc_serial.cpp#L50

      This UART itself actually resides in the DSP, so it's customizable but we need to get a bit more docs up for this to make it achievable for others!

    • B

      RB5 WiFi antennas

      Ask your questions right here!
      • • • benjamin linne
      3
      0
      Votes
      3
      Posts
      257
      Views

      B

      Thanks! I think there was some confusion about which connector to plug into, but that clarifies it. Also, any reason why the RB5 ships with a different antenna type than the VOXL?

    • B

      voxl communications completely locking up

      VOXL
      • • • benjamin linne
      20
      0
      Votes
      20
      Posts
      989
      Views

      Eric KatzfeyE

      The kernel build is posted at https://gitlab.com/voxl-public/system-image-build/voxl-build

    • B

      voxl-vision-px4 crashing potentially when px4 cpu load too high

      VOXL
      • • • benjamin linne
      4
      0
      Votes
      4
      Posts
      443
      Views

      James StrawsonJ

      This is a known bug that was fixed in voxl-vision-px4 v0.8.8 which is currently on the development repo, scheduled to be merged into the stable repo in a week or so.

      The bug is not caused by PX4, it was due the the handling of the specific mavlink packet containing console data. It should behave normally when not using the PX4 console.

    • B

      Alternative voltage/current reading

      VOXL Flight
      • • • benjamin linne
      4
      0
      Votes
      4
      Posts
      273
      Views

      modaltbM

      I think it's going to be a coding effort on your end to get this going. It's not something that's used out of the box (e.g. route ESC voltage as a battery voltage).

      My only experience has been when we created our power module driver, here:
      https://github.com/PX4/PX4-Autopilot/tree/master/src/drivers/power_monitor/voxlpm

      On the top of my head, you could modify the driver above, instead of querying I2C to our power module, you could just subscribe to your ESC messages in there, and covert that to a power monitor message perhaps!

      More info:

      https://docs.px4.io/master/en/config/battery.html

    • B

      Voxl-Flight adb not working but fastboot works

      VOXL Flight
      • • • benjamin linne
      7
      0
      Votes
      7
      Posts
      483
      Views

      Chad SweetC

      Thanks for reporting! We definitely recommend a 6A regulator like the APM ships with the boards. The board will typically use <2A but there are transient peaks when frequencies are changed and definitely on boot.