Hey guys I want to resolve some issues regarding RSSI values received from BLE beacons. I have ibeacons type.
1: Ibeacon format says the last byte is signal signal, is it RSSI, if so why I am having a different value in the packet and when calling NRF_LOG_RAW_INFO("RSSI2: %d\n", p_gap_evt->params.adv_report.rssi);?
2: How can we determine the approx distance wirh RSSI, and what does it mean RSSI at 1m is -77 dbm (say)?
Your suggestions will be appreciated
Thanks and Regards,