Skip to content

Combine signals from BT, NaN and Beacon if originating from the same drone #87

@friissoren

Description

@friissoren

The ESP32 HW is capable of transmitting BT4, BT5, NaN and Beacon simultaneously. This will show up as three separate drones in the list view though.

For Bluetooth, the receiver code can use the MAC address of the BT4 signals and match against the MAC address of the BT5 signals and combine the two. This happens already in the Android driver layers somewhere. This is not possible to combine with Wi-Fi. The Android NaN API doesn’t even give out the MAC address (just some auto-generated unique number) and the Beacon MAC is unlikely to be the same as the BT MAC. It seems that the NaN number doesn’t even stay fixed.

Try to see if it is possible for the app to scan e.g. the serial IDs and combine the received signals from BT, NaN and Beacon into a single drone item.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions