All Projects → baselsw → Bluecopter

baselsw / Bluecopter

Arduino Quadcopter firmware

Labels

Projects that are alternatives of or similar to Bluecopter

Mdb Sniffer
Sniff a Multidrop Bus data stream and make it human readable
Stars: ✭ 112 (-8.2%)
Mutual labels:  arduino
Deepway
This project is an aid to the blind. Till date there has been no technological advancement in the way the blind navigate. So I have used deep learning particularly convolutional neural networks so that they can navigate through the streets.
Stars: ✭ 118 (-3.28%)
Mutual labels:  arduino
Lora Serialization
LoraWAN serialization/deserialization library for The Things Network
Stars: ✭ 120 (-1.64%)
Mutual labels:  arduino
Thingspeak Arduino Examples
Arduino Sketches that use ThingSpeak Web Services and API
Stars: ✭ 113 (-7.38%)
Mutual labels:  arduino
Coffeehack
Hack of our Jura coffee machine
Stars: ✭ 116 (-4.92%)
Mutual labels:  arduino
Mpu6050 tockn
Arduino library for easy communication with MPU6050
Stars: ✭ 119 (-2.46%)
Mutual labels:  arduino
Arduinoisp
Use the Arduino to program AVR chips.
Stars: ✭ 111 (-9.02%)
Mutual labels:  arduino
Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (+0%)
Mutual labels:  arduino
Swifitch
Swifitch is ESP8266 based relay board that could be used to turn any light or any wall socket into smart one!
Stars: ✭ 117 (-4.1%)
Mutual labels:  arduino
Esp8266
Collection of projects for the WeMos Mini D1
Stars: ✭ 120 (-1.64%)
Mutual labels:  arduino
E Ink Esp32 Arduino Weather Time Note
You can get time\weather\temperature-inside\humility-inside\pressure-inside\IAQ-inside\QQ-note\computer-info on this device.
Stars: ✭ 114 (-6.56%)
Mutual labels:  arduino
Reflow Oven Controller
Arduino compatible reflow oven controller
Stars: ✭ 115 (-5.74%)
Mutual labels:  arduino
Bluetooth Ble On Arduino Ide
Scketches which are used in my YouTube video
Stars: ✭ 118 (-3.28%)
Mutual labels:  arduino
Huehue
A simple yet powerful open source LED controller for Windows and Arduino
Stars: ✭ 113 (-7.38%)
Mutual labels:  arduino
P5.serialport
Serial Port API and Server for p5.js
Stars: ✭ 120 (-1.64%)
Mutual labels:  arduino
Teensy64
C64 Emulation on a Teensy 3.6
Stars: ✭ 112 (-8.2%)
Mutual labels:  arduino
Tts
Text-to-Speech for Arduino
Stars: ✭ 118 (-3.28%)
Mutual labels:  arduino
Nodemanager
Plugin for a rapid development of battery-powered sensors
Stars: ✭ 122 (+0%)
Mutual labels:  arduino
Lgt8fx
Board Package for Logic Green LGT8F328P LGT8F328D and LGT8F88D
Stars: ✭ 122 (+0%)
Mutual labels:  arduino
Goldfish
A small, thin, USB-C, Pro Micro compatible microcontroller
Stars: ✭ 120 (-1.64%)
Mutual labels:  arduino

BlueCopter - Arduino Quadcopter

This is a simple arduino quadcopter firmware that uses the ADXL345, L3G4200D (part of the cheap chinese IMU) to maintain a stable flight.

The main purpose with this firmware is to teach others on how to go about making their own quadcopter firmware. The code is easier to read and follow compared to the more advanced multiwii/arducopter firmwares.

I also have the HMC5883 and BMP085 onboard (as part of the IMU). But haven't implemented them yet.

For questions or more info, check the following: http://forum.arduino.cc/index.php?topic=184503.0

Change log:

V1.02 - Implemented a proper receiver expo for smooth response.
        Commenting the line "#define RX_EXPO" will disable the RX-expo.
        
V1.01 - Made the sketch run more efficiently and reduced code size. 
        With this change I managed to find better PID values and thus
        get better/faster stabilization 
        
V1.00 - BlueCopter firmware created!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].