"Hello Mateo,
have a look to TestMavlinkReader.java. There is an example to read MAVLink packets from a stream or from buffer.
If you are using a XBee or 3DR module to receveive/send MAVLink packets from un ArduPilot, you can use a RS232 java library…"
i don't know this project...
Mine works well! :-)
If you want i can generate classes for you, i just need the pixhawk.xml and common.xml files that you want to use
you can test my MAVlink Java Library here : https://github.com/ghelle/MAVLinkJava
There is a MAVLink generator from your xml files and a mavlink Library is generated with your messages and enum...
Have fun! :-)
i have yet a Java implementation for Mavlink : https://code.google.com/p/mavlinkjava/
It works fine on Android, Windows, Linux and embedded Java in drones.
Have fun!
first whith your last version, Andropilot works very fine on my Galaxy SII (Android 4.1.2) and XBees!
Second point : as we have both GPS on Quad and Android, can we use DGPS to have a better accuracy on relative position between Quad…"
i have tested ArduPilot with a XBee and VRBrain (from VirtualRobotix) firmware : ArduCopter V2.9.1 rc-2. All with MAVLink 1.0
It works fine!
But (:-)) some parameters are : ?
Is it normal?
the displayed altitude is GPS altitude? Where i can…"
"Hello Kevin,
the XBee is plug on an XBee Explorer Dongle (https://www.sparkfun.com/products/9819) but i don't know where a can find informations about the "IsUsb" ...
I can plug too a FTDI cable directly on the XBee...
In fact i must wait to receive…"
"I just finish my MAVLink Java Generator! Command line arguments are : source : directory path containing xml files to parse for generation target : directory path for output Java source files isLittleEndian : true if type are stored in…"
i am working on a Mavlink generator (from Mavlink xml files) for Java...
Perhaps we can have some common work? :-)
I am very interesting by your Android version, is it possible to see your code in your git repository?