
Leon
- Total activity 190
- Last activity
- Member since
- Following 0 users
- Followed by 9 users
- Votes 0
- Subscriptions 144
Activity overview
Latest activity by Leon-
Leon created an article,
Not support [Use Uart And Network Device] link config on [Matrice 300 Series] and [Extension Port Type].
This is because the OSDK port of the M300 model does not support the NETWORK link, but only supports ONLY_UART or UART&BULK. Please modify it in the dji_sdk_config.h file.
-
Leon created an article,
What links do the M4E/T models support?
M4E/T models support DJI_USE_ONLY_UART, DJI_USE_UART_AND_USB_BULK_DEVICE, and DJI_USE_UART_AND_NETWORK_DEVICE links.
-
Leon created an article,
What links does M3TD/D support?
The M3TD/D models only support the DJI_USE_ONLY_UART and DJI_USE_UART_AND_USB_BULK_DEVICE links. Other links are not supported and there is no plan to support them.
-
Leon created an article,
How many SDK certified chips did you purchase?
The SDK encryption chip purchased from the mall/agent is 50 pcs unless otherwise specified.
-
Leon created an article,
L2 may fail to download RTK file and SIG file
The reason is that RTK files need to be compatible with post-caching logic and complex waypoint route functions. .RTK services can be triggered by taking photos or point cloud recording services. I...
-
Leon created an article,
DJI Assistant2 (DA2) does not have the bind button
1. You can first confirm the port where PSDK is running. If PSDK is running on the E-Port port or OSDK port (or using the E-Port development kit connection), binding is not required. Only when usin...
-
Leon created an article,
X-Port PTZ is shaking
X-Port gimbal jitters are generally caused by the following three types: 1. No load, that is, no load is hung. This will cause X-Port gimbal jitter, which is normal. We recommend that when debuggin...
-
Leon created an article,
Some developers may encounter "L2 probabilistically does not generate RTK file SIG file"
The reason is that RTK files need to be compatible with post-caching logic and complex waypoint route functions. .RTK services can be triggered by taking photos or point cloud recording services. I...
-
Leon created an article,
PSDK static library application process
Some developers may find that the official PSDK package or network disk does not contain the platform static library they use. Due to the need to streamline the size of the development package, som...
-
Leon created an article,
How does PSDK know the RTK convergence status?
You can subscribe to the DJI_FC_SUBSCRIPTION_TOPIC_RTK_POSITION_INFO TOPIC. If the value is 50, it means that RTK has converged. The larger the number, the more accurate the positioning.