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

Scan only one nrf52832 peripheral

HI

I am using nrf52832 modules with SDK 11.0.0, s132.

I am able to advertise and scan the devices and display RSSI and peer address.

For my project i want to display the RSSI of the advertising nrf module , but the central device is scanning all the surrounding peripheral devices.So how do i implement to scan only one particular peripheral device and there by display that device address and RSSI only??

central: ble_app_uart_c example

peripheral: ble_beacon example

Thanks,

Uma

Parents Reply Children
  • Hi,

    guma said:
    Regarding the TX power level, the range or distance reduces as power level is set to -4, -8 and so on right?

    Yes, that is correct. For instance, a 6 dB decrease in power will give you half the range.

    guma said:
    At the reception end is there any feature with regards to the LNA/PA control ? or it is already enabled in the module ?How does it work in the nrf52832 module?

    What do you mean? The receiver end does not have any similar parameter to Tx power. But if you refer to SoftDevice support for controlling an external PA and/or LNA, that is in place. You can, for instance, refer to this post.

Related