Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefan-wr/rotor-emulator
ESP32 based emulator for Yeasu G-800/1000/2800 rotators.
https://github.com/stefan-wr/rotor-emulator
esp32 esp32-arduino
Last synced: 11 days ago
JSON representation
ESP32 based emulator for Yeasu 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-02T22:21:10.000Z (about 1 month ago)
- Last Synced: 2025-01-02T23:24:53.041Z (about 1 month ago)
- Topics: esp32, esp32-arduino
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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.