Presented at the National Conference of Advanced Systems in Electrical Engineering (NCASEE’25). This project uses unsupervised intelligence to visualize signal strength inside rooms, identifying dead zones without the need for GSM modules.
Wireless signals are often obstructed by walls and furniture. Traditional mapping requires expensive hardware. I needed a way to collect and interpolate spatial data using only an ESP32 and Python.
I implemented **Inverse Distance Weighting (IDW)** to estimate signal strength in unmeasured areas. The system normalizes RSSI values (0 to 1) and generates a high-resolution grid map for intuitive dead-zone detection.