-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error messages on taranis #47
Comments
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. /g |
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! 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 |
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" 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 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 |
You need both files, but you have to adjust line 124/125 in MavLink_FrSkySPort.ino |
BINGO!!! Thank you so much!! Im getting calibrating barometer messages but thats good. no more arm leaning or arm throttle warnings. thank you!! You need both files, but you have to adjust line 124/125 in MavLink_FrSkySPort.ino— |
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
The text was updated successfully, but these errors were encountered: