Here's a nice little open source project that replaces the flybar in helis with a little gyro board. From the writeup:
"PhuBar is a stabilizer device for micro-sized R/C helicopters. It is based on the Parallax Propeller processor and the ITG-3200 gyro chip. It is not intended to be a UAV controller or inertial navigation unit. It simply provides stabilization similar to that of a physical weighted flybar, making small helicopters easier to fly, and making the physical flybar unnecessary."
Comments
Rhine: I don't sell kits but I do sell the PCBs from time to time. I should have a few extra, maybe 3-4, by the end of December if anyone wants to build their own. Otherwise, you can order your own PCB from the link on the Wiki->Parts page here: http://code.google.com/p/phubar/wiki/Parts.
MarcS: I am sure something similar could be built using the ArduIMU. I chose the Propeller because it is easier to manage multiple real-time inputs and outputs with its 8-core architecture. And with the ITG-3200, the whole thing is light and compact, which is good for tiny helicopters.
I really want to get other people involved in writing code to add more features to the PhuBar3.
I am currently awaiting delivery of some Freescale accelerometers so I can build a PhuBar6 with full DCM implementation for true self-leveling and pirouette stabilization. It remains to be seen if the Propeller can handle DCM with fixed-point math, or if I will need to wait for the MPU-6000 next year.
Heli Hacker
It should work with any 4 channel or more FlyBar copter. All that changes is the direct coupling of the swash plate to the rotors. Most kits that I've seen provide longer tie-rods and sometimes a shorter main shaft.
So I'm sure the trex can do it you'll just have to dig up longer tie-rods.
This system (or any Fly-Barless) system won't position lock the copter. The Arducopter "Traditional Helli" set-up will do position lock, but you will still need the Fly-Barless module.
Anyway, good chance to go back traditional Heli.
Or is there something preventing this use?
Does anyone know other open source flybarless systems?