Main page
Recent changes
IP Remote hardware Switch
B
I
U
S
link
image
code
list
Show page
Syntax
!Firmware *'''For beginners''' [Getting Started with Arduino|https://arduino.cc/en/Guide/HomePage]. *'''Before uploade''' new firmware '''needed''' ** relay - remove top cover, and open jumper '''JP5''' ** control - remove right-bottom cover and open jumper [JP6|https://remoteqth.com/img/wiki-ipsw-jp6.jpg] *After upload set back opened jumpers. *'''Source code''' contains several settings that affect the characteristics of IP Switch. ** '''#define CONTROL''' - uncomment activate code for control, comment for relay board. ** '''#define controlCFG''' - uncoment enable reconfigurable network - need set configure array (only control). ** '''#define fullBits''' - disable one from 11 filter = use full range bits ** '''#define delayC''' - ''default value 2000 ms'' - time, are waiting for answers, after timeout linked led OFF, and resend data. ** '''#define delayR''' - ''default 10 second'' - determines the time, after which the relay parking. ** '''#define parking''' - ''default output 11'' - 1-11 parking output after timeout - optimally for grounded antenna. !!How to create configure string for reconfigure network from control box must be read from oficial config software. After sets all value and press '''Setup via NET''' software set the ethernet module and show in left bottom window configuration string containing thirty-one two-digit hexadecimal digits - these numbers will add a 0x and transcripts to the program source code.{{ /* 1 */ {0x55, 0xBA, 0xDD, 0x01, 0xA8, 0xC0, 0xD4, 0x2B, 0xDC, 0x01, 0xA8, 0xC0, 0xD4, 0x2B, 0x01, 0x01, 0xA8, 0xC0, 0x01, 0x80, 0x25, 0x00, 0x03, 0x00, 0x00, 0x04, 0x00, 0xFF, 0xFF, 0xFF, 0x9D }, // 192.168.1.221}} We have a total of eleven pre-set configurations ethernet module. ---- [<-- Web page|https://remoteqth.com/ip-switch.php]
Password
Summary of changes