Main page
Recent changes
6x2 Antenna switch control
B
I
U
S
link
image
code
list
Show page
Syntax
!!Upload Band decoder settup is performed via firmware source code. It is compile and upload to device with [Arduino GUI.|https://www.arduino.cc/en/Main/Software] *'''For beginners''' [Getting Started with Arduino|https://arduino.cc/en/Guide/HomePage]. * '''Connect''' mini USB connector on left side enclosure. * [Download|https://github.com/ok1hra/antenna_switch_controller] source code and open in GUI. * Select menu ** Tools/Board/Arduino nano ** Tools/Procesor/ATmega328 ** Tools/Port/<your port> * If enable Ethernet ** Download ethernet2 library https://github.com/adafruit/Ethernet2 ** Find and open file '''Dhcp.h''' and replace line{{from int beginWithDHCP(uint8_t *, unsigned long timeout = 60000, unsigned long responseTimeout = 5000); to int beginWithDHCP(uint8_t *, unsigned long timeout = 6000, unsigned long responseTimeout = 5000);}}
Password
Summary of changes