RID management class of the drone system. In order to meet the increasingly standardized drone regulatory requirements around the world, The drone in flight should be able to broadcast the identification and location of the operator and the drone.
Set the area code of country or area. The UAS remote identification function supported by the country or area can only be used after the corresponding area code is set.
Currently the supported country or area list and the supported function list is as follows:
USA: remote identification broadcast of drone
Japan: remote identification broadcast of drone, registration number of drone.
Frence: EID Switch
Note: This interface has been deprecated since MSDK 5.3.0. Please call setUASRemoteIDAreaStrategy instead of this function.
Set the area strategy, and the UAS remote identification function supported by the country or area can be used only after the corresponding area strategy is set. After MSDK obtains the area code of the current area, it will set the corresponding area strategy by default. If you need to set other area strategy for development, you can call this interface to set the corresponding area strategy to make it take effect.
Currently the supported country or area list and the supported function list is as follows:
USA: remote identification broadcast of drone
Japan: remote identification broadcast of drone, registration number of drone.
Enable or disable the EID function. After this function is enabled, the drone will broadcast the EID. EID is an electronic ID standard dedined by Frence. The value is the flight control SN of the drone. The prefix 1581F means it is a droen produced by DJI. For DJI flight control SN that is not starting with 1581F, 1581F should be added to the flight control SN. For example:
For M300 RTK, this value is 1581F + the flight control SN(KeySerialNumber)+ 0
for M350 RTK, M30 and M3E Series, this value is the flight control SN(KeySerialNumber)
Set the registration number based on the drone management policies and regulations of different countries.
The drone registration number application entrance of Japan: https://www.dips.mlit.go.jp,无人机注册码的格式为:{"registration_code":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","key_info":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","nonce_info":"xxxxxxxxxxxx"},设置了无人机注册码以后,isBroadcastRemoteIdEnabled将会被开启。