09-23-2014 10:07 AM
Hi everyone!
The idea is to use a DJI Phanton 2 Vision drone live camera or at least send the GPS coordinates and let the autopilot fly it there but I can't find to much information about it or how to do it. Has anyone done this before?
Looking at the resources in the DJI there are a few tools like the GPS exporter, a google earth plugin and the Ground Station. Can this resources be used directy into labview?. I haven't got the drone yet, but I'll be using it with the 2.4G link.
I just need some fingers to point me into the right direction and not be looking for something I don't know. Thanks.
09-26-2014 03:56 PM
What communication protocols has the DJI Phanton 2 Vision drone?
Best Regards.
09-29-2014 03:14 PM
Unfortunately no, I don't know what comunications protocols it uses and we don't have the drone at our hands yet. All we have access for now is the software provided by DJI in their website: http://www.dji.com/product/phantom-2-vision/download Thanks.
09-19-2015 07:56 AM
Hello ,
I was wondering if it worked with you or not , because I would like to do the same for a project and yet didn't order the Drone .
and also if you have any idea worked with MATLab or not .
Please help .
Thanks .
09-19-2015 02:31 PM
@Hanan93 wrote:
and also if you have any idea worked with MATLab or not .
Since this is the LabVIEW forum, you should probably ask your Matlab parts of the question elsewhere for better results. 😉
Good luck.
09-19-2015 05:45 PM
ok what about the labView ??
Thank you.
09-21-2015 03:38 AM
LabVIEW is a general purpose programming language, it can interface to hardware through Serial, TCP/IP, UDP, through .NET libraries etc. etc. so I'm almost certain it can interface with the drone.
BUT... you need to know what communication methods the drone has and find some information about the protocol they are using. I haven't seen anything about a LabVIEW library that interfaces with the drone that someone has written that would do it for you so you'll need to do it yourself and you'll need to do some digging to find that information.
09-21-2015 11:21 AM
Our project was dismissed right before we bought the drone. We went for a full size domotic implementation in a friend's house, the drone project would had been cheaper though.
09-21-2015 11:38 AM
Fo reference: There are existing example for similar projects, for example have a look at the AR.Drone libraries.
09-29-2015 08:06 AM
Thank you .