Subversion Repositories FlightCtrl

Rev

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

Rev 210 Rev 221
Line 30... Line 30...
30
 *  0.16 - LCD implementation & polishing code on serveral places
30
 *  0.16 - LCD implementation & polishing code on serveral places
31
 *  0.17 - Quit via * | Rescan via #
31
 *  0.17 - Quit via * | Rescan via #
32
 *  0.18 - Remember URL ( bt-mac ) on quit
32
 *  0.18 - Remember URL ( bt-mac ) on quit
33
 *  0.19 - better handling of MK Version 
33
 *  0.19 - better handling of MK Version 
34
 *  0.23 - care for Version while parsing DebugData - MK0.64 compatible now (0.20-0.23 - n1 bugfixing With CaSCade)
34
 *  0.23 - care for Version while parsing DebugData - MK0.64 compatible now (0.20-0.23 - n1 bugfixing With CaSCade)
-
 
35
 *  0.24 - adding some GFX 
-
 
36
 *  0.25 - adding Graph ( Nick int;Roll int; nick acc ;roll acc)
-
 
37
 *  0.26 - more Visuals
35
 *                                                                                
38
 *                                                                                
36
 * Online Link to this Document:                                                                                      
39
 * Online Link to this Document:                                                                                      
37
 *  http://mikrocontroller.cco-ev.de/mikroviewvc/FlightCtrl/branches/ligi_j2me/README?view=markup                     
40
 *  http://mikrocontroller.cco-ev.de/mikroviewvc/FlightCtrl/branches/ligi_j2me/README?view=markup                     
38
 *
41
 *
39
 *************************************************************************************************/
42
 *************************************************************************************************/
Line 40... Line 43...
40
 
43
 
41
Install:
44
Install:
42
 - If u know how to handle JAR/JADs take the ones from the bin directory. 
45
 - If u know how to handle JAR/JADs take the ones from the bin directory. 
Line 43... Line 46...
43
 - If u dont visit http://www.getjar.com/products/12587/MKMiniMidlet
46
 - If u dont visit http://www.getjar.com/products/12587/MKMiniMidlet ( SVN might be more recent)
44
 
47
 
45
Compile:
48
Compile:
46
 - install some tools to fullfill Compile-Dependencys ( see below )
49
 - install some tools to fullfill Compile-Dependencys ( see below )
Line 61... Line 64...
61
  
64
  
62
Usage:
65
Usage:
63
 KEY 1..X to select device
66
 KEY 1..X to select device
64
 KEY UP to go Page up in MK-LCD
67
 KEY UP to go Page up in MK-LCD
65
 KEY DOWN to go Page up in MK-LCD
68
 KEY DOWN to go Page up in MK-LCD
66
 KEY # to Rescan
69
 KEY # toggle Fullscreen
Line 67... Line 70...
67
 KEY * to Quit
70
 KEY * to Quit
68
 
71
 
-
 
72
Tested on:
69
Tested on:
73
 SE - K800i
70
 SE - K800i
74
 SE - W800i
71
 Nokia 6234
75
 Nokia 6234
72
 Nokia N80 ( Font is too Big - but API worx)
76
 Nokia N80 ( Font is too Big - but API worx)
Line 80... Line 84...
80
 - Sound Alarms on Batt low or other triggers
84
 - Sound Alarms on Batt low or other triggers
81
 - get/set MK-Parameters
85
 - get/set MK-Parameters
82
 - Visualisation of DebugData
86
 - Visualisation of DebugData
83
 - making lib to be useable with desktop JAVA / will be sceduled after bluecove for linux is ready ( anounced for next Version)
87
 - making lib to be useable with desktop JAVA / will be sceduled after bluecove for linux is ready ( anounced for next Version)
84
 - triangulate MK by BT rssi
88
 - triangulate MK by BT rssi
-
 
89
 - trigger cammera shot via FC
85
 - tbc 
90
 - tbc 
Line 86... Line 91...
86
 
91