-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fixed Wing Guide
Note: A limitation of iNav (and all other Cleanflight based firmware for that matter) is that it cannot be flown longer than 1 hour and 15 minutes. This is resolved from INAV version 1.6 with F3 boards and newer.
-
Flash the latest version of iNav.
-
Do an entire sensor calibration. Level should be the angle of the plane itself when flying straight. Do not skip this step.
-
Select a preset from the iNav presets tab that fits your aircraft the best, then press "Save & Reboot"
-
Servo and ESC/MOTOR. ( Keep in mind servos positive wire should go to an independent BEC instead of connecting to the flightcontroller itself. )
-
Airplane
- Output 1 - Motor/ESC
- Output 2 - Empty / Or 2. motor
- Output 3 - Elevator
- Output 4 - Aileron
- Output 5 - Aileron
- Output 6 - Rudder
-
Flying Wing
- Output 1 - Motor/ESC
- Output 2 - Empty / Or 2. motor
- Output 3 - Port Elevon
- Output 4 - Starboard Elevon
-
An example if using SpracingF3:.
- If using GPS connect it to UART 2.
- If using Sbus connect it to UART 3 / or the uart which are dedicated for sbus on your board.
- If using regular PPM connect it to IO 1 pin 1.
- If using telemetry connect it with softserial. ( If using Smartport read this )
- Setup receiver/transmitter according to what you are using.
- If using GPS setup UART2 for GPS at baud 57600 and enable GPS in configurations (if that doesn't work, try 115200).
- Your transmitter should use NO mixing at all (so separate channels for Thr, Ail, Rud, Ele). Check that when moving the sticks, the right channels moves in the receiver window. Also everything should be centered at 1500us, and full stick movement should be 1000-2000us. Use subtrim and travel range on TX to set this up.
The correct way is:
- Throttle stick push away - increased value
- Yaw (Rudder) stick right - increased value
- Pitch (Elevator) stick push away - increased value
- Roll (Ailerons) stick right - increased value
Next is checking that your servo moves as expected:
- Servo goes the right way when moving sticks. Youtube help video
- The servo movement does not exceed wanted maximum deflection of control surfaces. Guide on setting up linkages
- The servo midpoint has control surfaces perfectly at center.
In the "Servos" Tab:
- If they go reverse, change "Direction and rate" from +100 to -100
- If they exceed maximum wanted deflection reduce min/max
- If control surfaces is not perfectly centered adjust servo midpoint. (This is after setting them up as close as possible mechanically )
(Note: In the Servos tab servos are counted from 0-7 while in the Motors tab they run from 1-8.)
At this point everything should do as expected.
1: When moving sticks on TX the control surfaces should move correctly, do an High Five test
2: When moving the airplane in the air in angle mode control surfaces should counter-act movement correctly. The controls surfaces needs to move the same way as the airplane is moved to counteract and stabilize the airplane. You may need to temporarily triple the amount on P-gain on Roll, Pitch and Yaw axis. (So its easy to see movement.)
-
Type this and save in CLI:
set max_angle_inclination_rll = 600
set max_angle_inclination_pit = 600
-
Stick arming is considered unsafe for fixed wing models. It's suggested instead that you use an AUX switch for arming (eg switch SF on a Taranis) or fixed_wing_auto_arm.
-
Increase small angle (so iNav will let you arm in any position) type this and save in CLI:
set small_angle = 180
-
If you wish for your fixed wing model to loiter instead of attempting a landing after RTL mode is selected & the model returning home, you can set the model to loiter by typing this and saving in CLI:
set nav_rth_allow_landing = OFF
-
In iNav V1.7 when the RTL mode is enabled, the model will climb and then return home. If you set this value below, the model will turn and then climb on it's way back to the home position:
set nav_rth_climb_first = OFF
-
In iNav V1.7 the default RTL height is 10 metres (approx 32') which might be too low for flying sites with trees. You can change this to 70 metres (approx 230') by setting this value in the CLI tab and typing save afterwards:
set nav_rth_altitude = 7000
-
Tune your PIFF controller ( iNav versions 1.6 & later )
-
Read through the iNav CLI commands, especially ALL marked with " fw_ " This will give you hints how the modes for fixedwings works.
- Have
passthrough
mode configured so if it happens anything with gyro / accelerometer in air you can go manual control, this includes example if your flight controller resets during flight because of example an brownout. - Use Airmode mode to get full stabilization and servo throw with no throttle applied.
- Setting up failsafe with return to home.
- If your compass is not 100% properly setup just disable it instead. A calibrated compass can cause orientation drift during flight that may not show up in the configurator (especially built-in ones on your FC). Really consider disabling it unless you need it. INAV uses GPS heading normally, Only on ground before GPS speed has been high enough or if error between GPS heading and compass heading exceed 60deg will it use compass heading
-
Double check following again:
- 3d model in configurator moves correctly when moving airplane by hand. And that the aircraft is showing leveled when your holding the aircraft leveled in air.
- Do the High Five test in passthrough mode, verify everything is moving as expected.
- Enable
Angle
/Horizon
mode and verify the control surfaces moves correctly when moving aircraft by hand and by sticks on TX
-
Arm and launch your aircraft using prefered mode, example
Horizon
.- If airplane is not flying leveled when in self leveling mode like
Horizon
you need to trim your board aligment - If airplane flies leveled, do an Servo Autotrim
- Tune your PIFF values, either manually or with AUTOTUNE
- If airplane is not flying leveled when in self leveling mode like
-
For GPS features
- Test
NAV ALTHOLD
and see that it holds altitude. - Test
NAV ALTHOLD
andNAV POSHOLD
combined - Test
RTH
flight mode - Test failsafe
- Test
-
Using a seperate BEC for servos to prevent the FC from restarting due to brownouts or interferences of the servos. Example INAV will not be able to function after an brownout, Pilot must switch into Passthrough mode and fly manually and land the airplane.
-
Howto in flight trim servos. Aileron example at rcgroups.com Fixed wing example
-
Prefer using digital servos to analog ones. Digital servos are much faster. Explanation
-
Add an capacitor on the +5v powering servos to avoid issues. ( Especially with digital servos ) Link explanation Example to buy
INAV Version Release Notes
7.1.0 Release Notes
7.0.0 Release Notes
6.0.0 Release Notes
5.1 Release notes
5.0.0 Release Notes
4.1.0 Release Notes
4.0.0 Release Notes
3.0.0 Release Notes
2.6.0 Release Notes
2.5.1 Release notes
2.5.0 Release Notes
2.4.0 Release Notes
2.3.0 Release Notes
2.2.1 Release Notes
2.2.0 Release Notes
2.1.0 Release Notes
2.0.0 Release Notes
1.9.1 Release notes
1.9.0 Release notes
1.8.0 Release notes
1.7.3 Release notes
Older Release Notes
QUICK START GUIDES
Getting started with iNav
Fixed Wing Guide
Howto: CC3D flight controller, minimOSD , telemetry and GPS for fixed wing
Howto: CC3D flight controller, minimOSD, GPS and LTM telemetry for fixed wing
INAV for BetaFlight users
launch mode
Multirotor guide
YouTube video guides
DevDocs Getting Started.md
DevDocs INAV_Fixed_Wing_Setup_Guide.pdf
DevDocs Safety.md
Connecting to INAV
Bluetooth setup to configure your flight controller
DevDocs Wireless Connections (BLE, TCP and UDP).md\
Flashing and Upgrading
Boards, Targets and PWM allocations
Upgrading from an older version of INAV to the current version
DevDocs Installation.md
DevDocs USB Flashing.md
Setup Tab
Live 3D Graphic & Pre-Arming Checks
Calibration Tab
Accelerometer, Compass, & Optic Flow Calibration
Alignment Tool Tab
Adjust mount angle of FC & Compass
Ports Tab
Map Devices to UART Serial Ports
Receiver Tab
Set protocol and channel mapping
Mixer
Outputs
DevDocs ESC and servo outputs.md
DevDocs Servo.md
Modes
Modes
Navigation modes
Navigation Mode: Return to Home
DevDocs Controls.md
DevDocs INAV_Modes.pdf
DevDocs Navigation.md
Configuration
Failsafe
Failsafe
DevDocs Failsafe.md
PID Tuning
PID Attenuation and scaling
Fixed Wing Tuning for INAV 3.0
Tune INAV PIFF controller for fixedwing
DevDocs Autotune - fixedwing.md
DevDocs INAV PID Controller.md
DevDocs INAV_Wing_Tuning_Masterclass.pdf
DevDocs PID tuning.md
DevDocs Profiles.md
OSD and VTx
DevDocs Betaflight 4.3 compatible OSD.md
OSD custom messages
OSD Hud and ESP32 radars
DevDocs OSD.md
DevDocs VTx.md
LED Strip
DevDocs LedStrip.md
Advanced Tuning
Programming
DevDocs Programming Framework.md
Adjustments
DevDocs Inflight Adjustments.md
Mission Control
iNavFlight Missions
DevDocs Safehomes.md
Tethered Logging
Log when FC is connected via USB
Blackbox
DevDocs Blackbox.md
INAV blackbox variables
DevDocs USB_Mass_Storage_(MSC)_mode.md
CLI
iNav CLI variables
DevDocs Cli.md
DevDocs Settings.md
VTOL
DevDocs MixerProfile.md
DevDocs VTOL.md
TROUBLESHOOTING
"Something" is disabled Reasons
Blinkenlights
Pixel OSD FAQs
TROUBLESHOOTING
Why do I have limited servo throw in my airplane
ADTL TOPICS, FEATURES, DEV INFO
AAT Automatic Antenna Tracker
Building custom firmware
Default values for different type of aircrafts
Features safe to add and remove to fit your needs.
Developer info
INAV MSP frames changelog
INAV Remote Management, Control and Telemetry
Lightweight Telemetry (LTM)
Making a new Virtualbox to make your own INAV
MSP Navigation Messages
MSP V2
OrangeRX LRS RX and OMNIBUS F4
Rate Dynamics
Target and Sensor support
UAV Interconnect Bus
Ublox 3.01 firmware and Galileo
DevDocs 1wire.md
DevDocs ADSB.md
DevDocs Battery.md
DevDocs Buzzer.md
DevDocs Channel forwarding.md
DevDocs Display.md
DevDocs Fixed Wing Landing.md
DevDocs GPS_fix_estimation.md
DevDocs LED pin PWM.md
DevDocs Lights.md
DevDocs OSD Joystick.md
DevDocs Servo Gimbal.md
DevDocs Temperature sensors.md
OLD LEGACY INFO
Supported boards
DevDocs Boards.md
Legacy Mixers
Legacy target ChebuzzF3
Legacy target Colibri RACE
Legacy target Motolab
Legacy target Omnibus F3
Legacy target Paris Air Hero 32
Legacy target Paris Air Hero 32 F3
Legacy target Sparky
Legacy target SPRacingF3
Legacy target SPRacingF3EVO
Legacy target SPRacingF3EVO_1SS
DevDocs Configuration.md
Request form new PRESET
DevDocs Introduction.md
Welcome to INAV, useful links and products
iNav Telemetry
DevDocs Rangefinder.md
DevDocs Rssi.md
DevDocs Runcam device.md
DevDocs Serial.md
DevDocs Telemetry.md
DevDocs Rx.md
DevDocs Spektrum bind.md