Hi,
I'm using TI simplelink SDK to measure the AoA. in the payload I receive using the python sample code, I receive an RSSI. I'd like to show the distance in meters between the master node to slave node.. I found the following code but the result was not very reliable as the values were constantly changing to numbers even when the slave was at the same spot. I received information from a specialist at TI that the LAUNCHXL-CC26X2R1 has a default transmit value of 0db which is @ 1 METERS : -65 dBm see: https://support.kontakt.io/hc/en-gb/articles/201621521-Transmission-power-Range-and-RSSI
I use the following sample code: https://gist.github.com/eklimcz/446b56c0cb9cfe61d575 to calculate the distance where TX power = the known measured signal strength in rssi at 1 meter away. I was wondering if someone has made a solution to calculate distance using RSSI with Texas Insruments devices and Python.