Remote multi rotator control
This revision is from 2014/04/27 22:55. You can Restore it.
- Block diagram
- Rack case
- Rotators module
- GPIO interface board
- How to assemble components to complete server
- server Configuration
Block diagram
Rotators module
server Configuration
- configure Arduino firmware by K3NG
- 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