hello,
i have got my esp32s2 module with a running version of DroneBridge having an valid wifi access point. My query is what can i do with this connection to the flight controller. Is it that I can send just some Mavlink commands from esp32 to pixhawk f.c wirelessly or is there something else I can do with such a DroneBridge application .
With DroneBridge on the ESP32S2 you basically get a transparent MAVLink bridge over Wi-Fi. That means you can do more than just send a few commands — you can connect QGC or MAVSDK over the link, send/receive full MAVLink telemetry, control the drone, stream data, or even use it as a base for custom apps. In short: it works like a wireless MAVLink pipe between Pixhawk and your ground station.