Android mobile controlled Quadcopter with voice synthesize

Hello Guys

I want to make a quadcopter which should operate using android mobile and i should be able to communicate from mobile to quadcopter with my integrated mic and speaker of mobile and external mic and speaker of quadcopter. So how to do it without using gsm shield .

Thank You guys

Hey Subrat,

Nice to see someone working on quad cop project. So i guess you know what are the components u need.

  1. quad cop chassis
  2. brushless motors
  3. ESC
  4. gps module (for automation)
  5. arduino pro(because its small)
  6. bluetooth module (for the connection between your mobile and arduino)
  7. Li-Po battery
  8. 3 axis accelerometer

Thats it.
Now for the programming. Now you need some android app building skills. build your app to control
your arduino. Like send info abt the accelorometer state of you phone to control the quad or have
buttons which will control the arduino.

Now the arduino part:
You will have to manualy check what kind of values you are getting from the mobile and note them down. Now you will ask how to to this . All you have to do is write a sketch to your arduin so the
what ever signal it get , it prints it on to the serial monitor, and you are done.
Now use the values to set different functions of your quad and you are done.

Thankyou
Swaton

If this was helpful then give some karma