Main page
Recent changes
Rotator module version 3.3
B
I
U
S
link
image
code
list
Show page
Syntax
!!Firmware For beginners [Getting Started with Arduino|https://arduino.cc/en/Guide/HomePage] # Download and install [Arduino IDE|https://www.arduino.cc/en/Main/Software] # Install [library|https://www.arduino.cc/en/guide/libraries] # Download firmware from master tree [Web|https://blog.radioartisan.com/yaesu-rotator-computer-serial-interface/] | [GitHub|https://github.com/k3ng/k3ng_rotator_controller]. ## requires disable in rotator_features.h (TNX GI1MIC){{#define DEBUG_DUMP}} # Or '''download preconfigured version''' ## [2019-01-03.zip|https://remoteqth.com/download-count.php?Down=sw/k3ng-arduino-rotator-interface-2019-01-03.zip] (TNX GI1MIC) ## [2015-02-24-4RQ.zip|https://remoteqth.com/download-count.php?Down=sw/k3ng-arduino-rotator-interface-2015-02-24-hack4rq.zip] - modified version for used with RemoteQTH server web interface. ## [2015-02-24.zip|https://remoteqth.com/download-count.php?Down=sw/k3ng-arduino-rotator-interface-2015-02-24.zip] ## ''[2014-07-08.zip|https://remoteqth.com/download-count.php?Down=sw/k3ng-arduino-rotator-interface-2014-07-08.zip]'' ## ''[2013-10-26.zip|https://remoteqth.com/download-count.php?Down=sw/k3ng-arduino-rotator-interface-2013-10-26.zip]'' # Configure by author '''[documentation|https://github.com/k3ng/k3ng_rotator_controller/wiki]''' - contains the settings of your rotator, such as azimuth range, etc. ## Version 2019-01-03 - If do not show degree character (°), change in file rotator_settings.h settings to{{#define DISPLAY_DEGREES_STRING "\xB2"}} ## Version 2015-02-24 - If the LCD displays instead of the character degree (°) lower case "alpha" (α), find in source code all string 'char(223)' and replace to 'char(178)'.'' # Connect '''USB cable''' cable between interface and PC # Select menu Tools/Board:'''Arduino Nano''' # Select menu Tools/Processor: '''ATmega328P (Old Bootloader)''' # Select menu Tools/Port/YOUR-CONNECTED-PORT # Upload firmware !!!Third party software * [Button test from KO2F|https://remoteqth.com/sw/ButtonTest.ino]
Password
Summary of changes