https://github.com/chop0/dugong-chopcopter
My drone I am building w/ raspberry pi (zero).
https://github.com/chop0/dugong-chopcopter
c cplusplus drone embedded-devices pigpio raspberrypi raspberrypizero wiringpi
Last synced: 13 days ago
JSON representation
My drone I am building w/ raspberry pi (zero).
- Host: GitHub
- URL: https://github.com/chop0/dugong-chopcopter
- Owner: chop0
- Created: 2017-05-28T22:09:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T19:29:11.000Z (almost 9 years ago)
- Last Synced: 2024-03-20T11:44:12.046Z (about 2 years ago)
- Topics: c, cplusplus, drone, embedded-devices, pigpio, raspberrypi, raspberrypizero, wiringpi
- Language: C++
- Size: 891 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to install ChopDrone
===============
1. Download and compile:
```git clone --recursive https://github.com/chop0/dugong-chopcopter/
cd dugong-chopcopter
make
cd src/blynk/linux
make
cd ../../..
```
2. Run like this:
```
bin/blynk -t -s | sudo bin/drone
```