How I can get the distance of a beacon in feet.can any one help me.This code gives me distance in meters
int b = Math.round(range);
int rssi1=rssi;
int txpower=-59;
Double distance=getDistance(rssi1,txpower);
int a = (int) (distance + 0.5);
You can copy this code in your java file. and can get a distance in feet as,