Git Product home page Git Product logo

Comments (5)

wolkstein avatar wolkstein commented on July 30, 2024

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

from mavlink_frskysport.

beb38138 avatar beb38138 commented on July 30, 2024

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 [email protected]
To: Clooney82/MavLink_FrSkySPort [email protected]
Cc: beb38138 [email protected]
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.

from mavlink_frskysport.

beb38138 avatar beb38138 commented on July 30, 2024

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 -D__MK20DX256__ -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 -D__MK20DX256__ -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 [email protected]
To: Clooney82/MavLink_FrSkySPort [email protected]
Cc: beb38138 [email protected]
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.

from mavlink_frskysport.

Clooney82 avatar Clooney82 commented on July 30, 2024

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

from mavlink_frskysport.

beb38138 avatar beb38138 commented on July 30, 2024

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 [email protected]
To: Clooney82/MavLink_FrSkySPort [email protected]
Cc: beb38138 [email protected]
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.

from mavlink_frskysport.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.