Clooney82 / MavLink_FrSkySPort

This MavLink_FrSkySPort repository is discontinued! The development is moved to athertop/MavLink_FrSkySPort. Please do not use this repo, and follow the link to athertop.
https://github.com/athertop/MavLink_FrSkySPort
GNU General Public License v3.0
61 stars 17 forks source link

error messages on taranis #47

Closed beb38138 closed 8 years ago

beb38138 commented 8 years ago

when i arm my apm 2.6, i get two messages read aloud from the taranis. they are Arm throttle below failsafe, and Arm leaning. Then i get the arming motors/motors armed. I dont see these messages in the Mission Planner so im wondering if its an error in the lua script maybe? Using 2.1.5 open tx and latest version apm 2.6

wolkstein commented 8 years ago

hi, did you also update your teensy? new apm3.3 status messages are also updated in teensy message to id parser. https://github.com/Clooney82/MavLink_FrSkySPort/blob/s-c-l-v-rc-opentx2.1/MavLink_FrSkySPort/Avg_statustext_v3.3.ino

and if you on apm 3.2 you must change config in MavLink_FrSkySPort.ino. default is 3.3 //#define AC_VERSION 3.2

define AC_VERSION 3.3

3.2 need

define AC_VERSION 3.2

//#define AC_VERSION 3.3

/g wolke

beb38138 commented 8 years ago

thanks for your response. I noticed when i opened up the file (the one i had already uploaded to teensy), it has bot the v3.2 and the v3.3. Should i delete the first version or upload both? Thank you for your help! From: wolke notifications@github.com To: Clooney82/MavLink_FrSkySPort MavLink_FrSkySPort@noreply.github.com Cc: beb38138 beb38138@yahoo.com Sent: Saturday, November 14, 2015 1:52 AM Subject: Re: [MavLink_FrSkySPort] error messages on taranis (#47)

hi, did you also update your teensy? new apm3.3 status messages are also updated in teensy message to id parser. https://github.com/Clooney82/MavLink_FrSkySPort/blob/s-c-l-v-rc-opentx2.1/MavLink_FrSkySPort/Avg_statustext_v3.3.ino/g wolke— Reply to this email directly or view it on GitHub.

beb38138 commented 8 years ago

So i tried it with just the v3.3 and this is the error message i get....im clueless on what this means, but maybe it will be an easy fix

Arduino: 1.6.5 (Windows 7), TD: 1.25, Board: "Teensy 3.2 / 3.1, Serial, 96 MHz optimized (overclock), US English" Using library GCS_MAVLink in folder: C:\Program Files (x86)\Arduino\libraries\GCS_MAVLink (1.0.x format) Using library Time in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Time  Using library FrSkySportTelemetry in folder: C:\Program Files (x86)\Arduino\libraries\FrSkySportTelemetry (1.0.x format)

C:\Program Files (x86)\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -DMK20DX256 -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3 -IC:\Program Files (x86)\Arduino\libraries\GCS_MAVLink -IC:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Time -IC:\Program Files (x86)\Arduino\libraries\FrSkySportTelemetry C:\Users\Owner\AppData\Local\Temp\build2694242226788568751.tmp\LSCM.cpp -o C:\Users\Owner\AppData\Local\Temp\build2694242226788568751.tmp\LSCM.cpp.o  C:\Program Files (x86)\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -DMK20DX256 -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3 -IC:\Program Files (x86)\Arduino\libraries\GCS_MAVLink -IC:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Time -IC:\Program Files (x86)\Arduino\libraries\FrSkySportTelemetry C:\Users\Owner\AppData\Local\Temp\build2694242226788568751.tmp\MavLink_FrSkySPort.cpp -o C:\Users\Owner\AppData\Local\Temp\build2694242226788568751.tmp\MavLink_FrSkySPort.cpp.o  Mavlink.ino: In function 'void _MavLink_receive()':Mavlink.ino:496:70: error: 'parseStatusText_v3_2' was not declared in this scope'parseStatusText_v3_2' was not declared in this scope From: wolke notifications@github.com To: Clooney82/MavLink_FrSkySPort MavLink_FrSkySPort@noreply.github.com Cc: beb38138 beb38138@yahoo.com Sent: Saturday, November 14, 2015 1:52 AM Subject: Re: [MavLink_FrSkySPort] error messages on taranis (#47)

hi, did you also update your teensy? new apm3.3 status messages are also updated in teensy message to id parser. https://github.com/Clooney82/MavLink_FrSkySPort/blob/s-c-l-v-rc-opentx2.1/MavLink_FrSkySPort/Avg_statustext_v3.3.ino/g wolke— Reply to this email directly or view it on GitHub.

Clooney82 commented 8 years ago

You need both files, but you have to adjust line 124/125 in MavLink_FrSkySPort.ino

beb38138 commented 8 years ago

BINGO!!! Thank you so much!! Im getting calibrating barometer messages but thats good. no more arm leaning or arm throttle warnings. thank you!! From: Jochen Kielkopf notifications@github.com To: Clooney82/MavLink_FrSkySPort MavLink_FrSkySPort@noreply.github.com Cc: beb38138 beb38138@yahoo.com Sent: Saturday, November 14, 2015 9:34 AM Subject: Re: [MavLink_FrSkySPort] error messages on taranis (#47)

You need both files, but you have to adjust line 124/125 in MavLink_FrSkySPort.ino— Reply to this email directly or view it on GitHub.