You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Lua Telemetry won't work with Crossfire for example because it uses proprietary sensors and missing sensor information.
32
-
> The above requirements are really that, they're required for this script to function.
30
+
> Note: This Lua Telemetry script **requires** SmartPort telemetry as noted above.
31
+
> Lua Telemetry **won't work with Crossfire** for example because it uses proprietary sensor names/formatting and missing sensor information that Lua Telemetry needs.
33
32
34
33
## Setup
35
34
36
35
#### In INAV Configurator
37
36
38
-
1. Setup telemetry to send to your transmitter - [INAV telemetry docs](https://github.com/iNavFlight/inav/blob/master/docs/Telemetry.md)
39
-
2. If you have an amperage sensor, configure `battery_capacity` to the mAh you want to draw from your battery and set `smartport_fuel_percent = ON` in CLI settings (allows proper calibration of battery used percentage)
37
+
1. Setup SmartPort telemetry to send to your transmitter - [INAV telemetry docs](https://github.com/iNavFlight/inav/blob/master/docs/Telemetry.md#smartport-sport-telemetry)
38
+
2. If you have an amperage sensor (which I highly suggest), configure `battery_capacity` to the mAh you want to draw from your battery and set `smartport_fuel_percent = ON` in CLI settings (allows proper calibration of fuel used percentage)
40
39
41
40
#### From Transmitter
42
41
@@ -47,9 +46,10 @@
47
46
48
47
#### INAV Lua Telemetry Screen Setup
49
48
50
-
1. Copy `iNav.lua` file to transmitter SD card's `\SCRIPTS\TELEMETRY\` folder
51
-
2. Copy `iNav` folder to transmitter SD card's `\SCRIPTS\TELEMETRY\` folder
52
-
3. In model setup, page to `DISPLAY`, set desired screen to `Script`, and select `iNav`
49
+
1. Download the Lua Telemetry ZIP file by clicking the green `Clone or download` button towards the top right and select `Download ZIP`
50
+
2. From the downloaded `LuaTelemetry.zip`, copy the `iNav.lua` file to the transmitter's SD card's `\SCRIPTS\TELEMETRY\` folder
51
+
3. Also from the ZIP file, copy the `iNav` folder to the transmitter's SD card's `\SCRIPTS\TELEMETRY\` folder
52
+
4. In model setup, page to `DISPLAY`, set desired screen to `Script`, and select `iNav`
53
53
54
54
## Notice
55
55
@@ -70,7 +70,7 @@ Using transmitter firmware with `luac` included will reduce memory usage and inc
70
70
* The launch/pilot-based orientation view is useful if model orientation is unknown
71
71
* If model is further than 25 feet away, the launch/pilot-based view will show the direction of the model based upon launch/pilot position and orientation (useful to locate a lost model)
72
72
* The script gives voice feedback for flight modes, battery levels, and warnings (no need to manually set this up for each model)
73
-
* Voice alerts will play in background even if iNav LuaTelemetry screen is not displayed
73
+
* Voice alerts will play in background even if iNav Lua Telemetry screen is not displayed
0 commit comments