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

How to classify rssi of beacon as High, medium, low , poor range with +4dBm TX power

I am using NRF52832 as Beacon, I want to classify the RSSI as High, Medium, Low, and Poor based on RSSI.

I am using SDK14.2.0 for Beacon and Gateway.

And using +4dBm Tx power of Beacon.

Thank You

Bivay



Parents Reply Children
  • I will use kalman filter for it. But after that wants to give that rssi value a tag of  Range which are suppose to be High, Range, Medium Range, Low Range and Poor Range. For example lets say rssi greater than -50 is consider as High Range, -50 to -70 is consider and Meduim Range, -70 to -95 cnsider as low range and less than -95 is consider as poor. But I need some refrence to calssify this range limits for +4dBm Tx Power.

Related