# Flight core integrate with a Wifi module？

Source: https://forum.modalai.com/topic/1109/flight-core-integrate-with-a-wifi-module
Category: Flight Core and Legacy VOXL (https://forum.modalai.com/category/9/flight-core-and-legacy-voxl)
Tags: flight-core
Posted: 2022-07-11 21:10:40 UTC by DarkKnightCH
Replies: 2 · Views: 1528

## DarkKnightCH · 2022-07-11 21:10:40 UTC

Hi, is it possible that I buy a Wifi module and connect it to the Telem2 port in flight core so that the QGC in my laptop can communicate with PX4 through this Wifi? and in this case, my laptop will work as the companion computer instead of the VOXL.

## Reply by Steve Turner · 2022-07-20 05:17:17 UTC

Not out of the box -- you would need software running on the WiFi module to turn the serial/UART into packets to send over wifi in much the same way the VOXL does through `voxl-vision-px4` and the mavlink server.

Something like https://www.seeedstudio.com/grove-uart-wifi-v2-esp8285.html?gclid=CjwKCAjwrNmWBhA4EiwAHbjEQAItVDD1g2yzKCTEn6CQgcpUFMOcq_KO3P3pyJJhrzkPx51yIZ2hCRoCrg4QAvD_BwE might work, but I haven't tried. Or a similar ESP-based board with a UART and Wifi included. Ublox makes the Nina line of chips as well that you could build something to do this for you.

## Reply by m4v3r · 2023-03-04 12:58:26 UTC

Hey the answer is yes.
I use [DroneBridge for ESP32](https://github.com/DroneBridge/ESP32) but I believe there's a ton of other similar mavlink apps for ESPs.
cheers
