Subversion Repositories Projects

Rev

Rev 127 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 127 Rev 130
Line 1... Line 1...
1
# RIDDIM 
1
# RIDDIM 
-
 
2
#  
2
#  -> Remote Interactive Digital Drone Interface Mashup
3
#  -> Remote Interactive Digital Drone Interface Mashup
3
#
4
#
4
# Author: 	 Marcus -ligi- Bueschleb
5
# Author: 	 Marcus -ligi- Bueschleb
5
#
6
#
6
# Contact: ligi
7
# Contact: ligi
Line 12... Line 13...
12
# Credits:
13
# Credits:
13
#          Holger & Ingo for the Mikrokopter Project ( www.mikrokopter.de ).
14
#          Holger & Ingo for the Mikrokopter Project ( www.mikrokopter.de ).
14
#	   eduard -- - at - -- hasenleithner.at for the linux x-52 lib
15
#	   eduard -- - at - -- hasenleithner.at for the linux x-52 lib
15
#
16
#
Line 16... Line -...
16
 
-
 
17
 
-
 
18
=Preface=
-
 
19
 
-
 
20
 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. 
-
 
21
 
17
 
22
= Documentation =
-
 
23
 
-
 
24
 http://www.rcmovie.de/view_video.php?viewkey=7ec0047de2d5d1b28a75
-
 
25
 http://www.youtube.com/watch?v=3a0FSJTDQlM
-
 
26
 http://forum.mikrokopter.de/topic-2554.html
18
= Documentation / Infos =
27
 http://www.mikrokopter.de/ucwiki/en/Riddim
-
 
28
 
19
 http://www.mikrokopter.de/ucwiki/en/Riddim
29
 
20
  
Line 30... Line 21...
30
= Licence =
21
= Licence =
31
 
22
 
32
 http://creativecommons.org/licenses/by-nc-sa/2.0/de/  (Creative Commons / Non Commercial / Share Alike 
23
 http://creativecommons.org/licenses/by-nc-sa/2.0/de/  (Creative Commons / Non Commercial / Share Alike 
33
 Addtitonally to this Licence it is not allowed to use this software in any violent manner.
24
 Addtitonally to this Licence it is not allowed to use this software in any violent manner.
Line -... Line 25...
-
 
25
 This explicitly includes that lethal Weapon owning "People" (e.g. Army & Police) are not allowed to use this Project
34
 This explicitly includes that lethal Weapon owning "People" (e.g. Army & Police) are not allowed to use this Project
26
 If you want to use this tool in any Commercial Context - please contact me first!
Line 35... Line 27...
35
 If you want to use this tool in any Commercial Context - please contact me first!
27
 
36
 
28
 
37
=Hardware Setup=
29
=Hardware Setup=
Line 67... Line 59...
67
 0.4 - Measure time from send command to confirm 
59
 0.4 - Measure time from send command to confirm 
68
 0.3 - mode selector 
60
 0.3 - mode selector 
69
 0.2 - first version with possibility to fly ( based on FC0.68b commands )
61
 0.2 - first version with possibility to fly ( based on FC0.68b commands )
70
 0.1 - initial release with basic functions and proove of concept Code ( Scanning for Blueooth Devices / read Joy / communicate to MK / ..)
62
 0.1 - initial release with basic functions and proove of concept Code ( Scanning for Blueooth Devices / read Joy / communicate to MK / ..)
Line 71... Line -...
71
 
-
 
72
 
-
 
73
= ToDo =
-
 
74
 
-
 
75
 - Force Feedback from ACC Sensor Data
-
 
76
 - Support more JoySticks -> generalize
-
 
77
 - Support more Aircraft types -> generalize
63