RSSI value in CYW20819

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
SnGh_4568476
Level 1
Level 1
25 sign-ins 10 sign-ins 5 questions asked

Hello Team,

I am using CYW20819 board and mesh controller app for my application. I observe in app that when device or module advertise it shows device name and UUID only but if I want to know the RSSI value Before and after provisioning of a device. So please help me to understand how can I implement this in the firmware side and android app side?

 

Thanks and Regards,

Sneha G.

0 Likes
1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

 

In the firmware, I hope you can get the rssi from the scan result callback function. Check mesh_adv_report() in mesh_application.c

On the android side, I am not much sure about the implementation. It should be generic and I hope you can get support from Android developer community.

 

Thanks,

-Dheeraj

View solution in original post

0 Likes
1 Reply
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

 

In the firmware, I hope you can get the rssi from the scan result callback function. Check mesh_adv_report() in mesh_application.c

On the android side, I am not much sure about the implementation. It should be generic and I hope you can get support from Android developer community.

 

Thanks,

-Dheeraj

0 Likes