ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Djalma Ribeiro
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 27
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Djalma Ribeiro

    • D

      How to install and configure OpenVPN?

      Ask your questions right here!
      • • • Djalma Ribeiro
      37
      0
      Votes
      37
      Posts
      2653
      Views

      tomT

      @Djalma-Ribeiro You can create a systemd service file and enable it to run on boot and have it execute the OpenVPN connection command.

      Here is an example on how we have used it in the past on a VOXL:

      [Unit] After=voxl-time-sync.service Requires=voxl-time-sync.service [Service] Type=forking ExecStartPre=/bin/sleep 2 ExecStart=/usr/sbin/openvpn --script-security 2 --daemon --config /etc/openvpn/KEY_FILE [Install] WantedBy=default.target

      Won't be exactly the same as above but that's the general idea.

    • D

      How to edit full-m0052.config file?

      Qualcomm Flight RB5 5G Drone
      • • • Djalma Ribeiro
      11
      0
      Votes
      11
      Posts
      557
      Views

      tomT

      @Djalma-Ribeiro Awesome thank you, just wanted to make sure your RB5 had the SDK loaded properly, which it does.

      It's not absolutely necessary to upgrade the SDK, if you do want to you can follow the steps here: https://docs.modalai.com/Qualcomm-Flight-RB5-sdk-installation/#how-to-upgrade

      One note, if you try to upgrade the SDK while PX4 is running it will fail. So in order to upgrade the SDK you would have to disable PX4 from starting systemctl disable rb5-px4-start and then reboot your drone before upgrading your SDK.