I am using petermetz/cordova-plugin-ibeacon to detect beacons around my mobile device. And I can see that plugins provides following informations about the beacon
, such as
uuid
,major
,minor
,rssi
,tx
,accuracy
What I want to know is what is actually rssi
, tx
and accuracy
?
How can I use these three values(rssi
, tx
and accuracy
) to calculate the distance to beacon?
I have gone through this documentation : What are Broadcasting Power, RSSI and other characteristics of beacon's signal?, but didn't got the information I was looking for OR its too high-level for me to understand.
Many many thanks for all your feedback.