https://github.com/lrusso/ardudrone
Work in progress of a drone designed in Arduino and using an Android App
https://github.com/lrusso/ardudrone
android app arduino drone
Last synced: 11 months ago
JSON representation
Work in progress of a drone designed in Arduino and using an Android App
- Host: GitHub
- URL: https://github.com/lrusso/ardudrone
- Owner: lrusso
- Created: 2020-10-12T18:02:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-14T01:39:45.000Z (over 5 years ago)
- Last Synced: 2025-06-02T05:14:37.410Z (about 1 year ago)
- Topics: android, app, arduino, drone
- Language: Java
- Homepage:
- Size: 24.5 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArduDrone
Work in progress of a drone designed in Arduino and using an Android App.

## About the case
* The STL model file is included in order to print the case in any 3D printer.
* The SCENE model file can be modified by using with [3DObjectMaker](https://lrusso.github.io/3DObjectMaker/3DObjectMaker.htm) editor.
## About the App
* The App connects to the Arduino board using a Bluetooth connection.
* The App sends and receives Strings to the board in order to handle the events.
## About the Sketch
* The Sketch uses a Bluetooth module **HC-05**.
* The pairing code in this kind of modules usually is **1234**.
## Current status
| STATUS | DETAILS |
| :------------: |:--------------- |
| DONE | Connecting the Android App to the board. |
| DONE | Controlling a propeller from the Android App. |
| DONE | Sending Serial data using Bluetooth from the App. |
| DONE | Receiving Serial data using Bluetooth in the board. |
| DONE | Executing the remote order to start moving a propeller. |
| DONE | Designing a 3D case for the drone. |
| PENDING | Designing a more lightweight case. |
| PENDING | Implementing a more lightweight board. |
| PENDING | Implementing a code to handle the four propellers. |
| PENDING | Implementing a VGA Serial camera. |
| PENDING | Receiving a VGA snapshot from the drone. |