rssi Questions
8
Solved
Hello is there any way to get the signal strength of near by bluetooth le devises in linux? Or any good libraries for nodejs, php or mono (I do know some c++ or python but would prefer to say away ...
Guidon asked 25/6, 2014 at 19:31
3
Solved
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 s...
1
I am using Moko H2 beacon and using this library to get beacon list I am getting beacon list successfully
I am getting this type of response after scan
[
{
"mac": "F2:EE:97:63:1B:B...
Kc asked 3/12, 2020 at 10:32
1
I am struggling very hard on this one, so any help / pointers would be greatly appreciated.
I have been trying to get precise values from RSSI with pyblueZ
I get some good results, but this below...
2
I know there is lot of question on stackoverflow related to my question, but I would like to know if there is any way to get the exact distance from RSSI.
I have followed this link and some other ...
Cringe asked 4/4, 2016 at 10:14
3
I'm wodering what the RSSI Value, delivered from the Android BluetoothDevice object, exactly means. Is it a value in dBm unit or only a measured signal stregth?
Thank you in advance.
3
Solved
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...
2
I would like to measure rssi value of modem.Is there any api to get rssi value for Windows?I used to do that with Wifi.Manager in android.But i couldn't find any api for Windows
6
Solved
I'm trying to get RSSI or signal strength from WiFi packets.
I want also RSSI from 'WiFi probe requests' (when somebody is searching for a WiFi hotspots).
I managed to see it from kismet logs but ...
1
Solved
How can I get the RSSI (received signal strength indication) value of the WiFi network the mobile device is connected to, in Swift Code
1
Solved
I can easily get the sigalStrength in Android via callback
onSignalStrengthsChanged(SignalStrength signalStrength)
and retrieve the signalStrength trough the passed object
int signal_strength...
Bulldog asked 9/2, 2018 at 17:28
1
Solved
Bluetooth Low Energy uses 40 channels, each 2 MHz wide, spanning the
unlicensed 2.4 GHz radio band. Among the 40 channels, BLE advertisements are broadcast on three channels. These advertisement ch...
Chickaree asked 21/6, 2017 at 7:21
2
Solved
I noticed that the signal strength of Bluetooth Low Energy received on Androids is varying in cycles.
The graph below represents the RSSI values of one BLE beacon over two minutes. The receiving An...
Hartzog asked 8/10, 2015 at 13:6
5
Solved
Short version:
In my tests with Android 5.0 Lollipop I have noticed android.bluetooth.le.BluetoothLeScanner detects BLE devices less frequently than Android 4.4 KitKat. Why is this and is there an...
Anomaly asked 24/11, 2014 at 18:5
2
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 t...
1
I am working on a BLE project in Android Studio and would like to read the RSSI value of a device which I have already connected to. So far I was able to discover new devices via LE Scan and get th...
Siouan asked 22/10, 2015 at 8:36
6
Solved
I cannot get my HC-05 bluetooth modules to output RSSI values. I issue it the following commands in series:
AT+INIT
-> *OK*
AT+INQM=1,9,48
-> *OK*
AT+INQ
-> *No response, it starts fla...
Slowworm asked 22/4, 2014 at 13:41
3
I am currently developing Bluetooth Low Energy proximity profile for Android and I have stumbled upon an issue regarding RSSI.
In order to make proximity profile work I have to receive RSSI data w...
Zincography asked 2/8, 2012 at 9:20
1
Solved
I am new with android programming and trying to get rssi value form a BLE device for distance measurements.i can scan and get the name and mac address of the device but i've tried codes to get the ...
Outflank asked 31/3, 2015 at 9:56
1
Solved
I've made an iOS App to range the beacons. I've noticed that the RSSI value from beacons is fluctuating randomly with time. In order to get smooth RSSI value, I am trying to use Kalman filter.
In...
Laurentia asked 13/3, 2015 at 8:33
3
Solved
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 stren...
1
Solved
For my project I need to estimate the distance between a Smartphone and a bluetooth module. The Estimation doesn't have to be very precise. I only need to determine the distance with a margin of er...
Gingerich asked 14/1, 2015 at 9:35
4
Solved
I've got a simple iOS app which displays the proximity of the Bluetooth LE beacons it detects using such expressions as "immediate", "near" etc. and I need to write something similar on Android.
I...
Ullyot asked 1/4, 2014 at 11:28
2
So my question came up looking an the console output of some iOS 7.0.x devices via iPhone Configuration Utility the other day. I was puzzled to see several indications that the WiFi daemon register...
1
Solved
I'm new to Android and my app uses Bluetooth to receive data from a small load cell amplifier. While in some devices (Samsung ones) the BT signal strength (RSSI) vary as expected (from around -20, ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.