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

    Topics created by Francesco Jacomel

    • Francesco JacomelF

      Unable to connect to QGroundControl

      Qualcomm Flight RB5 5G Drone
      • • • Francesco Jacomel
      5
      0
      Votes
      5
      Posts
      919
      Views

      ?

      Hi @Francesco-Jacomel,

      We are having a hard time reproducing your issue on our end. Here are the steps we took in order to connect to QGroundControl (Mobile - iPhone) Version 4.0.10

      Setup wifi on RB5 by modifying the /data/misc/wifi/wpa_supplicant.conf with our wifi, rebooting the RB5, and connecting our mobile device to the same network which we had setup on the RB5 Open QGroundControl on our mobile device and wait for a connection

      Following these steps we were able to successfully connect. If these steps were also taken on your end then we think there may be a UDP broadcasting conflict that is causing the issue. We can troubleshoot this by having you make some modifications to your full-m0052.config file on target.

      You'll want to disable MAV_BROADCAST as well as add your Iphone's IP in the /etc/modalai/full-m0052.config file on target. Configure this file in the appropriate section so it looks as follows:

      # This is needed for altitude and position hold modes flight_mode_manager start # Add this line to disable MAV_BROADCAST param set MAV_BROADCAST 0 # Edit this line to add your phones IP mavlink start -x -u 14557 -r 40000 -t <Iphone IP> mavlink start -u 14556 -t 127.0.0.1 -n lo -m custom sleep 1 mavlink stream -u 14557 -s HIGHRES_IMU -r 5 mavlink stream -u 14557 -s ATTITUDE -r 5 mavlink stream -u 14557 -s RC_CHANNELS -r 20 sleep 1

      Make sure to fill in the IP with your mobile phones IP. On an IPhone you can get the IP by going to settings>Wi-Fi and clicking the info button on your network. After configuring these parameters reboot your RB5 and open the QGC application on the mobile phone and see if the issue is still present.

      Thank you for being patient with us. If needed, we can also arrange a phone call to try and further troubleshoot this issue.

    • Francesco JacomelF

      RB5 unable to connect to hotspot

      Qualcomm Flight RB5 5G Drone
      • • • Francesco Jacomel
      11
      0
      Votes
      11
      Posts
      661
      Views

      tomT

      @justinGE This is good information, thanks for sharing!

    • Francesco JacomelF

      Can I control the drone through 5G (No Spektrum Transmitter) ?

      Qualcomm Flight RB5 5G Drone
      • • • Francesco Jacomel
      6
      0
      Votes
      6
      Posts
      417
      Views

      Francesco JacomelF

      @tom said in Can I control the drone through 5G (No Spektrum Transmitter) ?:

      /etc/systemd/system/rb5-net-check.service

      Thank you @tom ! It worked!