Repeater Controller

From BATC Wiki
Revision as of 14:20, 14 January 2022 by G8GKQ (talk | contribs)
Jump to navigation Jump to search

The BATC ATV Repeater Controller uses a Raspberry Pi 4 as a fully-featured, but simple-to-construct, ATV repeater controller. The design is intended to be used with an HDMI Video switch, but can also be used with older composite video designs.

HDMI repeater.jpg

The RPi will control a video switcher either by Infra Red or GPIO pins and will generate a carousel of images. On receipt of a valid signal from, for example, a Ryde receiver, it will switch to that input - when the receiver closes, the logic will play a key sequence, dekey the tx and go back to the carousel.

Every repeater is different and this is designed as a core logic that can be used as the basis for an ATV repeater. The design is flexible with a large number of parameters in an SSH config file so that users can configure it to meet their own needs.

Initial design and construction information will be published here to enable collaborative development, but will be subject to change as the project develops.

Software

An early version of the software (not yet ready for use, but good enought for shack-based testing) can be found here: https://github.com/BritishAmateurTelevisionClub/atv-rptr

GPIO Connections

An initial list of GPIO connections is here: Repeater GPIO Connections.

Configuring IR Switching

The application used by the repeater software to control an IR switch is different to that used on the Ryde, but uses some common components. Full information on configuring the IR switching is here: Repeater LIRC Configuration.