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

NRF52 DK as central

I use NRF52DK as central device I also use a SDK that is ble_app_uart_c code for my project. and i would like to take my peripheral devices whice are phone or PC their RSSI values but when i open my phone bluetooth and when i run my code. I don't see my phone's RSSI values on terminal. How can i solve that problem?. (Also my phone is  iPHONE6 that has bluetooh 4.2)

Parents Reply
  • So your nRF is a Central, and your phone is acting as a peripheral?

    "my phone's RSSI" is a bit misleading.

    "RSSI" stands for "Received Signal Strength Indication" - so saying "my phone's RSSI" suggests that you are talking about the level of signal received at your phone (ie, from your Central)

    But the RSSI value returned in the nRF Central is the level of signal received at that Central.

Children
Related