# Red blinking light when connecting WiFi

Source: https://forum.modalai.com/topic/403/red-blinking-light-when-connecting-wifi
Category: Development Drones (https://forum.modalai.com/category/44/development-drones)
Tags: m500
Posted: 2021-08-18 14:45:55 UTC by Ward Javoronok
Replies: 21 · Views: 6499

## Ward Javoronok · 2021-08-18 14:45:55 UTC

I have the VOXL M500. I am trying to fly it over a windows machine. I have downloaded Q Ground Control. I plugged in the battery to the drone. The Pixhawk 4 antenna blinks red. I have not seen it blink green shown in the quick start video. I can see VOXL on my computer. It wont connect. Please advise on how to connect the drone to my computer and do a test flight.

## Reply by modaltb (ModalAI staff) · 2021-08-18 16:42:26 UTC

Hi @Ward-Javoronok ,

How are you trying to connect?  Over WiFi or over USB?

Thanks!

## Reply by modaltb (ModalAI staff) · 2021-08-18 16:43:17 UTC

Also, what battery type?  We ship with 4S parameters, so the red LED might be simply a low battery warning due to a different battery layout.

## Reply by Eric Katzfey (ModalAI staff) · 2021-08-18 16:43:27 UTC

What do you mean when you say that you can see VOXL on your computer? Is that via adb or WiFi? And when you say it won't connect, are you referring to PX4 on the drone not connecting to QGroundControl?

## Reply by Ward Javoronok · 2021-08-19 18:00:10 UTC

Hi Guys,
I'm trying to connect via WiFi. I can see VOXL on my WiFi networks and can connect to it. The connection symbol on my Windows machine turns from a signal symbol to a world symbol when I'm connected. Ground Control does not see the PX4 when it says connected. The battery  is: Zeee 5200mAh 50C 11.1V 3S RC Lipo Battery.

## Reply by modaltb (ModalAI staff) · 2021-08-19 18:18:36 UTC

hi @Ward-Javoronok ,

The red LED is likely the default PX4 setup stating that it sees a low battery, as our default config is for a 4S battery.  Until you change the battery param in QGC, it will likely be red (this not associated to connection between PX4 and QGC).

Once the m500 is on the same IP network as your windows machine, you need to configure the network settings such that the m500 sends traffic do your host system.

Have you see this page: https://docs.modalai.com/voxl-vision-px4-telemetry/

It describes how to setup the network parameters.  Note you need to adb onto the system over USB in order to modify these files: https://docs.modalai.com/setup-adb/

Also, Windows has firewall settings that can block connections, you'll likely want to turn off the windows firewall: https://docs.qgroundcontrol.com/master/en/Support/troubleshooting_qgc.html#waiting_for_connection

## Reply by Ward Javoronok · 2021-08-19 18:33:57 UTC

@modaltb said in [Red blinking light when connecting WiFi](/post/1940):
> m500 is on the same IP network as your windows machine

Can you help me set up m500 on the same IP network windows machine over a video call?

## Reply by modaltb (ModalAI staff) · 2021-08-20 02:44:23 UTC

Hey @Ward-Javoronok , before a call we need to get some basic functionality setup on your end that has a lot of good documentation.

One thing to note, is you can use a USB cable to get a connection between the m500 and QGC if you don't want do deal with networking.

This "USB to QGC" connector (likely this connector is blue on your end):

![14cfd885-d4d0-4fc2-a70f-42e935fbf45e-image.png](https://forum.modalai.com/assets/uploads/files/1629427404378-14cfd885-d4d0-4fc2-a70f-42e935fbf45e-image.png) 

If you want to continue with the networking route:

- Can you "adb" onto the m500?  We can use this to update config files.  If not: 
  https://docs.modalai.com/setup-adb/

- Are you using the m500 in "Access Point" mode or in "Station" mode?  If out of the box, then you are using "Access Point".  
  https://docs.modalai.com/wifi-setup/

## Reply by Ward Javoronok · 2021-08-20 12:41:17 UTC

Thanks for working with me. Is ADB: android debug bridge? I’m using the out of box mode. I guess it’s access point.

## Reply by modaltb (ModalAI staff) · 2021-08-20 12:50:53 UTC

No problem!  We are generally on Ubuntu so our docs are geared towards that, but we test on Windows setups, and besides the possible firewall issue (if using WiFi), then it should be OK.

Yes for android debug bridge on windows, check out this: https://www.xda-developers.com/install-adb-windows-macos-linux/#adbsetupwindows

I also forgot about a video that walks through the WiFi setup, it's using the 'guts' of the m500, but is relevant: https://www.youtube.com/watch?v=bQraPU4pFiY

## Reply by Ward Javoronok · 2021-08-20 13:22:34 UTC

I'm not good at this stuff yet but I will learn from you and share my learning with others. I'm excited to get this thing flying. I have spoken to Chad about my plans in building a solution for a large retail customer in Atlanta. I'm a sales guy hungry to learn this stuff and will be a good student of your direction. Forgive me if I ask novice questions.

## Reply by Ward Javoronok · 2021-08-23 20:57:12 UTC (in reply to modaltb)

@modaltb Do I need an Android devise to download ADB? I don't have an Android devise. Do I need ADB to connect the drone or program the drone?

## Reply by modaltb (ModalAI staff) · 2021-08-23 22:26:10 UTC

Hi @Ward-Javoronok ,

No need for Android, you can use Windows, you can install adb using this link: https://www.xda-developers.com/install-adb-windows-macos-linux/#adbsetupwindows

The "Android" term is used because the VOXL hardware is based off an Android phone in many ways, and these are developer tools used for this type of hardware.

If you just need a connection to QGC, you can use the little 4-pin JST to microUSB cable adapter that shipped with the m500 and connect it here: https://docs.modalai.com/flight-core-connections/#usb (note, you connector might be blue).

So if you just want to setup the Flight Controller (PX4), you can simply use this connection and avoid ADB.

## Reply by Ward Javoronok · 2021-08-25 13:03:57 UTC

I plugged in the JST microUSB connection into my computer with QGC opened. QGC does not see the m500. I tried to set up vehicle firmware but it is not QGC is not recognizing anything. I tried unplugging and plugging it in with QGC opened and tried rebooting QGC but neither worked.

## Reply by Ward Javoronok · 2021-08-25 14:42:12 UTC

Can we do a short video call now please?

## Reply by Adrian Hidalgo (ModalAI staff) · 2021-08-25 18:38:26 UTC (in reply to Ward Javoronok)

@Ward-Javoronok I'd be more than happy to do a video call with you. We can do a google meet if that works with you. You can join me here:
 To join the video meeting, click this link: https://meet.google.com/omu-vzvt-bhb
Otherwise, to join by phone, dial +1 585-286-3199 and enter this PIN: 465 086 254#
To view more phone numbers, click this link: https://tel.meet/omu-vzvt-bhb?hs=5

## Reply by Adrian Hidalgo (ModalAI staff) · 2021-08-25 18:42:51 UTC (in reply to Ward Javoronok)

@Ward-Javoronok Let me know when's a good time and we can chat

## Reply by Ward Javoronok · 2021-08-25 21:34:51 UTC

Great. Can we do tomorrow at 12 PM ET, 9 AM PT? If not, please suggest a call Tim tomorrow. I’m pretty much open tomorrow. Thank You!

## Reply by Adrian Hidalgo (ModalAI staff) · 2021-08-25 21:50:03 UTC

Tomorrow at 12ET, 0900PT works perfectly!
Talk soon

## Reply by Ward Javoronok · 2021-08-25 22:00:13 UTC

Great. I’ll join the Google meet link.

## Reply by Adrian Hidalgo (ModalAI staff) · 2021-08-26 19:42:38 UTC

Link to set up & first flight: https://docs.modalai.com/voxl-m500-getting-started/
There is no app, only url for this forum

## Reply by Ward Javoronok · 2021-08-27 20:56:37 UTC

Got it. Thanks.
