Skip to content

Commit

Permalink
document Crossfile capability
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Jul 20, 2020
1 parent 90f3838 commit 7a8ecf3
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,24 @@ Typical use case:

* Radiomaster TX16S radio (which has two normal / not inverted UARTS)
* Bluetooth module attached to a radio UART
* LTM aware ground station [mwp](https://github.com/stronnag/mwptools), ezgui, "mission planner for inav".
* LTM aware ground station [mwp](https://github.com/stronnag/mwptools), ezgui, "mission planner for inav"
* Antenna tracker that uses LTM.

## Installation and Usage

* Copy the script `ltm.lua` to the `SCRIPTS/FUNCTIONS' directory
* Create a directory, `SCRIPTS/FUNCTIONS/LTM`; copy the file LTM/crsf.lua to that directory, such that the following directory structure is maintained; in particular `crsf.lua` is the `LTM` sub-directory:
```
├── SCRIPTS
│   ├── FUNCTIONS
│   │   ├── ltm.lua
│   │   ├── LTM
│   │   │   ├── crsf.lua
```
* Enable the script as a Global Function or model specific Special Function.

Note that any Zip files in the release area will maintain this structure.

The script may be invoked either on an external stimulus e.g. `Telemetry` or on a switch. See the OpenTX / TX vendor documentation for details on configuring your radio.

Note that the UARTs on the TX16S default to 115200 bps, so set BT devices accordingly.
Expand All @@ -36,7 +47,9 @@ In the simulator human readable debug messages are generated unconditionally.
Tested on a Radiomaster TX16S with OpenTX 2.3.9 (and 2.3.10 nightlies), internal module.
Requires smartport (e.g. Frsky D16) compatible RX on the aircraft.

Other OpenTX compatible radios and other RX radio systems (R9,CRSF) are NOT tested and as I don't have such hardware may not work.
The scripts have also been tested using Crossfire with Taranis x9D+se, OpenTX 2.3 +luac, full Crossfire TX, Nano RX and the [u360gts antenna tracker](https://github.com/raul-ortega/u360gts).

Other OpenTX compatible radios and other RX radio systems (e.g. R9) are NOT tested and as I don't have such hardware, may not work.

## Copyright and Licence

Expand Down

0 comments on commit 7a8ecf3

Please sign in to comment.