Raspberry Pi 4: Wake On LAN Server (Turn On Windows PC Using Smart Phone)
In this video, i will show you how to turn on Windows PC using smart phone with raspberry pi and raspcontroller app.
APP Download link.
https://play.google.com/store/apps/details?id=it.Ettore.raspcontroller&hl=en
You may also watch my previous video on how to install and use it.
https://www.youtube.com/watch?v=Gh63Mp9aH3s&t=9s
###########################################################
SETUP GUIDE
###########################################################
BIOS
ACPI Settings / Enable APCI / PME Wake Up from S5.
Press "F10" Save & Exit.
Windows 10
1. Into Device manager / Network adapter / Power Management /
Enable = Only allow a magic packet to wake the computer.
2. Into Device manager / Network adapter / Advanced /
Enable = Shutdown Wake on Lan.
3. Control Panel / Hardware and Sound / Power Options / Choose what the power buttons do/
Change settings that are currently unavailable / Disable - Turn on fast startup.
4. Type "Network connections" on search bar. Right Click on Ethernet - Status - Details.
Then take note of the Physical Address ADDRESS.
Reboot the device and into OS to check whether correct.
If configuration properly , shut down for test.
RASPCONTROLLER:
1. Open raspcontroller app.
2. Login to your Pi IP address.
3. Scroll down to wake on LAN.
4. Add your PC name and MAC Address of your LAN card.
5. Press WAKE.
6. Your should now be able to wake your PC from powered off state.
To wake the PC via command line.
sudo etherwake -i eth0 AB:12:34:56:78:10
sudo etherwake -i wlan0 AB:12:34:56:78:10