Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/obrok/fuzzy_boar

Arduino software to control a quadcopter
https://github.com/obrok/fuzzy_boar

Last synced: 5 days ago
JSON representation

Arduino software to control a quadcopter

Awesome Lists containing this project

README

        

fuzzy_boar
==========

Arduino software to control a quadcopter

Connections
===========

Solder CLK on MPU6050

```
Gyro | Arduino
------+--------
VIO | 3.3v
SCL | SCL
SDA | SDA
VDD | 3.3v
GND | GND
FSYNC | GND
INT | PIN2
```

Setup
=====

Install `ino` for CLI arduino

`$ make setup`

Building
========

`$ make build`

Running
=======
`$ make upload`