No Bluetooth connection on nRF52833

Hi support team, 

I'm working with nRF52833 DK. installed the mobile app and desktop, but I wasn't able to connect to either.

Power switch ON, SW6 on DEFAULT. J2 connected to my laptop. LED1 is ON, and LED 5 blinking.

Do I need to any other setup or software for initial Bluetooth connection?

appreciate your help

Parents
  • Hello,

    The sample found  in NCS\nrf\samples\bluetooth\peripheral_cgms is a sample that will request a 6-digit pin when you try to enable indications on the measurement characteristic.

    Different phones may act differently. Some will try to pair if it sees that a characteristic is "protected", while others will try to do it only when that characteristic is being used. It is however possible to make the application running on the nRF request the pairing/bonding process as well. To do this, you can use bt_conn_set_security(). (you can see how it is done in the connected event callback in the central_uart sample)

    Best regards,

    Edvin

Reply
  • Hello,

    The sample found  in NCS\nrf\samples\bluetooth\peripheral_cgms is a sample that will request a 6-digit pin when you try to enable indications on the measurement characteristic.

    Different phones may act differently. Some will try to pair if it sees that a characteristic is "protected", while others will try to do it only when that characteristic is being used. It is however possible to make the application running on the nRF request the pairing/bonding process as well. To do this, you can use bt_conn_set_security(). (you can see how it is done in the connected event callback in the central_uart sample)

    Best regards,

    Edvin

Children
No Data
Related