2021-03-04 04:23 AM
Hi, I am doing a project based on beacon tracking. For that, I have to detect the beacon and find the RSSI of received beacon using STM32WB board. Is there any possibilities to find out the RSSI value? and how can approximate the distance between both using RSSI?
2021-03-04 04:38 AM
Hi Kryptons,
Please take a look at the STM32CubeWB firmware package under \Projects\$Board_name$\Applications\BLE
Hope this is helpful.
Best Regards,
Ons.
2021-03-04 05:33 AM
Hi Ons,
Thanks for your reply.
I already went through that example. But I was unable to find anything related to RSSI. Can I get any documents related to that topic ?
2021-03-04 06:28 AM
Hi Kryptons,
Yes for sure,
I think these links are hopeful for you (especially the second one :) :(
Best Regards,
Ons.
2021-03-04 06:35 AM
Hi Kryptons,
I can also provide you the following links:
I hope these are helpful.
Best Regards,
Ons.
2021-04-02 07:59 AM
Hi Hi Kryptons,
Any updates ?
Thank you to mark this question as answered if your problem is well solved :smiling_face_with_smiling_eyes:
Best Regards,
Ons.
2021-07-18 08:35 PM
Hi Ons KOOLI,
I am also doing Beacon project and using your example BLE_MeshLightingPRFNode
I get signal of beacon tag by function callback BLEMesh_CustomBeaconReceivedCallback, data is true but value rssi still 3 and it doesn't change
How can i fix it?