Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 249 → Rev 250

/branches/ligi_j2me/README
1,16 → 1,19
/*************************************************************************************************
*
* Project to Communicate via J2ME and Bluetooth with a MikroKopter (www.mikrokopter.de )
* Project to Communicate via J2ME (Mobile Phone) and Bluetooth
* with a MikroKopter ( www.mikrokopter.de )
*
*
* Author: Marcus -LiGi- Bueschleb
* Project-Start: 9/2007
* Version: 0.17
* Version: 0.29
* Mailto: ligi@smart4mobile.de
*
* Licence: http://creativecommons.org/licenses/by-nc-sa/2.0/de/
* (Creative Commons / Non Commercial / Share Alike)
* Big Up: Holger&Ingo
* Credits: Holger&Ingo for the MikroKopter Project
* CaScAdE for Testing and Graphics
* Orion8 for inspiration
*
* ChangeLog:
* 0.01 - initial Version ( initialize connection / main Thread with reading data from MK)
44,28 → 47,18
*
*************************************************************************************************/
 
Install:
*** Features:
- draw Graphs with Nick integral / Roll integral / Nick acc / Roll acc
- test each motor
- Draw LCD of mk ( + interact with it Up/Down )
- get MK_version
- measure ConnectionTime / Motor=15Time / Motor>15Time ( UpTime )
 
*** Install:
- If u know how to handle JAR/JADs take the ones from the bin directory.
- If u dont visit http://www.getjar.com/products/12587/MKMiniMidlet ( SVN might be more recent)
 
Compile:
- install some tools to fullfill Compile-Dependencys ( see below )
- Set the path to WTK it in build.xml
- execute $> ant build
- the JAR and JAD will appear in build/bin when success
* see http://forum.mikrokopter.de/topic-post15829.html#post15829 for Hints on Compiling on Windows
 
Dependencys:
Run:
- The Phone needs the Bluetooth API and MIDP 2.0 .
- The MK needs a Bluetooth-Modul - http://mikrokopter.de/ucwiki/F2M03GXA?action=show
Compile:
- WTK ( 2.2 proven to work - please test with newer )
- Obfuscator (e.g. Proguard from http://sourceforge.net/project/showfiles.php?group_id=54750
) when willing to obfuscate
- ANT
Usage:
*** Usage:
General:
KEY # toggle Fullscreen
KEY * to Quit
83,7 → 76,7
LEFT prev motor ( if first go to main screen )
RIGHT next motor
Tested on:
*** Tested on:
SE - K800i
Nokia - N95
SE - W800i
91,8 → 84,24
Nokia - N80 ( Font is too Big - but API worx)
Nokia - 6230i ( without copter )
 
ToDo:
*** Compile:
- install some tools to fullfill Compile-Dependencys ( see below )
- Set the path to WTK it in build.xml
- execute $> ant build
- the JAR and JAD will appear in build/bin when success
* see http://forum.mikrokopter.de/topic-post15829.html#post15829 for Hints on Compiling on Windows
 
*** Dependencys:
Run:
- The Phone needs the Bluetooth API and MIDP 2.0 .
- The MK needs a Bluetooth-Modul - http://mikrokopter.de/ucwiki/F2M03GXA?action=show
Compile:
- WTK ( 2.2 proven to work - please test with newer )
- Obfuscator (e.g. Proguard from http://sourceforge.net/project/showfiles.php?group_id=54750
) when willing to obfuscate
- ANT
*** ToDo:
- Proxying to TCP/IP ( GPRS / UMTS / WLAN ( e.g. N80) .. )
- measure DebugSets per Second
- log data/csv ( send via TCP/IP ; save )