-
Notifications
You must be signed in to change notification settings - Fork 57
Installation
Tim Eckel edited this page Jan 22, 2019
·
73 revisions
Don't be too concerned about the length of these instructions. Most is about setting up telemetry between INAV and your transmitter. If you're already sending telemetry, the first few sections will mostly be done. Also, I've tried to be very descriptive so even a novice could follow along, therefore it's a bit verbose.
For upgrades from a previous version, see the (much shorter) upgrade instructions
- Setup SmartPort(S.Port), F.Port or D-series telemetry to send to your transmitter - INAV telemetry docs
- If you have an current sensor, in CLI settings set
battery_capacity
to the mAh you want to draw from your battery - Set the fuel unit to output the percent:
- If running INAV v1.9.0+:
set smartport_fuel_unit = PERCENT
in CLI settings - If running INAV previous to v1.9.0:
set smartport_fuel_percent = ON
in CLI settings
- If running INAV v1.9.0+:
- If using pilot or radar view and INAV v2.0.0+,
set frsky_pitch_roll = ON
in CLI settings for accurate attitude display and pitch angle
- With battery connected and after GPS fix discover telemetry sensors so all telemetry sensors are discovered
- Telemetry distance sensor name
0420
(or0007
with D-series receivers) should be changed toDist
and set to the desired unit:m
orft
- The sensors
Dist
,Alt
,GAlt
andGspd
can be changed to the desired unit:m
orft
/kmh
ormph
- If you
set frsky_pitch_roll = ON
on INAV v2.0+ (which I suggest) you can optionally change the following for clarification:- Telemetry sensor
0430
(or0008
with D-series receivers) can be changed toPtch
- Telemetry sensor
0440
(or0020
with D-series receivers) can be changed toRoll
- Telemetry sensor
-
Don't change
Tmp1
orTmp2
from Celsius to Fahrenheit! They're not temps (used for flight modes and GPS info)
- Download the latest LuaTelemetry.zip file (Note: NOT the source code)
- Copy the contents of the ZIP file (
SCRIPTS
andWIDGETS
folders) to the transmitter's SD card's root - For Taranis transmitters: In model setup, page to
DISPLAY
, set desired screen toScript
and selectiNav
- Taranis:
- From the main screen on your transmitter, long-press
Page
(down d-pad on X-Lite) - If Lua Telemetry isn't on your first page, short-press
Page
till Lua Telemetry appears
- From the main screen on your transmitter, long-press
- Horus as one-time script:
- From the main screen on your transmitter, long-press
SYS
- Short-press
PgUp/Dn
which views the SD card contents on the Transmitter - Locate the iNav script by selecting:
[SCRIPTS]
,[TELEMETRY]
theniNav.lua
- Select
Execute
to run the script
- From the main screen on your transmitter, long-press
To use as a widget on Horus transmitters, see Installation: Horus Widget
- To change Lua Telemetry configuration, press
Menu
(Shift
on X-Lite,SYS
or Horus) - It's a good idea to reset telemetry between flights by long-pressing Enter/dial and selecting
Reset telemetry
Home | Features | Requirements | Download | Installation | Upgrade | Description | Configuration | Tips | Support