Search found 1 match

by dragonero89
Wed Mar 06, 2019 5:49 pm
Forum: ESP IoT Solution
Topic: ESP32 WiFi Remote Computer WakeUP
Replies: 0
Views: 4127

ESP32 WiFi Remote Computer WakeUP

Hi everyone, I'm trying to turn on and off my pc remotely and trough wireless. In order to do this, i used the code shown below. #include <WiFi.h> const char* ssid = "ssid"; const char* password = "passwifi"; unsigned long check_wifi = 30000; WiFiServer server(49152); const int led1 = 22; // the num...