i’m trying to luck up the courage to move up from my coaxial RC chopper to a 450 size heli. Big learning curve i know but worth a shot.
Im also quite taken by the idea of UAV etc. Anyone got any experience with the Ardrones Ardupilot mega 2.5?? looks pretty nice and the ground station software looks great.
Eventually it would be worth a chuckle to try something like a 10 mile distance attempt with 15min flight hops for re batt all way pointed!!!
@ Justin - Coool, i didnt think .Netmf was fast enough to that kind o stuff. Its waaaaaay above my coding skill level to even think of attempting something like that (especially with my not yet purchsed Trex 450) on any uC.
Well this would be just for stabilisation - I’m thinking this is moving the PID off of the FEZ. This would allow it to handle the navigation & sensor monitoring.
My thought was Cerbuino XBee combined with a MakeGPS and a few sensors for obstacle avoidance feeding info into this little beauty.
@ HughB - Nice module, i was thinking something similar but will have a look at that one as well cheers.
Couple of picks from April 2011
Now every one bangs on about PID loops and yes they maybe necessary for copters but i did a few tests and the below worked a treat stabilizing a 1.6m wingspan foamy…
Code was running on a 48mhz Netduin Mini
If anyone is interested i am creating a G120 based modular FEZPilot - main board using a G120 module doing all the stabilization, navigation, logging etc…
It will have a 30pin expansion bus to allow stacking of carrier modules for io and telemetry etc.
Size will be around 60mm x 40mm
I’ve wanted to build a quad for a while now. With that other solution it seems to have removed a lot of complexity. There’s been videos of PIDs go bad and copters oscillate wildly. That board has inputs for aileron, elevator, throttle and rudder and 4 (PWM?) outputs for the ESCs. It has 3 separate gyros for each axis/
So from what I gather from that HobbyKing page I would need:
copter “low level” hardware:
Frame
HK Multi-Rotor Control Board
4 ESC
4 Brushless
4 props
batteries
copter “high level” hardware:
G120 or CerbBee
XBee device (& XBee carrier if G120)
MakeGPS
additional heading sensors like Accel/mag
forward collision avoidance (ultrasonic or IR)
ground proximity (ultrasonic or IR)
“base station” hardware (if I don’t use my laptop):
XBee device
XBee gadgeteer module
Spider or G120
Display screeen
Battery
SD module
The only development I would need to do then, would be the base station and the “high level” work.
I’d be interested in your FEZPilot. How would a build out compare if it were based on the G120 FEZPilot.
@ mhectorgato
I’m really interesed in this topic.
I’m fighting now with Parrot AR Drone 2.0 in .NET porting and getting crazy with P264 video stream … but my idea is to make a new one using gadgeteer boards as controller.
I’m now trying to use a Hydra with wifly board for catching tracking data from Parrot using the T35 display.