paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] How to Synchronizing the two Tiny boards?


From: Martin Mueller
Subject: Re: [Paparazzi-devel] How to Synchronizing the two Tiny boards?
Date: Fri, 26 Oct 2012 17:30:11 +0200 (CEST)

Hi Autumn,

> My name is Autumn and I'm working on a system that uses paparazzi on a Tiny
> v2.11 board (with LPC2148 as the main processor). I added a TWOG in addition
> to the main autopilot Tiny to take data from some sensor and log them to a SD
> card. However, the data that is logged in the SD card and the data sent back
> via telemetry has non-matching time stamps. I wonder if I can synchronize the
> two processors by configure the TWOG to use external clock and physically
> connect the clock pin from Tiny to the TWOG.

the on-board TWOG log data is synchronized to the TWOGs 12MHz Quarz and starts
when the TWOG is booted. The timestamp is added to each messsage by the TWOG as
it is written to SD card.

The log file that is recorded in the ground station is started when the ground
software is executed. The timestamp is generated in the laptop as the message is
received. There will be some jitter caused by the radio link (retries, random tx
delay).

> Have anybody ever met problems on asynchronized data from two processors or
> between telemetry data and data stored on board?

The Tiny does not generate any timestamp in your setup. It is the TWOG and the
laptop.

Martin



reply via email to

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