Maiden-Flight RaspberryPylot

RaspberryPylot made it!
With perfect weather and a great ground-team supplying me with food, the RaspberryPylot successfully completed its maiden-flight today. A laptop with gamepad, a wifi-connection using two simple USB dongles, an I2C servo controller and a Raspberry Pi and it’s ready to go:

 

Control via the gamepad was very comfortable and easy. Two analogue sticks for elevator, rudder, and ailerons. Two buttons to increase and decrease throttle and another two buttons to control the ailerons as flaps (flaperons). We didn’t test the master/slave mode today, but one can attach two gamepads and use one master button to switch between both with independent control profiles for each mode. In principle one could pass over the control of only one single axis at a time.

Many thanks to the CRRCSim team for creating such a fun way of training pre-flight.

Cheers
Tim

First Steps towards RaspberryPylot

I’m working on using the Raspberry Pi as a remote control replacement. The “chain of command” goes as follows:

USB-Gamepad > Laptop >TP-WN722NC
~~~802.11n~~~
TP-WN722NC > Raspberry Pi > I2C > PCA9685 > Servos & Motor Controller

So far so good, everything seems to be working with acceptable low latency. I’ll just need to code some security measures, if the signal is lost (motor off and servos positioned for a slight turn).

As the last weeks were rather busy and I was stuck with a bad cough, I’m still not completely finished with the Easy Star II. As the Raspberry Pi won’t fit completely into the fuselage, I’ll have to adapt the canopy for it:

I made some of the code used available on github.