Generalized problem Determine the position of the device (telephone, plast) indoors. Theoretically, the device can see several access points at any time. Using WifiManager.getScanResults()
we get signal levels to all visible access points. How can the signal level be converted into distances for further triangulation?
If it helps, you can calculate in advance the coordinates on a certain grid of all access points (well, at least those that have physical access).
The task is also complicated by the presence of walls and floors (several floors).
Threat looking for any options sabzh, wifi would be ideal if it worked.