Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexf91/rotorcontrol
- Owner: alexf91
- License: gpl-3.0
- Created: 2016-01-27T22:02:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T20:08:59.000Z (over 6 years ago)
- Last Synced: 2024-11-01T21:42:12.383Z (2 months ago)
- Topics: amateur-radio, satellite, usb-interface, yaesu
- Language: C
- Size: 30.3 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
```