# Flight Deck with Microhard Radio not connecting to QGC

Source: https://forum.modalai.com/topic/36/flight-deck-with-microhard-radio-not-connecting-to-qgc
Category: ESCs, Sensors and Accessories (https://forum.modalai.com/category/15/escs-sensors-and-accessories)
Tags: microhard
Posted: 2020-11-02 05:44:02 UTC by Daniel Ryu
Replies: 12 · Views: 2813

## Daniel Ryu · 2020-11-02 05:44:02 UTC

Following this guide [here](https://docs.modalai.com/microhard-add-on-manual/#connecting-to-qgroundcontrol), I was able to connect one microhard radio from my PC to one wired to the flight deck. With VOXL shell, I was able to ping the PC's ip address. As per the guide, I updated the qgc_ip field in voxl-vision-px4.conf to my PC's ip address and reset the px4 service. However, QGC is still unable to find the drone. Any tips on what I am missing to have QGC find the drone?

As a further note, when the Flight Deck is connected by wire to the PC (USB to QGC), my PC locates and connects to the drone.

volx-vision-px4.conf
![32c004b1-3861-4cc3-bd3c-57cb05ddf3c9-image.png](https://forum.modalai.com/assets/uploads/files/1604295094574-32c004b1-3861-4cc3-bd3c-57cb05ddf3c9-image.png) 

Pinging computer IP:
![90f2ff45-e3ac-49c1-8f0b-ce3921893141-image.png](https://forum.modalai.com/assets/uploads/files/1604295574736-90f2ff45-e3ac-49c1-8f0b-ce3921893141-image.png) 

PC Microhard radio IP: 192.168.168.1
VOXL Microhard radio IP: 192.168.168.2

## Reply by tom (ModalAI staff) · 2020-11-02 18:00:30 UTC

Hi @Daniel-Ryu ,

One thing I would recommend doing is setting up the voxl-vision-px4 service using `voxl-configure-vision-px4`. It's possible that voxl-vision-px4 is in a weird state and this can help reset it and flush out any issues. 

Another thing to check is to turn off all other networks on your PC side of things, i.e. WiFi and any other ethernet connections you may have connected. They can sometimes interfere with things depending on their settings.

Let me know if this solution helps.

## Reply by Daniel Ryu · 2020-11-06 07:22:28 UTC (in reply to tom)

@tom ran voxl-configure-vision-px4 as per the instructions [here](https://docs.modalai.com/microhard-add-on-manual/#connecting-to-qgroundcontrol) and disabled all other networks. No change in situation. Since I can ping from the Flight Deck (using adb shell) to my laptop running QGC, I'm wondering whether the QGC connection service on the Flight Deck can even find the Microhard radio its connected to. Does this sound plausible? Let me know if there are any pictures/screenshots I can upload that would help diagnose this issue.

## Reply by Chad Sweet (ModalAI staff) · 2020-11-06 15:16:57 UTC

This is pretty broadly used, so maybe some configuration has gotten wonky. Can you please share which version of software you are using? https://docs.modalai.com/voxl-utils/#voxl-version

## Reply by Daniel Ryu · 2020-12-23 20:13:29 UTC

![Screenshot from 2020-12-23 12-11-58.png](https://forum.modalai.com/assets/uploads/files/1608754401785-screenshot-from-2020-12-23-12-11-58.png)

## Reply by Daniel Ryu · 2020-12-23 20:15:42 UTC

If it helps, when connected to the flight deck via wifi following the quickstart on m500, my laptop QGC can connect to the flight deck

## Reply by tom (ModalAI staff) · 2020-12-23 22:53:52 UTC

Hi @Daniel-Ryu,

Can you post the output from `ifconfig` on both your PC and VOXL when everything is powered on.

## Reply by tom (ModalAI staff) · 2020-12-23 22:54:38 UTC

And could I also see the status of voxl-vision-px4 using `systemctl status -l voxl-vision-px4`

## Reply by Daniel Ryu · 2020-12-29 02:31:58 UTC

![Screenshot from 2020-12-28 18-29-17.png](https://forum.modalai.com/assets/uploads/files/1609209100508-screenshot-from-2020-12-28-18-29-17.png) ![Screenshot from 2020-12-28 18-29-45.png](https://forum.modalai.com/assets/uploads/files/1609209100459-screenshot-from-2020-12-28-18-29-45.png) ![Screenshot from 2020-12-28 18-30-47.png](https://forum.modalai.com/assets/uploads/files/1609209100544-screenshot-from-2020-12-28-18-30-47.png)

## Reply by Daniel Ryu · 2020-12-30 21:59:07 UTC (in reply to tom)

@tom forgot to tag your name

## Reply by tom (ModalAI staff) · 2021-01-04 20:44:57 UTC

Hi @Daniel-Ryu ,

From the screenshots you provided it looks as though your ground control station has the IP address of `192.168.168.108` while in `voxl-vision-px4.conf` you have it set to `192.168.168.109`. It is possible that the IP address of your ground control station changed after a reboot and voxl-vision-px4 is still looking for the old IP. 

To prevent this problem in the future you should be able to set a static IP for your wired connection on your Ubuntu ground station.

## Reply by Daniel Ryu · 2021-01-05 19:24:41 UTC

@tom That was the problem! Thank you

## Reply by tom (ModalAI staff) · 2021-01-05 20:36:27 UTC (in reply to Daniel Ryu)

@Daniel-Ryu Great to hear! I appreciate your patience with this.
