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.
European: remote identification broadcast of drone, registration number of operator.
China: remote identification broadcast of drone, real name.
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,Format of drone registration code:{"registration_code":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","key_info":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","nonce_info":"xxxxxxxxxxxx"}, After setting the drone registration code, isBroadcastRemoteIdEnabled will be enabled.
Update the real name system status to the aircraft from the China UOM system. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, starting from January 1, 2024, any flying drone purchased and activated after this date to fly in mainland China will need to register with a real name on the UOM system, and You need to be connected to the Internet to update the real name registration information to the aircraft, otherwise the aircraft will not be able to take off normally.
Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.
NOT AUTH, the aircraft will not be able to take off. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system.
Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.
VAILD_AUTH
VAILD AUTH, the aircraft can take off normally.
CANCELLED
CANCELLED, the registration information on the UOM system has been canceled and the aircraft will not be able to take off. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system.
Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.
NETWORK_ERROR
NETWORK ERROR, lease make sure the network is normal and try again
VERIFIED_AND_CANCLLED
VERIFIED AND CANCLLED, after the aircraft has been authenticated, the status on the UOM system has been canceled. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system.
Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.
UNSUPPORTED
The aircraft does not support the real name function.
NOT_ACTIVE_YET
The aircraft has not been activated. Please activate it with the DJI official APP first.
DONT_NEED_CHECK_REALNAME
The aircraft does not need the real name function.