RC plane auto pilot
TKR182
Posts: 9
We are doing a school project in our engineering design and development class. Our idea is to build a auto pilot feature for a rc plane using an accelerometer and a PLC. We were wondering what equipment we would need, such as radio trancievers and recievers.
Comments
At a very minimum, you'll need either an IMU or 4 IR thermometers to make an autopilot that can even keep a plane level.
I recently built a similar plane, a SIG Riser, from a bag of balsa sticks, and after careful balancing, it flew beautifully hands-off on the very first flight. If the group working on this project is new to RC, I'd strongly suggest starting with a plane that has that characteristic. You'll save a lot of pain and expense.
Gyros don't have this problem but gyros have a position drift issue therefore you need an accelerometer to correct for that.
There is this neat gyro + accelerometer + compass board that I just bought for my home project:
http://www.pololu.com/catalog/product/1264
Also, to tweak your PID loop parameters you may need a better communication with your on-board PLD controller than just a PWM radio. You may want to think up front about some additional RF link to it. Zigbee or WiFi...
On the other hand you may want to think of building a wind tunnel. This way the loop parameters can be tweaked through a wire. Several years ago I've seen a really simple wind tunnel design that used CPU fans. It was just a matrix of 25 fans powered from a benchtop power supply. Changing the power supply voltage will give you different plane speeds. Just a thought.
Good luck!
Here is everything that you have ever wanted to know about autopilots: http://www.diydrones.com/
Hope this helps.
Regards,
TCIII