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

    Topics created by v_v_ramarao

    • V

      Microhard PMDDL with Voxl2 mini... need help

      Microhard Modems
      • • • v_v_ramarao
      2
      0
      Votes
      2
      Posts
      63
      Views

      tomT

      @v_v_ramarao I don't think we can answer this, it would likely be worth reaching out to the Microhard support team

    • V

      Unstablr Baro in Voxl 2 mini

      Ask your questions right here!
      • • • v_v_ramarao
      14
      0
      Votes
      14
      Posts
      370
      Views

      Alex KushleyevA

      We have added support of the following barometers to voxl-dev branch of px4-firmware repo and you should be able to pick up the change tomorrow in the latest nightly build:

      bmp280 bmp388 ms5611

      http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/ (look for voxl-px4 and check build date).

      the new barometers can be enabled connected to J19 (px4 i2c port 1, so -b 1) and modifying voxl-px4-start script:

      qshell bmp280 start -X -b 1 qshell bmp388 start -X -b 1 qshell ms5611 start -X -b 1

      You should disable the onboard barometer icp101xx, otherwise there may be a conflict where two barometers are publishing under the same instance (at least when viewed with px4-listener). We will investigate this issue.

      Alex