ESP8266 Wake on LAN
Find a file
2021-01-19 11:44:26 +01:00
LICENSE Initial commit 2021-01-10 19:11:15 +01:00
README.md Update README.md 2021-01-19 11:44:26 +01:00
WOL.ino Create WOL.ino 2021-01-19 11:32:55 +01:00

esp8266-WOL-button-trigger

ESP8266 Wake on LAN

This program is used to turn on a PC when a GPIO is closed.

D4 = AP mode D3 = trigger pin

D4 / 3 must be switched to GND.

Pin D3 is monitored; if it is closed, it triggers a WOL message. Another button can be used to switch to AP mode in order to save the settings for Wifi and destination MAC address.

The project was created with Wifimanager from tzapu.

Required libraries: include <FS.h> Lib Manager

include <ArduinoJson.h> V5 Lib Manager

include <WiFiManager.h> https://github.com/tzapu/WiFiManager

include <WiFiUDP.h> Lib Manager

include <WakeOnLan.h> https://github.com/koenieee/WakeOnLan-ESP8266