The Problem
It seems as though everybody who builds a quadcopter uses 4 individual PWM ESC's (that are often zip-tied to the rotor arms).
http://ng.uavp.ch/moin/UserCopters
http://quadcopter.wordpress.com/
http://scsuquadcopter2010.blogspot.com/
http://t413.com/news/category/quadcopter
http://vrhome.net/vassilis/2009/01/q...bly-completed/
etc...
Overall it's a bit messy and there are wires and small PCB's everywhere. Some people also convert their ESC's to receive I2C commands instead of PWM since it's faster and easier to pair with their flight controller.
The Solution
This is a 4 channel motor controller based on Atmel AVR's that can be controlled using serial, I2C, or even a standard PWM input. This is a single circuit board with 4 sets of 3-phase motor outputs. Each of the four segments on the board can power up to a 30A motor (so 120A max for the entire board). Each of the four segments is controlled INDIVIDUALLY (required for quadcopters).
In addition, the board can act as a master power management board for any other boards you hook into it. Your battery will plug into this controller (think Dean's connectors), and there will be regulated 3.3v and 5v outputs that can be used to power your flight controller or other circuit boards on your aircraft.
Possible Uses
Quadcopters! That's what this is designed for. That being said, this would work on practically any model that uses more than one brushless motor (4 motor electric planes maybe?).
Form Factor (roughly 4" square)
The board is designed to be a part of a low-height modular stacking system that I'm using for my quadcopter. I'm also developing an AVR-based flight controller (with full IMU) that can stack on top of this, as well as other add-on boards. There is a common communication bus between all boards stacked together. I can share more about this if anyone is interested (in either the modular form factor or the AVR-based flight controller board). The size of the board was made to fit the custom centerplates I'm having cut for my quadcopter.
Features
- 4 individual brushless motor controller channels on a single circuit board.
- Very fast update rate (using 20Mhz AVRs so there's a lot of room to spare!)
- Up to 30A per motor.
- Uses Atmel AVR's, so you can reprogram it as much as you like.
- Current limiting/feedback per motor (automatically reduces throttle if a particular motor exceeds the maximum current you've set - doesn't just shut the motor off like other ESC's).
- All surface mount components.
- Open source!
- Low-profile board (most likely less than 7mm thick).
- Serial/I2C digital communication/control.
Availability
I am only gauging interest at this point in order to determine if I should make extra boards to sell. If there is interest, I'll have extra PCB's made and assembled for anybody that wants one. I'm expecting to be able to sell them for around $120.00.
Are any of you interested?
Comments
Tim - No, I haven't started a blog for this yet. I'd like to sometime soon but I'm not in a rush (yet). I saw your website a week or so ago - I really like your design!
Question for the group: Given the popular ESC conversions for quadcopters (such as the TowerPro I2C conversion), how popular do you think an ESC that is I2C/Serial/PWM ready would be? As I mentioned above, I'm also considering selling a regular single-channel brushless ESC that supports I2C, serial, and regular PWM input. I've already designed the "SingleESC", and it supports 25A, with an even higher burst. Given the costs associated to build them, I'd have to sell them for about $35 each to be worthwhile. Is this of interest to anyone?
IIRC wire theory correctly, wires are low resistance - until they heat up, whereupon they offer resistance - thus lowering the current and thus reaching an equilibrium. According to which theory, light filaments experience a burst of current when turned on (during which they are much more likely to fail), after which they express resistance and the current lowers.
Under your theory, 3 wires would dissipate the same amount of heat as 2 whilst carrying the self-same current. I know of no theory in which this is possible. I expect therefore that moving the ESC around has zero effect on the wire weight in an optimized configuration. One might even point out that 3 wires have higher surface area, and are therefore more efficient than 2 wires for dissipating the heat. All that said - the only way to eliminate wire weight is to move 4 batteries out to the motors. God help your roll rate then :)
-Tim (t413.com)
That's what I'm planning on doing. There will be a QuadESC and a Single ESC, both using identical components and firmware.
bGatti,
Unfortunately it doesn't work this way. Brushless 3-phase motors only push (or pull) current through any combination of two phases at any moment in time. This means that one of the three wires will always be "idle" in terms of powering the motor. Since only 2 of the motor wires are active at any time, the gauge of these motor wires should be equal to the gauge of the 2 supply wires.
It should definitely be possible to control multiple motors from a single CPU. My QuadESC design uses 4 microcontrollers though. I went this route because they're so cheap ($2.50ea) and it makes the firmware simpler (no need to try balancing commutation timing across multiple motors).
Just asking.
I admit that it's not as much of a concern on smaller machines, but still significant on lightweight and large footprint (>2 ft) frames.
The length of wire used is the same either way, the only exception being that a 3rd wire from the motor needs to run about 2.5" longer up into the center of the quadcopter. With your specs, this would be 64g of weight to move to a central ESC. Perhaps that weight could be made up as well...
At 11.1 V and 35% efficiency, that's 12.4 A of hover current for the 1.0 kg machine and 14 A for the 1.128 kg one. 19 minutes of hover time vs. just 17 minutes (with 4Ah lipo).
I do agree on the other points though. The wiring is more clear and logical, all the sensitive equipment is securely housed in the hub, exposing just the heavy duty gear. Plus your ESC design has multiple input options, but that's not related to it being a multichannel unit.