Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexf91/rotorcontrol

USB interface for Yaesu G-5500 antenna rotator.
https://github.com/alexf91/rotorcontrol

amateur-radio satellite usb-interface yaesu

Last synced: 14 days ago
JSON representation

USB interface for Yaesu G-5500 antenna rotator.

Awesome Lists containing this project

README

        

# Controller for Yaesu G-5500 Antenna Rotator

The controller uses a Arduino Nano board with a LCD display and several inputs
and outputs connected to the manual control unit of the rotator. It essentially
replaces the Yaesu GS-232 and implements a subset of its commands.

The implemented commands are sufficient for operation using `rotctld`. It
should work with most amateur radio related projects for Linux.

## Setup

Connect the display and the control unit to the Microcontroller and set the
pins in `config.h` and `lcd.h`.

## Usage

```
rotctl -m601 -s 9600 -r /dev/ttyUSB0
```