Anyone has any experience building quadcopters? I am absolutely zero to building them but would love to build one for college project, have to include networking and mobile technologies in project (BSc in Computer Science), I guess if I build an android app (no problem with that) that would directly be able to communicate to quadcopter controller (somehow) that would be pretty decent and interesting project compared to others in my course (mainly making shitty html *not even html5 websites).
Would this work somehow? Where would I start?
Some points:
*I have tiny bit of Arduino Experience.
*I would like to give quadcopter controller commands from my phone.
*If signal to master controller (my phone) is lost it returns home.
*I know Java pretty good, Android Native (java) excellent, Android Google Maps API V2 excellent too.
*I also kind of know C# (made games in Unity, so I guess that's close enough)
And side shit like JS.
I did bit of search and I came up with these possible solutions:
Communication over distance:
Arduino GSM Shield (I could send SMS to quadcopter which would be processed and commands done).
or
Arduino GSM Shield (I could call it perhaps and give basic commands like forward, backward, left, right, alt up, alt down, return etc...)
BT and Wifi is not an option since it's short distance.
I would really like to make this since it's something interesting actually to do rather than just code software.
I have pretty much 10 months to make this.
I know it's a big project but is it possible for me? (with no knowledge of building).
Let's even assume building actual quad (engineering side), where would I actually start with programming?
Thanks.