I’m building my own controllers for the two UAVs — mainly because I want them to do what I want them to do, rather than have limitations placed by others.
Both sets of controllers are based on the FIO platform — it’s an arduino-like device, notably scores a built-in LiPo charger and Xbee Socket. Since I’m using Xbees for my radio communications, it makes it an easy choice. For the helicopter, which has a lot of sensors to integrate, I’ve had custom boards made through BatchPCB. These solder up to the back of the FIO board, and provide plug-in locations for all of the sensors and connections. The powered parachute will have perfboards attached to its FIO boards and wired up that way, rather than custom boards, since it has far fewer connections to make.
For the helicopter, the landside controller has two joysticks, an OLED display, and a 5-position “clicky” joystick for menu navigation. The airside controller has the following sensors:
The helicopter uses the 2.4GHz Xbee-Pro for communications, with a typical range of 1 mile.
The powered parachute has a somewhat simpler controller — a slide pot for the throttle, which controls altitude as well, a dial for steering (which controls both the parachute’s steering lines and the nose gear), a pushbutton for the camera shutter, an LCD and a hotpot for menu navigation and control. The camera, since it points downward, will mostly be in an intervalometer setting, but the period between the photos will be determined by the altitude and speed of the aircraft.
Airside on the powered parachute is a similar suite of sensors, although missing most of the “big ones”:
And that’s all for now — photos and details forthcoming as devices are completed.