I have been working on my application and I am having problems still getting GPS from my mobile device. My question is for the 3DR solo what mobile app do you recommend to get the Solo drone to follow-me preferably on an iPhone or iPad?
"Hey Andre, to be more exact I am thinking about building a GCS companion or adding on to a GCS so I can plot on a map both where the drone is and where the controller is.
So my vision would be to have an external laptop and to use it to connect to…"
Thanks for your reply. Do you know how I can get GPS from the controller/mobile device or know of any resources online that might have information about this?
I am trying to build an app to show the GPS of the mobile device/controller.…"
Hello,I am trying to figure out if or how I can access GPS information from my 3DR Controller? I know it is possible to access GPS information from the Drone but is it possible to do so from the Controller also?I have not been able to find valid…
Hello,I am trying to figure out how I can send mavlink commands to my SITL environment. I have SITL running on my linux mint VM and I have my own python code generated from mavgen.py which decoded the mavlink messages from SITL.My SITL experiment…
The main reason why is because I already successfully modified the solo with custom software and I would like to find a similar drone to do the same thing to prove that the software is cross-platform however if the drone is too different…"
Hello,I am trying to find a drone similar to the 3DR Solo that uses mavlink and WiFi similar as Solo but I am hoping the manufacturer is not 3DR. Any suggestions would be greatly appreciated.Thanks in advance,Joe
"Francisco,
One last question for now. Would you think the ardupilot/ArduCopter might have in it what I am looking for? That is where I have recently been looking. I have been poking around on the controller and drone also...I will likely try to…"
Thanks for your replies, with your help on a different post I was able to get my python mavlink parser working.
Regarding this post, lets say I have my solo connected to my controller and I was flying it fine then lets say I wanted to…"
Hello,I have been building a program to to execute remote commands on the 3dr solo and was thinking it would be simply as easy as understanding mavlink which it turns out I am way off. There is udp traffic coming from UDP 5005,5501,5580, etc ports…
Hello,I realize there are other posts of others trying to decode mavlink messages but all the examples I seen they are doing it different than I. Right now I have captured all traffic between my drone and controller and saved it to a PCAP file.…
"Hey Francisco,
I am trying to fallow your advice. My short-term goal is to just decode mavlink messages from my controller or Drone across a UDP link using your idea and print them to standard output.
"My experience learning mavlink and drone stuff in general is everything is kind of all over the place. I was hoping there would be a one stop shop for learning this stuff quickly. I will take a look at mavproxy. Thanks for the input Andre and…"
Hello,I am at the moment just trying to learn mavlink specifically on my 3dr Solo. I am trying to communicate with the Solo on my laptop, my laptop is acting as the controller "WiFi AP". I have a custom program which sends commands to it or at…