Subversion Repositories FlightCtrl

Rev

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

Rev 314 Rev 325
Line 7... Line 7...
7
 * with a MikroKopter ( www.mikrokopter.de )
7
 * with a MikroKopter ( www.mikrokopter.de )
8
 * 
8
 * 
9
 *
9
 *
10
 * Author:        Marcus -LiGi- Bueschleb
10
 * Author:        Marcus -LiGi- Bueschleb
11
 * Project-Start: 9/2007
11
 * Project-Start: 9/2007
12
 * Version:	  0.36
12
 * Version:	  0.37
13
 * Mailto:        ligi@smart4mobile.de
13
 * Mailto:        ligi 
-
 
14
 *		  at
-
 
15
 *		  smart4mobile.de
14
 *
16
 *
15
 * Licence:       http://creativecommons.org/licenses/by-nc-sa/2.0/de/
17
 * Licence:       http://creativecommons.org/licenses/by-nc-sa/2.0/de/
16
 *                (Creative Commons / Non Commercial / Share Alike) 
18
 *                (Creative Commons / Non Commercial / Share Alike) 
17
 *		  Addtitonally to this Licence it is not allowed to use this software in any violent manner.
19
 *		  Addtitonally to this Licence it is not allowed to use this software in any violent manner.
18
 *                This explicitly includes that lethal Weapon owning "People" (e.g. Army & Police) are not allowed to use this Project
20
 *                This explicitly includes that lethal Weapon owning "People" (e.g. Army & Police) are not allowed to use this Project
Line 29... Line 31...
29
 *
31
 *
30
 *************************************************************************************************/
32
 *************************************************************************************************/
Line 31... Line 33...
31
 
33
 
32
*** Features:
34
*** Features:
33
 - draw Graphs with Nick integral / Roll integral / Nick acc / Roll acc
35
 - draw Graphs with Nick integral / Roll integral / Nick acc / Roll acc
34
 - test each motor
36
 - test each motor ( like MotorTest in MK-Tool )
35
 - Draw LCD of mk ( + interact with it Up/Down )
37
 - Draw LCD of mk ( + interact with it Up/Down )
36
 - get MK_version
38
 - get MK_version
37
 - measure ConnectionTime / Motor=15Time / Motor>15Time ( UpTime )
39
 - measure ConnectionTime / Motor=15Time / Motor>15Time ( UpTime )
-
 
40
 - Read and Edit Settings/Parameters from MK
-
 
41
 - initial Proxy Function ( send Data from MK via TCP/IP to socket )
-
 
42
 - save MK MAC - so that scanning is only needed 1x ( you have to Quit via the Menu-Item - not the systems Exit button)
Line 38... Line 43...
38
 - Read and Edit Settings/Parameters from MK
43
 - reconnect after connection loss ( detection of disconnect could be faster )
39
 
44
 
40
*** Install:
45
*** Install:
Line 41... Line 46...
41
 - If u know how to handle JAR/JADs take the ones from the bin directory. 
46
 - If u know how to handle JAR/JADs take the ones from the bin directory. 
42
 - If u dont visit http://www.getjar.com/products/12587/MKMiniMidlet ( SVN might be more recent)
47
 - If u dont visit http://www.getjar.com/products/12587/DUBwise ( SVN might be more recent)
43
 
48
 
44
*** Usage:
49
*** Usage:
Line 45... Line 50...
45
 General:
50
 General:
46
  KEY # toggle Fullscreen
51
  KEY # toggle Fullscreen
Line 47... Line 52...
47
  KEY * MainMenu
52
  KEY * MainMenu
48
 
53
 
49
 Device selection Screen:
54
 Device selection Screen:
Line 50... Line 55...
50
  KEY UP/Down | 1..X to select device
55
  KEY UP/Down to select device
51
 
56
 
Line 128... Line 133...
128
  0.32 - Main Menu
133
  0.32 - Main Menu
129
  0.33 - Bugfix / Code CleanUp
134
  0.33 - Bugfix / Code CleanUp
130
  0.34 - select ParamSet to edit
135
  0.34 - select ParamSet to edit
131
  0.35 - Proxy server test script
136
  0.35 - Proxy server test script
132
  0.36 - initial Proxy-function in DUBwise ( send data recieved from mk to socket )
137
  0.36 - initial Proxy-function in DUBwise ( send data recieved from mk to socket )
-
 
138
  0.37 - write ParamSets / BugFixing