Cordova-plugin-eddystone distance calculation
Posted: 09:17, 29 Feb 2016
Hello, I am trying to calculate the distace in meters using the txPower and RSSI. After some searching I have found a formulas using these values, but there I have to use txPower that indicates the signal strength in 1 meter.
I wanted to use your https://www.npmjs.com/package/cordova-plugin-eddystone#plugin-implementation-details
but according to your plugin the value
Please could you provide me a mathematical formula, for transforming the 0 meter txPower to 1 meter txPower. Thank you!
I wanted to use your https://www.npmjs.com/package/cordova-plugin-eddystone#plugin-implementation-details
but according to your plugin the value
{number} txPower - A signed integer, the signal strength in decibels, factory-measured at a range of 0 meters.
Please could you provide me a mathematical formula, for transforming the 0 meter txPower to 1 meter txPower. Thank you!