Hi,
In continuation of my previous question, the RSSI value return through adv_report struct will need to be converted to get value in dBm using following formula. Is my understanding right?
i.e.
LRES = param->rssi
and
RSSi (dBm) = (0.474 * LRES) – 112
Thanks.
Device:
Hi sabasit,
Please check the below post
http://support.dialog-semiconductor。com/convert-rssi-dbm
Thanks MT_dialog
Thanks MT_dialog. This confirms my understanding is correct.