-
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. The first two sections are about setting up telemetry in INAV and your transmitter, which for most is already completed. Also, the instructions are for multiple transmitters, telemetry protocols and I've tried to be very descriptive so even a novice could follow along. Therefore, it's a bit verbose but proceeds quickly, I promise.
For upgrades from a previous version, see the (much shorter) upgrade instructions
- Setup SmartPort(S.Port), F.Port, D-series, or Crossfire telemetry to send to your transmitter - INAV telemetry docs
- FrSky receivers (skip for TBS Crossfire):
- 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
- If you have an current sensor, in CLI settings set
- With battery connected and after GPS fix discover telemetry sensors so all telemetry sensors are discovered
- FrSky receivers (skip for TBS Crossfire):
- 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.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)
- Telemetry distance sensor name
- 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- Taranis:
- In model setup, page to
DISPLAY
- Set desired screen to
Script
- Select
iNav
- Press
EXIT
a few times to exit
- In model setup, page to
- Horus:
- Long-press
TELE
to access the user interface/views layout - Select the desired view (or create a new one)
- Make
Layout
full screen, turn offTop bar
andSliders+Trims
- Select
Setup widgets
- Press
Enter
till a menu appears and selectSelect widget
- Scroll to the
iNav
widget and pressEnter
- Optionally (while still selecting the
iNAV
script), long-pressEnter
, selectWidget settings
where you can enableRestore
(to restore your theme's colors) and set your theme'sText
color andWarning
color - Press
RTN
several times to exit
- Long-press
- Taranis:
- 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
to the Lua Telemetry screen
- From the main screen on your transmitter, long-press
- Horus:
- From the main screen on your transmitter, press
PgUp/Dn
to the Lua Telemetry view
- From the main screen on your transmitter, press
- 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