Questions tagged [ble-txpower]
2 questions
4
votes
0 answers
Calculate distance using Android BLE (Bluetooth low energy)
I tried to get distance between two mobile devices using BLE, I known that is a common task, and we can using RSSI and txPower to find out the distance.
But I have a problem to get txPower value in android BLE. It's always return 127…

GianhTran
- 3,443
- 2
- 22
- 42
3
votes
1 answer
How to get distance from beacons
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:B6",
"validDataHashMap": {
"20": {
"data":…

Chirag Patel
- 437
- 2
- 7
- 22