RSSI stands for Received signal strength indication

learn more… | top users | synonyms

6
votes
3answers
10k views

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 ...
3
votes
2answers
4k views

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

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 ...
3
votes
2answers
2k views

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 ...
2
votes
1answer
48 views
+50

How to convert Wifi RSSI to level of Wifi strength in menu bar in Mac OSX?

I can get the value of Wifi RSSI. but don't know how to convert it into level of Wifi strength as we can see in the menubar in Mac OSX (If I receive a strong Wifi, the wifi status will be bold black ...
2
votes
2answers
565 views

How to get Recieved Signal Strength Indicator (RSSI) of a bluetooth device?

I want to recognize bluetooth device with in my bluetooth device range that means i want to get particular device received signal strength indicator (RSSI). Is any Java API for getting RSSI of a ...
2
votes
1answer
865 views

difference between getConnectionInfo() and getScanResults() to detect signal strength changes

I'm trying to detect signal strength changes in a wifi connection. I'm confused of which method I should use in my BroadcastReceiver. What is the difference between using getConnectionInfo() and ...
2
votes
1answer
1k views

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 ...
2
votes
2answers
2k views

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 ...
2
votes
1answer
1k views

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 ...
1
vote
1answer
43 views

Application never receives RSSI_CHANGED_ACTION

I am new to Android programming and am trying to understand the concept of BroadcastReceivers. In order to help myself, I am just trying to write a small application that monitors Wifi signal ...
1
vote
2answers
183 views

Reading Bluetooth Signal Strength

Is there Any Code to read RSSI of Bluetooth Device , on Windows 7 ? Which Language Should i use : - Java -C/C++ -C# .. ?
1
vote
1answer
95 views

Read bluetooth RSSI value using J2ME

I want to get RSSI value using J2ME. How can I get that value.
1
vote
1answer
379 views

Android RSSI value of Bluetooth returns -32768 always?

I am trying to get the current RSSI value of a connected bluetooth device at the click of a button. However it returns only -32768 always! Don't know what is wrong! However I was able to get the ...
1
vote
2answers
185 views

query wifi rssi in visual c# on windows 7

Could anyone please point me to an API that works on windows 7 for reading wifi RSSI? I've tried MSNDIS, OID'S, and Managed Wifi with no luck. thanks
1
vote
0answers
97 views

c# : Finding the RSSI of a Mobile Broadband connection?

I am able to detect the RSSI of a WLAN connection using managed wifi. My computer also has a Cellular Modem . the Managed wifi class does not extend towards a Mobile Broadband Connection Is there ...
1
vote
1answer
405 views

What is the average distance relationship to RSSI?

For an average wifi adapter what is the distance relationship to RSSI (Signal Strength) I know that a bunch a different things effect this, looking for an average, or an accepted equation for finding ...
1
vote
3answers
707 views

Wifi Triangulation- Distance from AP to iPhone

I'm trying to calculate a rough distance from an AP (Access Point) to an iPhone. A couple of constants: 1) I've already solved the problem of finding and determining signal strength of nearby APs ...
1
vote
3answers
421 views

RSSI with pyBluez on WindowsXP

I'm using the pyBluez module on Python 2.6 on WindowsXP. I'd like to get the RSSI of other bluetooth devices around. I foudn some code but it makes use of _bluetooth, which I cannto find anywhere for ...
1
vote
1answer
3k views

how to find Signal Strength of connected bluetooth devices

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 ...
1
vote
1answer
2k views

Android IRC Office Hours Question About Android Bluetooth RSSI

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 ...
0
votes
0answers
64 views

How to read rssi value from 3 different modem for 20 times

i am trying to get rssi values from certain beacons for 20 times and save them in arrays for each.For example at t1 time ;i will read 3 modem rssi value and save, than at t2 read 3 modem rssi value ...
0
votes
1answer
75 views

Reading Rssi value without connecting any wi-fi

Is there any way to read rssi value from 3 modem at the same time in android without connecting any of them
0
votes
1answer
74 views

Indoor Location Positioning using 3 Wi-Fi Access Points

I wanted to ask, is it possible to locate user's position in a building using 3 Wi-Fi Access Points? According to my research, it is possible, but with those 3 Wi-Fi AP, I also need to use RSSI to ...
0
votes
0answers
85 views

Windows 7 WIFI Signal Reader

Is There Any API for Windows 7 That enables me to read SSID and RSSI of an Access Point ? Using C#(Visual Studio 2010 ) or Java ?
0
votes
1answer
188 views

proximity-based fob security device with bluetooth: how it works

i have been reading about proximity security devices through bluetooth, but i am wondering how it works in reality. As far as i have been reading, there are two techniques: constant scanning from a ...
0
votes
0answers
113 views

To get Signal strength from the Wi Fi sensor

I have written the following code to get RSSI, BSSI but when it is run there is no result all are none except the RSSI is -200 and the speed is -1 I used Android (Eclipse). please can every body give ...
0
votes
1answer
180 views

Linux Bluetooth l2ping with signal strength (without connecting?)

For any Linux BlueZ/BT experts here: I'm looking for a way to "ping" known BT devices (known BDADDR) and if they are in range I'd like to know the approximate signal strength. I know that I could ...
0
votes
2answers
255 views

To read RSSI from WiFi Sensor

Please help me how to write a code in Java to read the Received Signal Strength Indicator from the WiFi sensor. I tried to do so using socket programming but all my tries weren't get what I want. now ...
0
votes
1answer
113 views

Getting RSSI value using J2ME

I am developing an application where I need to retrieve the RSSI value of a remote device. I'm using J2ME, and I was wondering if exists a specific API or function that can help me with my problem. ...
0
votes
0answers
156 views

How to poll BT RSSI from active connection via Android Java API

I'm trying to write a program that can read the signal strength of a bluetooth device linked to my android handset. I saw the long threads regarding the problems of retrieving RSSI from and active BT ...
0
votes
0answers
304 views

Getting low level network information with Qt Mobility

Does the Qt Mobility API have any means for getting any of the following values? Bit Error Rate Received Signal Strength Indicator (RSSI) Received Signal Code Power (RSCP) EC/NO RXLEV (Signal ...
0
votes
1answer
555 views

Read Bluetooth RSSI on Windows 7/Vista/XP

I need to read the RSSI of the Bluetooth link on a Windows desktop - ideally Windows 7 and XP, but would be enough Windows 7 too. From what I studied in Windows CE and Mobile, there is a method in the ...
0
votes
0answers
838 views

Convert RSSI to distance

how to convert RSSI to distance?. i have three coordinate RFID reader : Reader1(0,0). reader2(0,8), reader3(8,5). Transponder get RSSI, 156 from reader1, 115 from reader2 and 124 from reader3. how i ...
0
votes
2answers
729 views

Sleep command for Android

I am writing a small program to periodically poll the RSSI of the WIFI connection. I am using SystemClock.Sleep(2000) in the program. The problem, I would like to display the RSSI every 2 seconds. ...
0
votes
1answer
1k views

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 ...
0
votes
1answer
959 views

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 ...
0
votes
1answer
1k views

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