This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf51 dongle calculate distance

hi

I used the nrf51 dongle to receive advertisement packet from other nrf51 dongle. I used this formule, d = 10 ^ ((TxPower - RSSI) / 20) , given from this link forums.estimote.com/.../2858 .

Example, txpower = -59, and received rssi is -80. d = 10 ^ ((21) / 20) = 11.2m

However, even the distance in between the two dongles are around 1m, it display very weird distance value like 10-20m. Is it the calculation method wrong? or is the antenna poor performance?

Parents Reply Children
Related