paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Telemetry Protocol


From: Christophe De Wagter
Subject: Re: [Paparazzi-devel] Telemetry Protocol
Date: Fri, 28 Sep 2012 07:33:31 +0200

Are you using transparent or telemetry mode?

We have a c++ telemetry decoder that is automatically generated from the messages.xml file. A copy is currently in: 

https://github.com/mavlink/mavlink-ivy-interface/tree/master/tools/pprz_msg_compiler

>  git clone git://github.com/mavlink/mavlink-ivy-interface.git
>  cd mavlink-ivy-interface
>  make
>  ./bin/pprz_msg_parser ../paparazzi/conf/messages.xml

this creates a driver that can decode serial or udp streamed telemetry, send datalink messages and also decode/send both in text format (IVY).

But it is only for transparent mode at this point, not for XBee-API

-Christophe 



On Thu, Sep 27, 2012 at 11:10 PM, Eduardo lavratti <address@hidden> wrote:
Hello Breingan,
I am very interested in protocols too because i am starting to make a basic GCS for me PPZ.

My plan is to make the GCS talk direct with plane without server.
Only basic control of waypoints and show telemetry data.

regards.


Date: Thu, 27 Sep 2012 12:57:22 -0400
From: address@hidden
To: address@hidden
Subject: [Paparazzi-devel] Telemetry Protocol


I am trying to create an alternative method of controlling an autopilot other than the primary ground station. In doing this I need to spoof some messages as it if were from the ground station across the XBee link. 

The protocol for the air-ground communication is easy enough to figure out from the documentation. However, I can't seem to figure out the protocol for ground-air communication. I've logged the data being sent, and it doesn't seem to make any sense. Lots of 0x5E and 0x08 being sent. But no repeatable pattern that I can see. It definitely doesn't look like the message format that the aircraft sends back to the ground.

All I need to do is spoof the "jump to block" message and send it from another XBee separate from the GCS. I thought that this message would be 0x99 08 00 1B 02 02 24 79. But this is not working at all. 

Any thoughts would be greatly appreciated. Thanks.

Sincerely,

C. Randy Breingan


_______________________________________________ Paparazzi-devel mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/paparazzi-devel

_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]