rssi

Most effective way to collect wifi bssid and rssi data across many windows platforms

I'm trying to collect wifi Bssid and Rssi information on Windows, and am looking for the most reliable way to do that across as many versions of Windows as possible. With Vista it's easy using Win32 calls with the Wireless LAN API. That API exists on XP SP2 (sometimes) and SP3, but as far as I can tell it doesn't support gathering Bssid ...

How to track out the value of RSSI for Bluetooth

Dear all Can any body tell me how to track out the value of RSSI for Bluetooth PAN. ...

RSSI for Bluetooth

Can any one help me to write code for RSSI in Bluetooth. any tool and techniques used for this to find it easily ...

How to get cell service signal strength in Android?

I am trying to write a very simple Android application that checks the signal strength of the current cell. So far, I have only found something called getNeighboringCellInfo(), but I'm not really sure if that includes the current cell. How do I get the CURRENT cell signal strength in Android? Does getNeighborCellInfo() get the current...

Android: Why are methods for getting neighboring cell signal strengths better than those for current cell signal strength?

I'm writing an android application that collects cell signal strengths. I am having trouble getting the "current" cell signal strength, but I don't have any problem getting the "neighboring" cell signal strengths. To get the current cell signal strength, I created a PhoneStateListener and implemented the onSignalStrengthChanged callbac...

iPhone rssi data

Im working on a proof of concept app, and need to measure rssi data. Looking for suggestions for any sort of api / framework that I could use. I tried playing around with the stumbler code, but haven't had much luck. ...

Android 2.1: How do I poll the RSSI value of an existing Bluetooth connection?

Hi, I need to know the signal strength of a Bluetooth connection to a remote device that I make with my Android 2.1 phone. From the SDK, I can see that I can determine the RSSI at the time I discover the remote device. But I can't see how to update that RSSI value over time. Can someone give me a hand? Thanks!! ...

Android IRC Office Hours Question About Android Bluetooth RSSI

Hi, I have a question about bluetooth RSSI functionality on the Android (either 2.0 or 2.1): It's easy enough to get the RSSI value when a bluetooth connection is created, but how can you repeatedly get the RSSI value of a connection that is already active? It's really important to be able to do this, because this lets you determine i...

How to get SSID and RSSI for Win7 using C#

I am very new to Win7 and WMI. Please advice me where to see for active access point from WiFi and how to get ssid/rssi for each access point. I have use: ManagementClass mc = new ManagementClass("root\\WMI", "MSNdis_80211_ServiceSetIdentifier", null); ManagementObjectSearcher searcher1 = new ManagementObjectSearcher(@"root\w...

Issue with WifiManager.calculateSignalLevel(RSSI, 5)

I am trying to use the Wifimanager to calculate the Signal Level of the access points found during a scan. I am using the following method: WifiManager.calculateSignalLevel(int, int) But it appears to always return the same int no matter what the RSSI level is. Here is my code: public int calculateQoS(int aRSSI){ signalLevel ...

How to get bluetooth RSSI on android after discovery

I'm trying to write a program that can read the signal strength of a bluetooth device linked to my android 2.0 handset. Doesnt seem like android exposes anyway to get the RSSI unless it is during discovery. Is there any other way to get the signal strength of the device after the device has been detected? I read of a way to do it using N...

how to find Signal Strength of connected bluetooth devices

Hi, In one of my application I need to display all the Wifi and bluetooth devices which are paired to my mobile and it's Signal Strengths .Wifi side it is ok for me to display signal strength(RSSI).But i got a problem at Bluetooth side.I searched for the method which is suitable for this task,i found one method that is intent.getShortE...

Need for Moving from RSSI to Corrected RSSI..?

In Telecommunication products 'Receiver Signal Level(RSL or RSSI)' value to calculated and based on the value of the RSSI the link will be established for the data communication between two units. Currently what additional features are present in the 'Corrected RSL' implementation. In other words what is the need(advantage) of using Co...

Measuring WLAN RSSI in C# using P/invoke and wlanapi.dll in Windows 7 Pro

Hi, I'm developing an application using Visual Studios 2010 C# running on a Windows 7 Professional machine. In my application, I am trying to read the RSSI of a WLAN AP on a specific WiFi channel, regardless if my WLAN radio / bridge is connected to an AP or not. I've search different forums and tried implementing sample codes that I f...