Calculating signal strength for the Sleepy End device #8384
-
Hello, I have a sleepy end device publishing data at interval of 100 ms to cloud via Border router. Now i would like to send signal strength information between sleepy end device and its parent device that can be device connected to Border router such as NCP/RCP device OR a FTD device in network. So is there any API available to calculate the Signal strength info between transmiting sleepy device and its parent ? I came across this api call : otPlatRadioGetRssi(thread_ot_instance_get()) but it always return 127 value which is invalid. So can any help how can i calculate strength of signal or quality of signal between sleepy end device and its parent. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
neighbor table
CLI command andotThreadGetNextNeighborInfo()
API provides RSSI information for each neighbor.