SIL (delete) signal. Use this mode when a lab router is already in place and you want to trigger the sequence from a phone or tablet on the same network.
Network Topology
ESP32 Setup
Open the Station Mode sketch
Open
ESP32Station/ESP32Station.ino in Arduino IDE with the ESP32C6 Dev Module board selected.Set a static IP address
Adjust the static IP block to match your router’s subnet. The defaults target a common
192.168.1.x network:Upload the sketch
Connect the ESP32-C6 via USB-C and click Upload. The onboard LED turns blue while the board connects, then green once it joins the network.
PC Listener Setup
Open an elevated terminal
Open PowerShell or CMD as Administrator. The script calls
bcdedit, reg delete, and taskkill, all of which require elevated privileges — you will receive WinError 5 if you skip this step.Confirm the script is waiting
The script checks for Administrator privileges, then prints its startup banner and begins polling
/durum once per second. You will see the rolling status line:Open the control panel on your phone or tablet
Connect your phone or tablet to the same Wi-Fi network as the ESP32. Open a browser and navigate to the ESP32’s IP address (e.g.,
http://192.168.1.253). The control panel loads.API Reference
Poll the current status at any time with:BEKLE while idle, SIL after the trigger button is pressed.
| Endpoint | Method | Returns | Description |
|---|---|---|---|
/ | GET | HTML | Control panel web interface |
/durum | GET | BEKLE / SIL | Poll the current destruction status |
/tetikle | GET | HTML | Arm the delete command |
/sifirla | GET | HTML | Reset status back to BEKLE |
LED Status
| Color | Meaning |
|---|---|
| Blue | Startup — connecting to Wi-Fi |
| Green | Connected — waiting for trigger |
| Red | SIL received — destruction running |