DJI-Jerry on master
fix:reverse X and Y in download… Merge pull request #735 from DJ… (compare)
versionA3_32
const in DJI_Version.h
, but now seem to be stymied by not being able to activate without some sort of connection to DJI GO to rectify the New device
error. Using Lightbridge was not among our RC options. I also have the A3 connected to DJI Assistant 2 running on Mac. I had seen some thread about it being possible using Assistant running on a PC. Is this true? Are there any other ways to activate without a Lightbridge?
sudo usermod -a -G dialout $USER
commandHi. I've been trying to perform the M100's onboardSDK sample activation (https://developer.dji.com/onboard-sdk/documentation/github-platform-docs/PureQT/README.html) using QT Creator for Windows but it's not working. I typed the ID and Key pair obtained from DJI and then I opened the COM without any problems and received the following message:
STATUS QtOnboardsdkPortDriver::init,line 35: port COM5 open success
STATUS QtOnboardsdkPortDriver::init,line 42: BaudRate: 230400
Then, according to the tutorial from the link above (Activation - 7th step) I should click on the "version" button, but when I do absolutely nothing happens. There's no error nor any response from the application.
Ignoring this step, when I click on the "Activate" button, I get the following ERROR:
ERROR DJI:nboardSDK::CoreAPI::activate,line 388: Please call getDroneVersion first.
However, I believe this error is due to the fact that when I click the "version" button, nothing happens.
Does anyone have any idea as to why it is not responding to the "version" request?
Hi. I've been trying to perform the M100's onboardSDK sample activation (https://developer.dji.com/onboard-sdk/documentation/github-platform-docs/PureQT/README.html) using QT Creator for Windows but it's not working. I typed the ID and Key pair obtained from DJI and then I opened the COM without any problems and received the following message:
STATUS QtOnboardsdkPortDriver::init,line 35: port COM5 open success
STATUS QtOnboardsdkPortDriver::init,line 42: BaudRate: 230400
Then, according to the tutorial from the link above (Activation - 7th step) I should click on the "version" button, but when I do absolutely nothing happens. There's no error nor any response from the application.
Ignoring this step, when I click on the "Activate" button, I get the following ERROR:
ERROR DJI:nboardSDK::CoreAPI::activate,line 388: Please call getDroneVersion first.
However, I believe this error is due to the fact that when I click the "version" button, nothing happens.
Does anyone have any idea as to why it is not responding to the "version" request?
Same issues that I am having. Any ideas?
@ghoshsomik if it doesn't automatically get your version, that means either your application doesn't have permission to talk to the serial port, or your connections are wrong. You will be unable to proceed until you fix that issue.
@ViasVegas An Onboard SDK release with M210 compatibility will be released in the next two weeks, along with updated documentation.