ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. mlarsen
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by mlarsen

    • M

      Jethro is rather old... any plans to move forward?

      Ask your questions right here!
      • • • mlarsen
      5
      0
      Votes
      5
      Posts
      279
      Views

      M

      @modaltb Great to know. I needed at least 2.1 to get layer support for RAUC. Which I hope ModalAI will support RAUC or SWUpdate out of the box at some point. Or another framework for OTA updates.

    • M

      Cannot connect QGroundControl to internal PX4 (VOXL2)

      VOXL 2
      • • • mlarsen
      3
      0
      Votes
      3
      Posts
      235
      Views

      M

      @Chad-Sweet I haven't tried. However, I manage to get it working by doing a factory reset configuration of the VOXL2. Don't know why it made a difference though.

    • M

      Futaba RC Receiver

      Ask your questions right here!
      • • • mlarsen
      4
      0
      Votes
      4
      Posts
      346
      Views

      M

      @Chad-Sweet I believe this is what I need. Thanks.

    • M

      Downloading PX4 ulog files

      VOXL 2
      • • • mlarsen
      2
      0
      Votes
      2
      Posts
      224
      Views

      modaltbM

      Hi @mlarsen ,

      If you're familiar with QGroundControl, similar to the pixhawks, you can use the Analyze > Logs feature to grab them (over an IP network not USB...)
      f8c31789-b1a1-4aa9-a498-d789ade3d86c-image.png

      We are also saving this on disk here on VOXL2, eg:

      voxl2:/$ cd /data/px4/log/ voxl2:/data/px4/log$ ls sess001 sess003 sess005 sess007 sess009 sess011 sess013 sess015 sess002 sess004 sess006 sess008 sess010 sess012 sess014 voxl2:/data/px4/log$ ls sess001 log001.ulg log002.ulg log003.ulg

      Using the USB connection over adb, you can pull from device to your host system, eg:

      adb pull /data/px4/log/sess001/log001.ulg .