An open API service indexing awesome lists of open source software.

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).

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
```