Difference between revisions of "Multi-rotor"

From OpenCircuits
Jump to navigation Jump to search
(a "very efficient onboard inertial-aided visual simultaneous localization and mapping algorithm")
(move "brushless DC ESC design" to motor driver#BLDC)
Line 84: Line 84:
 
It appears that most modern small electric aircraft use so-called "brushless DC motors", each one driven by its own "BLDC ESC". (These are easily recognized -- BLDC motors have exactly 3 equally-fat wires that go into them, which come from the BLDC ESC -- as opposed to most electric aircraft a few years ago, which used brushed DC motors with exactly 2 equally-fat wires).
 
It appears that most modern small electric aircraft use so-called "brushless DC motors", each one driven by its own "BLDC ESC". (These are easily recognized -- BLDC motors have exactly 3 equally-fat wires that go into them, which come from the BLDC ESC -- as opposed to most electric aircraft a few years ago, which used brushed DC motors with exactly 2 equally-fat wires).
  
While it is probably not cost-effective to build your own BLDC motor or BLDC ESC, many of us are insatiably curious about what goes on inside these things, and so build one anyway:
+
We discuss brushless DC motors and BLDC ESCs in more detail at [[motor driver#BLDC]]
* "Proposal for a high-speed serial (spi/i2c) arduino-based ESC for quadrotor/multirotor projects": designed specifically for academic research in stability and controls analysis of quadcopters. The goals are apparently (a) open-source and easy to reprogram, so other academics can replicate the experiments and make improvements, (b) low-latency quick response for (hopefully) better quadcopter stability, (c) lower cost than an Open-BLDC.[http://diydrones.com/forum/topics/proposal-for-a-highspeed]
 
* Open-BLDC Project wiki: "a completely Open-Source BrushLess Direct Current motor controller also known as Electronic Speed Controller (ESC)." "Open-BLDC has ... many additional sensors to make Vector control possible. The goal is also to make the best possible controller and not the smallest or cheapest." http://open-bldc.org/
 
* [http://en.wikipedia.org/wiki/brushless_DC_electric_motor Wikipedia: brushless DC electric motor]
 
* [http://www.atmel.com/dyn/resources/prod_documents/doc8012.pdf Atmel AVR444: Sensorless control of 3-phase brushless DC motors] using ATmega48 (also works without change for ATmega88 and ATmega168). Assumes you've already read [http://www.atmel.com/dyn/resources/prod_documents/doc2596.pdf Atmel AVR443: Sensor-based control of three phase Brushless DC motor]
 
* [http://www.atmel.com/dyn/resources/prod_documents/doc8138.pdf AVR194: Brushless DC Motor Control using ATmega32M1]: BLDC motor control application using Hall effect position sensors to control commutation sequence.
 
* MikroKopter brushless motor controller: was designed to give lower latency than off-the-shelf PWM ESCs.[http://www.mikrokopter.de/ucwiki/BrushlessCtrl]
 
* OpenServo Brushless DC Servo: "The thing that will make our board different from other ESC's is that we are closing the feedback loop with a ... outside position reference." [http://www.openservo.com/forums/viewtopic.php?t=972]
 
 
 
  
 
== unnecessarily complicated equations ==
 
== unnecessarily complicated equations ==

Revision as of 07:01, 1 July 2012

A multi-rotor helicopter is a flying vehicle with more than one rotor.

The nice people at http://www.quadheli.com/ have asked for our help designing and building a multi-rotor helicopter.

Several people are using small unmanned helicopters with 4 rotors ("quadheli" or "quadcopter").

DavidCary is designing a helicopter that can independently control all 6 degrees of freedom, using at least 6 rigid rotors. Does any other aircraft directly control all 6 degrees of freedom? (In principle, a tandem rotor helicopter with 2 fully articulated rotors can independently control all 6 degrees of freedom. But do tandem rotor helicopters really make all 6 degrees of freedom available to the pilot?).

critical goals

  1. the aircraft must fly
  2. able to mount a typical hand-held digital camera, and record video with it.
  3. two-way communication with a ground station -- commands to helicopter, telemetry to the ground station (IMU sensor and output, estimated battery life remaining, etc.).
  4. low cost
  5. learn something new, and post that knowledge for others to use

nice to have but not critical features

  • sleek design
  • fast
  • goes high
  • everything open-source?
  • generic enough payload tray to swap out different CPUs? (OpenPilot, Gluonpilot, ARM-o-Kopter, etc)?
  • autonomous flight?
    • GPS homing -- records its GPS location on the ground launch site; if radio communications are lost, it returns to that location.?
    • Flightpaths uploaded via computer to the unit - Make a path in google maps/google earth, and have the unit run that path automatically?
  • remote control of camera: record video/snapshot?
  • accurate positioning relative to floor or walls or ceiling in house, to avoid accidentally hitting them? This requires better-than-GPS precision -- would ultrasonics work?
    • set anti-crash ceiling/wall limits
  • accurate velocity relative to floor or walls or ceiling in house ... to gently land, rather than slamming into the ground? This requires better-than-GPS precision -- would ultrasonics work? doppler ultrasonics?
  • safety bumper around perimeter? (Does making this a ducted fan improve its lift?)
  • real-time wireless video transmitter to ground?
    • heads-up display, able to fly it from a first-person perspective?
  • runs Linux?
    • TS-7500[1] : 67mm x 75mm; 400mA @ 5V; runs Linux.
    • gumstix: runs Linux
  • able to lift a 1 Kg payload?
  • weight well below the "fifty-five pounds" FAA recommended weight limit?[2]
    • weight less than 10 pounds to meet the First Person View (FPV) recommendations?[3]
    • weight less than 2 pounds (and electric powered) to meet the "park flyer" limit?[4]
  • control the helicopter with a wii remote (Bluetooth HID)
  • more sensors: air pressure (barometric pressure altitude), air temperature, humidity, air speed, communication signal strength, etc.?
    • perhaps eventually automatically "catch an updraft"?
  • Would it help to pan/tilt the camera on an independent gimbal auto-stabilized camera mount gimbal?[5]
  • automatic docking station for battery recharge?(perhaps similar to the one Professor Jonathan How uses?)
  • can be dressed as an ominous-looking hovering black sphere? [6]
  • can be dressed up as an Imperial probe droid?
  • runs image-recognition software on-board?
    • flight control based on images?

motors and propellers

frame

  • decent place to mount the motor controllers

Is it better to put one big battery pack in the middle (simpler wiring), or several smaller battery packs as far as possible from the center (bigger rotational inertia for the same mass, so easier to stabilize pitch, roll, yaw)?

camera

electronics

If the aircraft transmits both telemetry data and live video to the ground to the ground, is it better to use 2 independent transmitters on the aircraft, or to embed all the information into the video stream and use 1 transmitter?

autopilots

"Autopilot code projects, by processor/OS type" at DIY Drones[7] lists over 2 dozen (!) autopilot projects, many of them specifically designed for multi-rotor helicopters. That list includes:

  • Announcing ArduCopter, the merger of the ArduPilot and AeroQuad projects![8]
  • the NG Multikopter Project wiki [9]: a open source community project to build a modern autonomously flying Multicopter.
  • ArduPilot [10] is a full-featured autopilot based on the Arduino open-source hardware platform. It uses infrared (thermopile) sensors or an IMU for stabilization and GPS for navigation. Optionally uses XBee modules for wireless telemetry. Jose Julio at DIY Drones [11] uses it in his two quadcopters. He uses 4 standard props (No counter-rotating !).
  • the R/C Pilot Project [12][13]: an open source project to design a R/C Autopilot and a R/C Ground Station such that GPS and other telemetry from the plane is displayed.

testing

DIYdrones recommends following the The Remote Control Aerial Photography Association guidelines[14].

BLDC

It appears that most modern small electric aircraft use so-called "brushless DC motors", each one driven by its own "BLDC ESC". (These are easily recognized -- BLDC motors have exactly 3 equally-fat wires that go into them, which come from the BLDC ESC -- as opposed to most electric aircraft a few years ago, which used brushed DC motors with exactly 2 equally-fat wires).

We discuss brushless DC motors and BLDC ESCs in more detail at motor driver#BLDC

unnecessarily complicated equations

In hover, each rotor gives (equations from Paul Pounds et. al 2004?)

 T = 2 p A v_i^2
 P_i = sqrt( T^3 / 2 p A )

where

 T is the thrust produced
 p is the density of air, approximately 1.2 kg/m^3 at sea level and 20 'C.
 A is the area of the rotor disk
 v_i is the induced air velocity at the rotor
 P_i is the power induced in the air.

For a quad-rotor helicopter weighing 4 kg, with a 30 per cent control margin, and a rotor radius of 0.165 m, such as the Australian X-4 Flyer, the above equation results in about 101 W of power induced in the air per rotor. With a shaft-to-air rotor efficiency of 90% that requires 112 W of shaft power. With a battery-to-shaft motor efficiency of 50%, each rotor pulls about 224 W of power from the battery at full thrust.

To double thrust requires either pulling almost 3 times as much power from the batteries, or using rotors with almost 3 times the diameter.

what can a helicopter do besides hover in the air?

  • "Cooperative Grasping and Transport using Quadrotors" [15]
  • "Construction with Quadrotor Teams" [16]
  • "Aggressive Maneuvers for Autonomous Quadrotor Flight" at UPenn’s GRASP Lab [17], [18], [19], [20], [21]

unsorted

way too many links here. Please delete the ones not relevant to multi-rotor helicopters.

  • Wikipedia: quadrotor is a nice introduction. But what are these "three rotor craft" it mentions? (TriCopter? Tri-copter?)
  • the OpenPilot Wiki [22]: open source community
  • Vicacopter[23] helicopter autopilot claims to be "the only English language source code for a fully functional helicopter autopilot that you can download without paying for." "Can fly with under $100 of parts, not including the airframe."
  • The Gluonpilot wiki (autopilot) mentions "Quadrocopter" [24]
  • MikroKopter wiki [25] semi-open-source "for noncommercial use"
  • QC-Copter Wiki [26] : updates all motor speeds at 500 Hz.
  • the Wolferl Open Source QuadCopter (Universal Aerial Video Platform) wiki [27]. Apparently NS Rana at DIY Drones uses it in a very low-cost-frame quadcopter[28].
  • QuadroCopter Wikia [29]
  • ARM-o-Kopter wiki [30]
  • comparing some currently known projects of airborne non-commercial or open community projects of multicopters[31]
  • DIYdrones: "Newbie Quadcopter Questions" [32]
  • DIYdrones: "Quadcopter Basics" [33]
  • DIYdrones: "There are a zillion quad- and tri-copters out there" [34]
  • DIYdrones: Quadcopters discussion forum [35]
  • DIYdrones: Return to Home Quadrocopter (UAVX) [36]
  • DIYdrones: "There are loads of open source quadcopters out there, but they're all ..." [37] Is it possible to design a helicopter that avoids this problem?
  • the "ChRoMicro - Cheap Robotic Microhelicopter HOWTO" [38], [39] describes "how to build a 300 g helicopter with embedded Linux and Bluetooth datalink from off-the shelf components for less than 500 EUR." Can these ideas be adapted to helicopters with more rotors?
  • Quadrotto: Project Quadcopter
    • Quadrotto: Project Quadcopter [40], [41]. Is there any way to avoid making the same mistakes all over again, and instead make fresh new mistakes? :-).
    • Project Quadcopter [42] "altimeter is ... not our only altitude sensing device. We ... plan ... an ultrasound sensor for landing and low altitude flights. ... they work pretty well out to about 4 or 5 feet." ... apparently using an ARM cortex-m3 microcontroller
    • the Quadrotto project[43] uses an ARM-based gumstix + an Atmel AVR ATMega128-based robostix
    • the Quadrotto Project[44]
    • Project Quadcopter: "try make ... decent explanation of the Kalman filter for non-mathematicians" [45]
    • Project Quadcopter: "Data logging and Kalman Filtering" [46]
  • RCgroups: Multi Rotor Helis discussion forum [47]
  • Make magazine How-To: Quadrocopter based on Arduino[48] "The Quaduino NG & AeroQuad RC projects both make use of Arduino boards"
  • AeroQuad discussion forum [50]: dedicated to the design and construction of the AeroQuad, a remote controlled four rotor helicopter ... that uses the Arduino (Mega or Duemilanove with 328P) microcontroller as the flight control board, with a "AeroQuad Shield" that connects to all the other electronics -- radio receiver, gyros, accelerometers, and off-the-shelf ESCs. An excellent tutorial showing how it all goes together with whatever frame you have; it claims "A good motor-to-motor distance to start with is around 60cm." (2 foot)
  • "The Quadcopter, or build your own Drone" by Dave Freeman. CruchGear 2010. "Tuning the Quaduino" shows the effect of too much P in the PID. "Having fun with the AeroQuad".
  • microdrones [51]
  • whatnick blog: "quadcopter taking shape"; and other quadcopter posts ... he apparently has a Gumstix Verdex and a BeagleBoard -- are either one of these going on the quadcopter?
  • WSN wiki: wireless sensor node platforms -- perhaps we could use one of these boards for our wireless communication, or perhaps make incremental improvements, rather than designing yet another one from scratch?
  • Dr. Igor Bensen designed the eight rotor helicopter[52] on the front page of Popular Mechanics 1982 September.
  • Google: "Real-time stabilization of an eight-rotor UAV using optical flow"[53]
  • kapteinkuk built a low-cost quadrotor flight stabilizer based on a Atmel AVR ATMega48 [54]; connected to a standard RC receiver, 3 gyros with ordinary analog output, and 4 ESCs. That's all the electronics.
  • "Intelligent Aircraft Fly, Cooperate Autonomously"[55]: ScienceDaily 2006. "MIT researchers, in collaboration with Boeing's advanced research and development arm, Phantom Works ... Professor Jonathan How, who heads the research team, believes it is the first platform to publicly demonstrate sustained, coordinated, autonomous flight with multiple UAVs. ... miniature "quadrotor" aircraft - helicopters with four whirling blades instead of one ... an indoor positioning system ... The team has also designed an automatic docking station that allows the UAVs to recharge their batteries when they are running low. ..." more information: http://vertol.mit.edu/
  • "Towards Dynamically-Favourable Quad-Rotor Aerial Robots"[56] by Paul Pounds, Robert Mahony, Joel Gresham (2004?): "the Australian National University’s ‘X-4 Flyer’ platform." "The use of inverted rotors [pusher props] is shown to produce favorable stability properties"
  • "Quadcopter, Hexacopter, Octocopter ... UAVs" by Markus Waibel. IEEE Spectrum 2010.
  • "ArduIMU Quadcopter 4" by Jose Julio 2010
  • RepRap wiki: "RepCopter": early stages of a project to design a quadcopter frame that can be printed on a RepRap plastic extruder.
  • ArduPilotOne: A universal autopilot system for the ArduPilotMega platform.[57][58][59]
  • A simple flight controller for multi rotor helicopter: Inexpensive: $20 for the main board. $10 for the gyro board. [60]
  • "KapteinKUKs Simple and Low Part Count Quad, Hex and Tricopter Flight Controller" based on Atmega48 and 3 HK401B gyros and lots of hot glue.[61]
  • "Stopping drift in hovering quadrocopter"[62]
  • Go to http://code.google.com/ and search for "quadcopter": there are dozens of projects.
  • The KeaDrone is a three axis stabilizer/lock PCB used for RC helicopters (Accelerometer AND Gyro). It tries to hover your helicopter at a fixed place, even with changing winds. (It was originally designed to work with a low-cost 2-rotor coaxial rotor helicopter). open-source. "24grams including GPS". Board includes: Microchip PIC24HJ64GP204, ST LPY5150 gyro, ADXL345B accelerometer.
  • "sFly Quadrotors Navigate Outdoors All By Themselves": "the sFly project, led by ETH Zurich's Autonomous Systems Lab, ... The only thing that sFly has to go on is an IMU and an onboard camera (and an integrated computer), but using just those systems (and a "very efficient onboard inertial-aided visual simultaneous localization and mapping algorithm"), sFly is capable of navigating all by itself. ... Each quadrotor is completely autonomous, but they're also ... stream stereo imagery back to a central computer over GSM or Wi-Fi that ... combines it into an overall 3D model of the environment as a whole."