B4i Question [SOLVED] Read BLE RSSI while connected - techknight    Jan 10, 2019 I noticed Android has a ReadRemoteRSSI function, but I cannot find it in the iOS version.
iOS does have a ReadRSSI() feature that works once per second interval for retrieving a connected RSSI... B4i Question Getting Continuous RSSI Reading from BLE - walterf25    Feb 9, 2020 Hi All, i'm working on a small app which connects to a Nordic Thingy Device via BLE, the sensor..., this is all working good, but I also need to get the RSSI value periodically, i found the following code... B4R Question How to get RSSI signal from BLE Module - BillMeyer (first post)    Sep 16, 2022 Just getting the RSSI signal will only give you a 2D not very accurate location of the device. For an RTLS (Real Time Location System) you would need a thing called AoA and AoD (Angle of Arrival... that it is there - BUT not on what shelf it is and then also if your antenna design is not good - the RSSI... B4A Question BLE2 ReadRemoteRSSI - Erel (first post)    Jan 2, 2022 The sub name should be: Manager_RssiAvailable (Success As Boolean, RSSI As Double)
Assuming that the event name was set to Manager.... B4A Question BLE2 - Reading RSSI - Encarni Moreno (first post)    Jan 3, 2018 Ok, thanks!!... B4A Question BLE2 - Reading RSSI value of connected Bluetooth Low Energy - mickeyk600 (first post)    Nov 1, 2016 Here: https://www.b4x.com/android/forum/threads/ble-2-bluetooth-low-energy.59937/page-5#post-461367
Many Thanks !!... B4i Library BLE (Bluetooth Low Energy) library - Erel    May 6, 2021   (3 reactions) , AdvertisingData As Map, RSSI As Double) - Raised when a new device is discovered (after you call BleManager.Scan). The event parameters include the device Id, name, RSSI value and a Map with additional...B4i BLE library is now available. This library allows you to connect and read data from BLE... is raised when you initialize BleManager and when the BLE adapter state changes. Only if the state... (click on the small gear button). hnY7wVKcpzk iBLE is now included as a preinstalled library. Example... B4A Question Solves a formulation of n-D space trilateration problem using a nonlinear least squares optimizer. Input: positions, distances Output: centroid with - mike1967 (first post)    Jan 23, 2024   (1 reaction) https://stackoverflow.com/questions/36399927/distance-calculation-from-rssi-ble-android... B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (30 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE This library replaces the previous BLE library.
It is simpler to use and it is more powerful. Its API is based on B4i iBLE library which makes it easy to reuse B4i code.
See the iBLE tutorial: https://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content
Tips &... B4A Question BLE Android 9 - Scanning stops when screen turned off - Jmu5667    Feb 28, 2019 ("getRssi", Null) log("svc_ble_sos_le() Scan_Result > name : " & name &... manager As BleManager2 Private currentStateText As String = "UNKNOWN" Private...(Application.PackageName & ".svc_ble_sos_le$MyScanCallback", Null) Timer1... Sub Manager_DeviceFound (Name As String, Id As String, AdvertisingData As Map, RSSI As Double.../understanding-ibeacon-distancing Private Sub CalculateDistance(tx As Int, rssi As Double) As Double If... Page: 1   2   3   4   5   6   7   |