How to find the distance of beacon using receiver RSSI value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-04 4: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?
- Labels:
-
BLE
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-04 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-04 5: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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-04 6:28 AM
Hi Kryptons,
Yes for sure,
I think these links are hopeful for you (especially the second one :) :(
- AN4971: Received signal strength indicator (RSSI) for ST25RU3993
- AN5508: Social Distancing Detection using Bluetooth® Low Energy
Best Regards,
Ons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-04 6:35 AM
Hi Kryptons,
I can also provide you the following links:
- PM0271_STM32WB BLE stack programming guidelines
- AN5378_STM32WB Series microcontrollers bring-up procedure
- STM32WB_CubeMonitor-RF OLT
- STM32WB guidelines - 1 - STM32WB RF Overview
- STM32WB OLT - 46. Ecosystem STM32CubeMonitor RF tool
- STM32WB Getting Started Series: Part 11, CubeMonitorRF
- Social Distancing with Bluetooth® Low Energy
I hope these are helpful.
Best Regards,
Ons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-02 7: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-18 8: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?
