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

Calculating RSSI without receiving user messages

Hey 

I am working on Bluetooth mesh. I am able to find the RSSI from server whenever i received the message from client in mesh(light switch example). Now I have to find the RSSI for 3 seconds even without receiving any user message. I know that the RSSI can be calculated only when signal is received, but I also came to know that to order to maintain the connection in Bluetooth, link layer sends the empty messages for connection maintaining. If possible how can I calculate the RSSI for those messages. Is there any other possibility for my requirement.

I also saw that RSSI is displayed continuously in nRF connect app using the advertising data of ble devices,I need such mechanism of finding RSSI for 2 to 3 seconds, how can i achieve that?

Regards

Sumanth

Related