{"id":27329604,"url":"https://github.com/filipporaciti/esp32-wol","last_synced_at":"2026-04-26T23:31:01.753Z","repository":{"id":221724658,"uuid":"754154822","full_name":"filipporaciti/esp32-WOL","owner":"filipporaciti","description":"ESP32 send Wake On Lan packet to power on your Computer. You can do that with its website or a voice assistant (Google or Alexa)","archived":false,"fork":false,"pushed_at":"2024-02-18T23:03:25.000Z","size":53,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T13:00:53.899Z","etag":null,"topics":["alexa","esp-rainmaker","esp32","esp32-idf","google-assistant","google-home","google-home-assistant","idf","iot","rainmaker","voice-assistant","wake-on-lan"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filipporaciti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-07T14:04:23.000Z","updated_at":"2025-01-23T15:40:08.000Z","dependencies_parsed_at":"2024-02-19T00:58:48.544Z","dependency_job_id":null,"html_url":"https://github.com/filipporaciti/esp32-WOL","commit_stats":null,"previous_names":["filipporaciti/esp32-wol"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/filipporaciti/esp32-WOL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipporaciti%2Fesp32-WOL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipporaciti%2Fesp32-WOL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipporaciti%2Fesp32-WOL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipporaciti%2Fesp32-WOL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filipporaciti","download_url":"https://codeload.github.com/filipporaciti/esp32-WOL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipporaciti%2Fesp32-WOL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alexa","esp-rainmaker","esp32","esp32-idf","google-assistant","google-home","google-home-assistant","idf","iot","rainmaker","voice-assistant","wake-on-lan"],"created_at":"2025-04-12T12:58:52.713Z","updated_at":"2026-04-26T23:31:01.749Z","avatar_url":"https://github.com/filipporaciti.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esp32 Wake On Lan\n\n## Introduction\nIn this project I used an esp32 to send Wake on Lan packet to power on my Computer. There is a web server where you can send WoL packet and change target MAC address. And for the laziest people I add [ESP RainMaker](https://github.com/espressif/esp-rainmaker/tree/master) project to send WoL packet from an assistant (like Google Home or Alexa).\n\n\n## Requirements\n#### Hardware\n- esp32\n- Computer with Windows/Linux/MacOS (to build and setup) and/or Computer with Wake on Lan enabled\n- Smartphone IOS/Android\n- Cable to connect esp32 to your Computer\n#### Software\n- ESP-IDF (tested on version v5.3.5)\n- Python3, CMake, Ninja... (required by ESP-IDF)\n- Git\n- [ESP RainMaker app](https://github.com/espressif/esp-rainmaker/tree/master) (available in App Store and Play Store)\n\n\n\n## Get Started\n### Get esp32-WOL\n\n``` bash\ngit clone --recursive https://github.com/filipporaciti/esp32-WOL.git\ncd esp32-WOL\n```\n### Setup\n- #### Target MAC address (Wake on Lan)\nYou can configure it from the integrated website (port 80) or from menuconfig; from terminal run `idf.py menuconfig` \u0026rarr; `WoL Configuration` \u0026rarr; `Destination MAC address`\n\n- #### WiFi SSID and password\nYou'll configure it when you have to connect your esp32 with ESP RainMaker app\n### Build\n``` bash\nidf.py build\n```\n### Flash and Monitor\n``` bash\nidf.py flash monitor\n```\n### Connect esp32 to ESP RainMaker app\nIf you can't see the QR code in your terminal, you can try to run `idf.py erase-flash` before flash the firmware on esp32.\n\nTo connect ESP RainMaker app with your esp32 it's just enought to open ESP RainMaker app, push '+' button on top-right and scan the QR code; here you can configure SSID and password thar esp32 takes to connect to the network.\n### Connect ESP RainMaker to Google Home and Alexa\n- #### Google Home\nOpen Google Home app \u0026rarr; Settings \u0026rarr; Works with Google \u0026rarr; Search ESP RainMaker and log in with your account.\n- #### Alexa\nOpen Alexa app \u0026rarr; More \u0026rarr; Things to Try \u0026rarr; Search ESP RainMaker, enable it and log in with your account.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipporaciti%2Fesp32-wol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilipporaciti%2Fesp32-wol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipporaciti%2Fesp32-wol/lists"}