Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yi-tseng/arduicopter

Arduino Quad Copter Controller
https://github.com/yi-tseng/arduicopter

Last synced: 19 days ago
JSON representation

Arduino Quad Copter Controller

Awesome Lists containing this project

README

        

ArduiCopter
===========

Arduino Quad Copter Controller

- Using Arduino to control QuadCopter
- Controller written by Java
- GUI design by JavaFX

How to develop
--------------
**For the software you need :**
1. Arduino IDE
2. NetBeans IDE
3. JDK 1.8

**For Arduino, I use these libraries :**
1. [ADXL345.h][1]
2. [L3G.h][2]
3. [Adafruit_BMP085.h][3]

**Hardware :**
1. Arduino UNO (ATMega 238p)
2. Expansion board for UNO (optional)
3. A QuadCopter with PWM motor controller

License
----
MIT

[1]: https://github.com/jenschr/Arduino-libraries/tree/master/ADXL345
[2]: https://github.com/pololu/l3g-arduino
[3]: https://github.com/adafruit/Adafruit-BMP085-Library