DroneBridge / ESP32

DroneBridge for ESP32. A secure & transparent telemetry link with support for WiFi and ESP-NOW. Supporting MAVLink, MSP, LTM or any other protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QGC stuck at "Reading params"

GeorgeFlorian opened this issue · comments

After weeks of trying to make this work I still can't get any parameters from the drone.

I have tried TCP and the QGC gets stuck at reading parameters.
I have tried UDP and the QGC gets stuck at reading parameters.

If and when I can connect to the softAP and establish a connection (TCP or UDP) with the ESP I get nothing from the drone.

These are the Drone settings:
settings

I've tried both MavLink v1 and v2

The drone ports is on 3v3.
3v3

Nothing works.

@seeul8er Any thoughts on this ?

The code is pretty old now - seems like the recent release broke some stuff. I really do not have much time at hand. I guess the HTTP Server part needs a complete rewrite to finally fix things. I think it is also a good idea to remove parts of the UDP server. That should make it simpler and more robust.
I see what I can come up with till the end of this week.

Fixed in release v1.0 - #21