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

NRF52840

Hi,

I'm trying connect NRF 52840 width Intel AC 9260 Windows 10 Desktop/

When I compile and run any examples from nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral and I trying to pairing device, I receive next error:

info> app: Alert Notification client example started.
<info> app: Fast advertising
<info> app: Connected.
<debug> ble_db_disc: Starting discovery of service with UUID 0x1811 on connection handle 0x0.
<debug> nrf_ble_gatt: Peer on connection 0x0 requested an ATT MTU of 525 bytes.
<debug> nrf_ble_gatt: Updating ATT MTU to 23 bytes (desired: 23) on connection 0x0.
<debug> nrf_ble_gatt: Peer on connection 0x0 requested a data length of 251 bytes.
<debug> nrf_ble_gatt: Updating data length to 27 on connection 0x0.
<info> peer_manager_handler: Connection security failed: role: Peripheral, conn_handle: 0x0, procedure: Bonding, error: 133
<debug> ble_db_disc: Service UUID 0x1811 not found.
<debug> nrf_ble_gatt: Data length updated to 27 on connection 0x0.
<debug> nrf_ble_gatt: max_rx_octets: 27
<debug> nrf_ble_gatt: max_tx_octets: 27
<debug> nrf_ble_gatt: max_rx_time: 2120
<debug> nrf_ble_gatt: max_tx_time: 2120
<info> peer_manager_handler: Connection security failed: role: Peripheral, conn_handle: 0x0, procedure: Bonding, error: 133

What should I do to resolve this problem?

How can I set Phy 2M for this devices connection?

Thanks,

Gregory

Parents Reply Children
No Data
Related