This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RSSI with softdevice s110 v7 while scanning

Hi all, I am using s110 v7 for scanning and advertising, it works well. Now, I would like to measure RSSI while scanning (already scanned device but not connected) . Can I do this and how can I do. Many thanks, Phat

Parents
  • Hi, I follow your guide, but the result from RSSISAMPLE register is always 0. I configured TASKS_RSSISTART. If I add a loop to wait EVENTS_RSSIEND while(NRF_RADIO->EVENTS_RSSIEND != 1); it never pass. Do I wrong or lack anywhere? Thanks

  • When do you run the TASK_RSSISTART? Are you in the assigned time slot and are you sure the radio is in receive mode before you run the TASK_RSSISTART? What does the markings on the chip that you are using say? Is it a nRF51822 AACx version? This has a known issue where the RSSISAMPLE register is cleared when you run the RSSISTOP task. nRF51822 PAN item #19

Reply
  • When do you run the TASK_RSSISTART? Are you in the assigned time slot and are you sure the radio is in receive mode before you run the TASK_RSSISTART? What does the markings on the chip that you are using say? Is it a nRF51822 AACx version? This has a known issue where the RSSISAMPLE register is cleared when you run the RSSISTOP task. nRF51822 PAN item #19

Children
No Data
Related