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

lost communication with nRF52832

Hi,

I am a newbie and just strted first evaluation with nRF52832 board. I am using SEGGER IDE.

The example i am using is: C:\nordic_semi\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_hrs\pca10040\s132\ses (SoftDevice 132).

After building the project and running it on the board, LED1 blinked (device is advertising) and i could see the device as "Nordic_HRM" in the list of searched bluetooth devices in my cellphone.

I did some attach/deattach with few phones to this device until i stopped getting its name on bluetooth search list devices (in every android phone).

I powered the board OFF and ON -> still did not see the board on the phone.

I reloaded and rebuilt the project and programmed the board -> still did not see the board on the phone.

Why am i not seeing the "Nordic_HRM" device anymore?

Gil

  • Hello Gil,

    I am not sure what happened. Maybe a device nearby connects to your HRM device? A phone, or someone else running the ble_app_hrs_c example on another DK nearby. Or if a device (e.g. a phone) connected with your ble_app_hrs, and bonded with it, this bonding information is stored on your device, and it will start advertising with a whitelist. This is basically just a flag that indicates that the DK will only connect to devices in this list. Typically, BLE devices, such as mobile phones will ignore devices with this flag if they know they are not bonded them selves, because it knows it won't be able to connect.

    If you press button 4 on your DK while power cycling the device, it should delete the bonding information, and it should advertise without the whitelist flag. You will probably see it from other devices at that point. 

    Alternatively, you can completely erase the chip, using e.g. "nrfjprog --eraseall" if you have the Nordic Command Line Tools installed, and then program the device again with the softdevice and the example.

    Best regards,

    Edvin

Related