Main page
Recent changes
IP Switch with ESP32-GATEWAY
B
I
U
S
link
image
code
list
Show page
Syntax
!Firmware [UDP packet format] # Download and install last version [Arduino IDE|https://www.arduino.cc/en/Main/Software] # Download and install ESP32 support for arduino from [GitHub|https://github.com/espressif/arduino-esp32] - prefered via ['''board manager'''|https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md]. # Download IP switch firmware source from [GitHub|https://github.com/ok1hra/IP_switch] # Edit source ## For use '''Ethernet''' {.redka#id color: #f23f37}(prefered connection){/} wiring connection preset configuration{{#define ETHERNET // Enable ESP32 ethernet (DHCP IPv4) //#define WIFI // Enable ESP32 WIFI (DHCP IPv4)}} ## For use WiFi connection use this settings{{//#define ETHERNET // Enable ESP32 ethernet (DHCP IPv4) #define WIFI // Enable ESP32 WIFI (DHCP IPv4)}} and set your SSID and password for access{{const char* ssid = "YOUR-SSID"; const char* password = "YOUR-PASSWORD";}} # Select menu Tools/Board:"OLIMEX ESP32-GATEWAY" # Connect micro USB between ESP32-GATEWAY and PC # Select menu Tools/Port/YOUR-CONNECTED-PORT # Upload firmware
Password
Summary of changes