https://github.com/stefan-wr/rotor-emulator
ESP32 based emulator for Yaesu G-800/1000/2800 rotators.
https://github.com/stefan-wr/rotor-emulator
esp32 esp32-arduino
Last synced: about 2 months ago
JSON representation
ESP32 based emulator for Yaesu G-800/1000/2800 rotators.
- Host: GitHub
- URL: https://github.com/stefan-wr/rotor-emulator
- Owner: stefan-wr
- License: mit
- Created: 2025-01-02T21:00:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T13:17:37.000Z (over 1 year ago)
- Last Synced: 2025-06-10T00:01:50.120Z (about 1 year ago)
- Topics: esp32, esp32-arduino
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RotorEmulator
A very simple ESP32 based emulator for Yaesu G-800/1000/2800 rotators.\
Emulates the 6-pin Mini-DIN external control plug at the back of the rotator controller.\
This is helpful for testing devices that make use of the external control plug to control the rotator.
## Caveat
With a standard ESP32, speed control input voltage must not exceed 3.3 V.
Similarly, position output voltage is limited to a maximum of 3.3 V.
Additional electronics are needed to correctly mimic the real rotators input and output voltages.
## Build
Build with PlatformIO.