opendroneid / receiver-android

Example Android receiver application for unmanned aircraft Remote ID
Apache License 2.0
186 stars 61 forks source link

Don't know if this is an issue or a mistake from me #45

Open simon88 opened 2 years ago

simon88 commented 2 years ago

Hi,

I'm using opendroneid in esp32 I use Beacon Wifi ( I send all packet every 900ms. ID, location, SelfID and authentification ) If I sniff with Wireshark everything works I have a packet every 900ms and I use wireshark-dissector to analyse packages data and everything is good. But when I use receiver-android the application takes time before displaying the drone, and tkae lot of time before update last seen data in Info page about the drone, the receiver is next to the drone. So my question is wich part is used to detect data in receiver-android AuthMessage ? Normally I should see the last seen field update nerly 1s if I send full packet every 900ms

friissoren commented 2 years ago

What you are seeing might be related to this discussion: https://github.com/sxjack/uav_electronic_ids/issues/9

Unfortunately, it was never really cleared up what exactly is happening. It seems to only happen for some phone models. If you are able to get to the root cause of this, please do drop a comment in either of these two issues.