ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. José Quintanilla
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 36
    • Posts 72
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by José Quintanilla

    • José QuintanillaJ

      Is it possible to do a multiple camera streaming in the VOXL m500?

      Ask your questions right here!
      • • • José Quintanilla
      1
      0
      Votes
      1
      Posts
      95
      Views

      No one has replied

    • José QuintanillaJ

      How can I update or install python libraries inside my VOXL m500

      Ask your questions right here!
      • • • José Quintanilla
      2
      0
      Votes
      2
      Posts
      105
      Views

      ModeratorM

      https://docs.modalai.com/mavsdk-0_9/

    • José QuintanillaJ

      How can I update the mavsdk library inside the drone

      Ask your questions right here!
      • • • José Quintanilla
      1
      0
      Votes
      1
      Posts
      118
      Views

      No one has replied

    • José QuintanillaJ

      How can I copy a file from my drone to my computer?

      Ask your questions right here!
      • • • José Quintanilla
      2
      0
      Votes
      2
      Posts
      133
      Views

      ModeratorM

      @José-Quintanilla https://adbshell.com/commands/adb-pull

    • José QuintanillaJ

      I cant use pip to install a library on my m500

      Ask your questions right here!
      • • • José Quintanilla
      7
      0
      Votes
      7
      Posts
      248
      Views

      José QuintanillaJ

      @tom Thanks

    • José QuintanillaJ

      Can I send data through the j1006 port and read it with python?

      Ask your questions right here!
      • • • José Quintanilla
      5
      0
      Votes
      5
      Posts
      216
      Views

      José QuintanillaJ

      @tom I was able to pug the hardware to the expansion board that goes to the j13 port of the voxl flight,

      lsusb the one im using is the Bus 001 Device 002: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter

      Screenshot from 2023-10-25 18-45-49.png

      the success connection of the hardware
      conection_succes.jpeg

      the setup

      setup.jpeg

    • José QuintanillaJ

      Error while voxl-logger --cam stereo -cam dfs_disparity

      Ask your questions right here!
      • • • José Quintanilla
      1
      0
      Votes
      1
      Posts
      72
      Views

      No one has replied

    • José QuintanillaJ

      pre-arm check failed after enable the dfs service

      Ask your questions right here!
      • • • José Quintanilla
      1
      0
      Votes
      1
      Posts
      64
      Views

      No one has replied

    • José QuintanillaJ

      How can I trouble shoot my stereo cameras?

      Ask your questions right here!
      • • • José Quintanilla
      1
      0
      Votes
      1
      Posts
      68
      Views

      No one has replied

    • José QuintanillaJ

      Can you connect a ultrasoninc sensor to a VOXL?

      Ask your questions right here!
      • • • José Quintanilla
      4
      0
      Votes
      4
      Posts
      123
      Views

      Eric KatzfeyE

      @José-Quintanilla https://gitlab.com/voxl-public/voxl-sdk/core-libs/libapq8096-io

    • José QuintanillaJ

      Which 4g module can I use on the m500?

      Ask your questions right here!
      • • • José Quintanilla
      4
      0
      Votes
      4
      Posts
      94
      Views

      tomT

      @José-Quintanilla WP7610 or RC7611 should work for you

    • José QuintanillaJ

      Incoherence in the vi extrinsics.conf for my m500

      Ask your questions right here!
      • • • José Quintanilla
      1
      0
      Votes
      1
      Posts
      102
      Views

      No one has replied

    • José QuintanillaJ

      qvio server says low features

      Ask your questions right here!
      • • • José Quintanilla
      2
      0
      Votes
      2
      Posts
      132
      Views

      Chad SweetC

      Please refer to the troubleshooting documentation https://docs.modalai.com/flying-with-vio/#troubleshooting-vio

    • José QuintanillaJ

      In odometry my m500 doesn't detect x and y and the z axis is not detecting the altitude correctly

      VOXL m500 Reference Drone
      • • • José Quintanilla
      1
      0
      Votes
      1
      Posts
      99
      Views

      No one has replied

    • José QuintanillaJ

      voxl-camera-server sudendly crash m500

      Ask your questions right here!
      • • • José Quintanilla
      1
      1
      Votes
      1
      Posts
      109
      Views

      No one has replied

    • José QuintanillaJ

      How can I use MAVLINK to obtain odometry values

      Ask your questions right here!
      • • • José Quintanilla
      2
      0
      Votes
      2
      Posts
      155
      Views

      José QuintanillaJ

      @tom @Chad-Sweet

    • José QuintanillaJ

      My m500 doesn't connect to qground control

      Ask your questions right here!
      • • • José Quintanilla
      9
      0
      Votes
      9
      Posts
      246
      Views

      José QuintanillaJ

      @tom Thanks, I will try it

    • José QuintanillaJ

      VOXL-Factory reset

      Ask your questions right here!
      • • • José Quintanilla
      2
      0
      Votes
      2
      Posts
      95
      Views

      tomT

      @José-Quintanilla Follow the steps here to install the latest release: https://docs.modalai.com/platform-releases/#install

      SDK 0.9.5 is the latest at the moment and can be downloaded from downloads.modalai.com

    • José QuintanillaJ

      Does anyone know how to make a factory reset to the M500 drone?

      Ask your questions right here!
      • • • José Quintanilla
      1
      0
      Votes
      1
      Posts
      66
      Views

      No one has replied

    • José QuintanillaJ

      Issues with SFTP with python

      Software Development
      • • • José Quintanilla
      2
      0
      Votes
      2
      Posts
      125
      Views

      Alex KushleyevA

      I believe you first need to enable SFTP functionality in ssh server on the drone, for example https://www.pcwdld.com/setup-sftp-server-on-ubuntu seems to provide instructions (i did not verify the correctness of the instructions).

      A better solution, in my opinion, would be to use scp from your python client. You can copy the ssh key directly to the drone, so you don't have to enter the password in the script. Then you could call the scp command directly from Python using a system call or using Paramiko like in this example : https://stackoverflow.com/questions/250283/how-to-scp-in-python . Installing the ssh key on the drone will avoid storing plain text password on your PC.

      Is there a reason why you are trying SFTP instead of SCP?