A lightweight, modern web dashboard served by an ESP32 showing Wi-Fi signal strength in real-time. Includes signal percentage, RSSI value, live updating graph, refresh rate slider, and dark/light mode toggle — all without external libraries.
- Real-time Wi-Fi signal strength as percentage and dBm
- Live graph of signal strength history
- Adjustable refresh interval (1–60 seconds)
- Light/Dark mode toggle
- Random Wi-Fi quotes for fun
- Open the
.inofile in Arduino IDE. - Change the
ssidandpasswordvariables to match your Wi-Fi credentials. - Upload the code to your ESP32 device.
- Open the Serial Monitor to see the IP address assigned to your ESP32.
- Visit the IP address in your web browser on the same network to access the dashboard.

