Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
41 | ligi | 1 | # RIDDIM |
43 | ligi | 2 | # -> Remote Interactive Digital Drone Interface Mashup |
41 | ligi | 3 | # |
4 | # Author: Marcus -ligi- Büschleb |
||
5 | # Project Start: 12/2007 |
||
6 | # Credits: |
||
7 | # Holger & Ingo for the Mikrokopter Project ( www.mikrokopter.de ). |
||
8 | # eduard -- - at - -- hasenleithner.at for the linux x-52 lib |
||
9 | |||
10 | =Preface= |
||
11 | |||
12 | Project to Control and interact with a MikroKopter. The main Focus on startup is the usage of one X-52 Joystick in combination with one Router. The X-52 has the possibility to Display some something on the Joystick and has lots of Axis and Buttons - so i will prefer it for flying. |
||
13 | |||
14 | =Hardware Setup= |
||
15 | |||
16 | You need: |
||
17 | - 1x MikroKopter ( www.mikrokopter.de ) with bluetooth |
||
18 | - 1x Saitek X-52 ( or X-52 PRO ) - later the support for other Devices can follow |
||
19 | - 1x Hardware with the following minimum requirements: |
||
20 | -> running linux |
||
21 | -> usb |
||
22 | -> bluetooth ( later on bluetooth or wlan will be supportet ) |
||
23 | |||
24 | In the autohrs setup this will be my notebook ( its better for debug output ) at stage one and one Asus WL500g deluxe running OpenWrt in stage2. |
||
25 | |||
26 | |||
27 | |||
28 | =Compile= |
||
29 | $> make |
||
30 | |||
31 | =Run= |
||
32 | $> ./riddim |