BrainFPV / tbs-fusion-py

A Python package to control the TBS Fusion analog video receiver module over a serial connection
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

tbs-fusion-py

Overview

tbs-fusion-py is a Python package to control the TBS Fusion analog video receiver module. The package uses the "TBS Fusion Serial Protocol" to control one or multiple TBS Fusion devices over a single wire or RS-485 serial connection. The protocol document on the page linked above contains detailed information on how to connect and configure the TBS Fusion so that it can be used with this package.

Functionality

The following Functionality is currently supported:

Examples

Examples can be found in the examples directory.

Installation

You can use pip to install this package from PyPi:

pip install tbs-fusion-py