R/C Settings
IRIS+ Telemetry Script Version:1.1 |
|
|
Telemetry script for IRIS+ showing:
- altitude
- speed
- heading
- battery voltage and current
- current flight mode
- number of GPS satellites
- timer 2 (you can easily change to timer 1 or remove it)
Changelog
Version 1.1
- Added display of timer 2. See the comments in drawMode() for info on how to change to timer 1 instead or remove the timer display.
|
|
Data
|
Size |
185.51 KB |
Downloads |
3948 |
Created |
2015-03-15 |
Created by |
jenswilly |
Changed at |
2015-04-21 |
Modified by |
jenswilly |
|
|
|
|
|
|
You have no rights to post comments
Comments
add a variable to save last flight mode
local lastMode = -1
In function, drawMode, clear the text area before writing mode
lcd.drawText( 40, y, " ", MIDSIZE + 0 )
lcd.drawText( x, y, name, MIDSIZE + attr )
in function run( event ), only draw mode when it changes
if lastMode ~= mode then
drawMode( mode )
end
Thanks.
It should work with other models as well as long as the Taranis receives the same telemetry info. There is nothing IRIS specific in the script.
Does it show the custom telemetry page at all for the other models at all?
Great Script, any reason other than naming, this would not work on other Pixhawks other then IRIS? I have the same basic setup on 3 other models, changed the folder name to what they are named in Taranis, but no good, any thoughts?
RSS feed for comments to this post