Remote multi rotator control

This revision is from 2014/04/27 22:57. You can Restore it.

Block diagram

Rack case

How to assemble components to complete server

server Configuration

  • configure Arduino firmware by K3NG
    • download stable or unstable and doc
    • custom pins.h
    • Enable LCD Display -> (by delete // at the three lines.)
      #define FEATURE_LCD_DISPLAY
      #include <LiquidCrystal.h>
      LiquidCrystal lcd(lcd_4_bit_rs_pin, lcd_4_bit_enable_pin, lcd_4_bit_d4_pin, lcd_4_bit_d5_pin, lcd_4_bit_d6_pin, lcd_4_bit_d7_pin);
    • Change the Baud rate to 9600 (at K3NG source code its 115.k baud the preset)
      #define SERIAL_BAUD_RATE 9600
  • install RemoteQTH server on Raspberry PI