This Project is about Controlling Byrobot's Petrone Drone via BLE(Bluetooth Low Energy).
How to use this Project
This Program Searches the Petrone Automatically.
If the BLE Connection is completed, then you will see the message
[ BLE Connection Completed. Start the program? (Y / N) ]
If you want to continue with this program, type [ Y | y | YES | Yes | yes ]
then the program will start soon(after 3 seconds)
If you want to stop the program, type [ N | n | NO | No | no ] / then the program will terminate.
When the program starts, the program will send Color Dimming Commands in turns. (Red, Yellow, Cyan)
Thank you!
If you have any Questions, send me an e-mail. [ [email protected] ]
How to use this Project with git
-
Install Git
Git For Windows : (https://git-scm.com/download/win)
Git For Linux : (https://git-scm.com/download/linux)
Git For Mac : (https://git-scm.com/download/mac)
Git (https://git-scm.com/)
-
Set your Git Environment
git config --global user.name "your name"
git config --global user.email "your email address"
git config --global color.ui true
- Clone this repo
git clone https://github.com/myungsup1250/Petrone_BLE_Control_With_Console.git
Then you will have our Project in your computer
- Synchronize the Project
git pull Petrone-BLE-Control master
- Upload your Petrone-BLE-Control Project to This Remote Repository
git add "editted file 1" "editted file 2" ...
git commit -m 'Commit Message'
git push Petrone-BLE-Control master
- If you want to upload the whole project
git add .
- If you added the wrong files
git rm --cached "Wrong file"
============================================================================== How to use 'GIT'
https://www.gitbook.com/book/mylko72/git/details
https://rogerdudler.github.io/git-guide/index.ko.html
Myungsup test HyunWoo test Changju test