Giter Site home page Giter Site logo

quarduino's Introduction

quarduino

This is the software for an attempt to build a functioning quadrocopter as a school project. The project is maintained by three friends from Herrgårdsgymnasiet, Säffle, Sweden.

The "quarduino"

The software is basically:

  • Receiving input from an RX-transmitter
  • Receiving data from a ADXL345 accelerometer and a ITG3200 gyro
  • Calculating speed for each motor based on the data received above to stabilize and maintain a desired tilt
  • Sending the speed to a speed controller connected to four motors

As you might see, we are actually using two arduinos, an Arduino UNO and a DUE. The reason for that is because we couldn't get the gyro/accelerometer library to work on our DUE (the existing Wire library isn't really compatible with it) so we decided to get data from the gyro and accelerometer using an UNO and transfer it to a DUE using serial for computation. Apparently, the problem with Wire.h on the DUE can be resolved but this approach works for us, so we'll continue with it.

We're currently at the stabilization stage and have no more than a month to complete it. Info about the exact hardware we're using including CAD projects for 3D-printing will be available soon.

quarduino's People

Contributors

mightynerd avatar wpback avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.