Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi Signal Strength Mapping

A project to visualize WiFi signal strength throughout a building using Python data visualization tools.

WiFi Signal Strength Heatmap

Project Overview

This project maps WiFi signal strength (measured in dBm) across a building floorplan to identify areas with strong and weak connectivity. The visualization helps identify signal dead zones and optimal router placement. I was curious about how moving my computer setup away or towards the router could impact my speeds. Instead of the easy route of just moving to a couple spots throughout the house to get a couple data points, I went a little overkill and mapped the whole floor by taking measurements at every 3'x3' plot.

Floorplan Creation

The building layout was manually encoded as a 2D matrix with specific numeric values representing:

  • Open spaces (996)
  • Doors (997)
  • Interior walls (998)
  • Exterior walls (999)
  • Outside areas (1000)
  • Stairs (1002)

Signal Strength Collection

Signal strength was measured in dBm (decibel-milliwatts) at various points throughout the building:

  • Lower negative values (e.g., -40 dBm) indicate stronger signals
  • Higher negative values (e.g., -80 dBm) indicate weaker signals
  • Data points were collected manually using a WiFi analyzer app - this took forever and I never want to do it again but I was curious

Visualization Process

  1. Created a base floorplan matrix to represent the building structure
  2. Populated signal strength data in corresponding locations
  3. Applied a diverging color map (red-yellow-green) where:
    • Green areas indicate stronger signal
    • Red areas indicate weaker signal
  4. Overlaid structural elements (walls, doors, stairs) on the heatmap
  5. Added annotations showing exact dBm readings at each measurement point

What I Learned

  • Signal strength patterns throughout the building
  • How building features like walls impact signal propagation

About

how much would my wifi strength actually be effected if I changed rooms? a lot.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages