You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This basic calculator is based on the formula
distance = 10 ^ ((27.55 - (20 * log10(frequency)) + signalLevel)/20)
where frequency is in Mhz, signal level is in dBm and distance is in meters.
About
WiFi Distance Calculator is a utility that calculates the approximate distance between a WiFi device and an access point based on the signal level and frequency. Using a mathematical formula, this tool helps users determine the distance in meters based on the frequency in MHz and signal level in dBm.