paparazzi-devel
[Top][All Lists]
Advanced

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

[Paparazzi-devel] No Data Link


From: Daniel Bedenko
Subject: [Paparazzi-devel] No Data Link
Date: Sat, 4 Oct 2008 17:09:18 -0700

Hello everyone, Datalink issue is unresolved. The issue is there are
no messages, GCS not populating.

What some of you have suggested is: you are using the wrong UART, your
baud rate is wrong, your xbees are in API mode, xbee is not on
ttyusb0, remove the Datalink section from your aircraft file, update
cvs, remove Braille TTY ..

what I have done is:
0) removed Braille TTY
1) Confirmed UART1 (tiny 2.11)
2) I have since removed the xbee from the equation and am connecting
directly to the pc via FDTI cable from the tiny 2.11
3) I have confirmed that the tiny is 100% on /dev/ttyUSB0 (i run
cutecom on dev/ttyUSB0, and binary data stops when the tiny turns off)
4) commented the DATALINK from airframe file
5) updated by:

   a)   cvs -z3 -d:pserver:address@hidden:/sources/paparazzi
co paparazzi3
   b)   cd ~/paparazzi3 && make
   (  no errors were generated. )


Tiny flashes, led1 starts and data starts to come in on ttyusb0, radio
works, (royal evo) google fill works :) there are no error messages in
paparazzi Center.  But GCS is empty, no messages coming through. any
other suggestions?

FLAGS:

ap.CFLAGS += -DDOWNLINK -DUSE_UART1 -DDOWNLINK_TRANSPORT=PprzTransport
-DDOWNLINK_FBW_DEVICE=Uart1 -DDOWNLINK_AP_DEVICE=Uart1
-DPPRZ_UART=Uart1 -DDATALINK=PPRZ -DUART1_BAUD=B9600
ap.srcs += downlink.c $(SRC_ARCH)/uart_hw.c datalink.c pprz_transport.c

sessions:

<session name="Flight address@hidden">
<program name="Data Link">
     <arg flag="-d" constant="/dev/ttyUSB0"/>
     <arg flag="-transport" constant="pprz"/>
     <arg flag="-uplink" constant=""/>
     <arg flag="-s" constant="9600"/>
     </program>
     <program name="Server"/>
     <program name="GCS"/>
     <program name="Messages">
       <arg flag="-c" constant="telemetry"/>
    </program>

<session name="Flight address@hidden">
<program name="Data Link">
     <arg flag="-d" constant="/dev/ttyUSB0"/>
     </program>
     <program name="Server"/>
     <program name="GCS"/>




reply via email to

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