I am working on bluetooth low energy concept project. In that i am getting the RSSI value between 1 to 100. As i am moving the tag. it increase as it is going far from IPhone. And decreases as i am moving it nearer to IPhone. so can any body help me to get exact distance from RSSI value. If any formula is there then please tell me.
I am getting the RSSI value of the device with the help of this bluetooth Low energy
Delegate method Wh.
- (void)centralManager:(CBCentralManager *)central didDiscoverPeripheral:(CBPeripheral
*)peripheral advertisementData:(NSDictionary *)advertisementData RSSI:(NSNumber *)RSSI
So Please if anybody know about this help me.