Hi all,
is possible calculate signal strong of wifi (connected an not) in order to understand where smartphone is located?
Not with precision, but for example router is placed at first floor, and I would know if I on the same floor of the router or not reading its signal strong
Possible?
Further I can improve precision using more wifi source
It depends what you mean by "Not with precision ...". I know that in my own house the wifi signal from the room above, through a wooden floor and plasterboard ceiling, is stronger that the signal from an adjacent room through a brick wall. Maybe the wifi in the room above is also a foot or two closer. But is this information telling you what you need to know about "where the smartphone is located".
It depends what you mean by "Not with precision ...". I know that in my own house the wifi signal from the room above, through a wooden floor and plasterboard ceiling, is stronger that the signal from an adjacent room through a brick wall. Maybe the wifi in the room above is also a foot or two closer. But is this information telling you what you need to know about "where the smartphone is located".
Wait For( GetWifiInfo) Complete (WifiInfo As JavaObject)
If WifiInfo.IsInitialized Then
Log( "getFrequency: "& WifiInfo.RunMethod("getFrequency", Null))
Log( "getRssi: "& WifiInfo.RunMethod("getRssi", Null)) ' is LEVEL
End If