Skip to content

The samples show how to use WiFi Framework to receive and decode WiFi Drone Remote ID

Notifications You must be signed in to change notification settings

btframework/DroneRemoteId

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drone Remote ID demo applications

Starting from versions:

  • 7.18.0 Bluetooth Framework supports receiving and decoding Drone Remote ID (DRI) advertisement
  • 7.11.0 WiFi Framework supports receiving and decoding Drone Remote ID (DRI) advertisement

What is DRI

Remote ID is a system that allows drones to transmit identification and location information. This information can be received by other airspace participants, including authorities, pilots and the general public.

DRI systems use WiFi or Bluetooth to broadcast Remote ID data to close surroundings. This samples show how to use Bluetooth Framework and WiFi Framework to receive DRI. You can find more about Drone Remote ID on our site.

Please do not hesitate to contact us at support@btframework.com if you have any questions.

How to build

This project requires Bluetooth Framework 7.18.0 or newer and WiFi Framework 7.11.0 or newer.

  • Delphi samples is designed for Delphi/CBuilder (RAD Studio) 10
  • C++ samples is designed for Visual Studio 2015
  • .NET samples is designed for .NET Framework 4.0 and above and created in Visual Studio 2015