ESP32

My internet went down for hours before I noticed—so I built an internet status light with an ESP32

Marcus Chen
Marcus Chen
NewsHue Author
An ESP32 microcontroller with a red LED lit up placed on a desk to act as a visual internet connectivity monitor.

We rely on the internet for almost everything, yet we often fail to notice when the connection drops until it is too late. After a faulty router update left me without service for hours, I decided to build a simple, dedicated status monitor using an ESP32 microcontroller.

The project is straightforward and relies on basic components. The ESP32 is a low-cost, compact device that features built-in Wi-Fi, making it ideal for checking connectivity in real-time. By writing a small script in ESPHome, I configured the board to perform a routine check every ten seconds.

The logic is simple. If the ESP32 cannot connect to the router, an onboard LED flashes rapidly. If the device connects to the network but fails to reach the internet, it switches to a slow blink. This provides an immediate, visual confirmation of network health without requiring me to check my phone or computer settings.

Since implementation, the light remains solid while the connection is stable. Having this hardware on my desk allows me to troubleshoot network issues instantly. It serves as a practical, always-on diagnostic tool for anyone who needs to know the state of their home network at a single glance.

Frequently Asked Questions

What hardware do you need for an internet status light?+
You need an ESP32 board, which includes built-in Wi-Fi to monitor connectivity and an onboard LED for status indicators.
How does the ESP32 detect internet outages?+
The ESP32 runs a script that sends HTTP requests to highly available servers every 10 seconds to verify network and internet connectivity.
Can you use this with Home Assistant?+
Yes, the device is configured using ESPHome, which allows for direct integration with Home Assistant.
Tags
Marcus Chen
Marcus Chen
Marcus Chen is our resident technology and science expert, exploring the cutting edge of AI, gadgets, and research.