Hello People,
I have been working on this project for a long time. I have built a fully flyable drone this summer using Arduino UNO.
Here is a video of my Drone flying: Arduino Drone - YouTube
When landing, the drone was shaking right and left. That is because the battery was dying. The Arduino UNO consumed lot of the 2200mAh battery. I tried to fly it twice and at the second time the battery died.
Anyway that is not the concerning question. The real question is how to connect a HC-05 module and control the drone using my bluetooth from an android app. I do not want to use the radio transmitter and receiver to control it.
I wanted to know if there are any useful topics or books, which can help me control my drone using the HC-05 Bluetooth module bluetooth?
I attached the code with this post. Honestly, I was not the person who wrote the code. I found it online. However, I am interested in learning about bluetooth. So why not do it on a drone?
First you have to go through those:
-
setup.ino
-
esc_calibrate.ino
3 Finally you can download the Flight_controller.ino sketch.
If you have any knowledge on controlling a drone using an android phone please help. I want to learn how to write a code to control stuff using bluetooth. Thank you.
setup.ino (39.6 KB)
esc_calibrate.ino (38.5 KB)
Flight_controller.ino (40.3 KB)