Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to receive RemoteId info from other vehicles #21

Open
rmackay9 opened this issue Aug 18, 2022 · 2 comments
Open

Add ability to receive RemoteId info from other vehicles #21

rmackay9 opened this issue Aug 18, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@rmackay9
Copy link

It could be useful for various reasons to be able to receive the location of other drones that are publishing using a remote id. Some examples are:

  • warning the pilot of other drones in the area
  • object avoidance of other drones
  • automatic monitoring/filming of drones in the area
@rmackay9 rmackay9 added the enhancement New feature or request label Aug 18, 2022
@rmackay9 rmackay9 changed the title Add ability to receive RemoteId from other drones Add ability to receive RemoteId info from other vehicles Aug 18, 2022
@Junnicutt
Copy link

Does any of the esp32 c3 or s3 firmware currently used for opendroneid support receiving any opendroneid transmissions? Or is there a different firmware that would do this? I know the goal is something that can work easily on most cell phones but having esp32s able to receive could have lots of uses like vehicle to vehicle or long term monitoring of an area.

@friissoren
Copy link
Contributor

For the older ESP32 HW (non C3/S3), there is some receiver code available here: https://github.com/sxjack/uav_electronic_ids/tree/main/id_scanner

I haven't tested this. I don't know whether it can run both transmit and receive simultaneously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants