This Script should work with every Pixhawk (Pixhawk, Fixhawk, AUAV-X2, etc.) which is connected to a FrSky D-Transmitter (D4R, D8R)
It displays the voltage and current, beside the current time and a simple timer below the currently used flightmode. Also RSSI is displayed on the left side. All values are based on converted mavlink Data.
Displayed content while in user controlled mode
Displayed content while in GPS controlled mode
- Connect the Pixhawk with a RS232 TTL level converter (not need to be a FrSky, a cheaper one from Ebay also works fine (watch for correct specifications)) and connect RS232 TTL level converter with your Frysky Transmitter
- Activate the FrSky D protocol in the parameters for the appropriate port
- Make sure you have LUA-Scripting enabled
- If you dont have a folder "SCRIPTS", create it in your Sd's root
- Download the scripts folder from here
- Copy the "BMP" Folder from the just downloaded "SCRIPTS" Folder to your Taranis "SCRIPTS" folder
- Create a new Folder inside the "SCRIPTS" folder, which has the exact name of your model (eg. Discovery)
- Copy the lua script from the just downloaded "SCRIPTS/Modelname" folder inside your previously created folder 6 Start your Taranis an long press "PAGE"-Button
##useful links
- http://copter.ardupilot.com/wiki/common-optional-hardware/common-telemetry-landingpage/common-frsky-telemetry/ (How to connect your Converter)
- http://fpv-community.de/showthread.php?63147-Telemetriedaten-vom-AUAV-X2-mit-D4R-II (How to connect a AUAV-X2 or Pixhawk with a D4R-II)
- http://fpv-community.de/showthread.php?57636-Naze32-amp-FRSky-D4R-II-Telemetrie-LUA-Script (My Script gets its fancy graphics from this script)