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

Communicate Two nRF52 devices without Pairing?

I want to communicate with two nRF52 devices without pairing?

It is possible? Yes means kindly give the realtive examples.

Maximum data length...

Thanks.

Parents
  • It is definitely possible, but I suspect you are confusing pairing and connecting?

    Please check out this thread answered by my colleague a while back:

    https://devzone.nordicsemi.com/f/nordic-q-a/11939/connecting-bonding-pairing-and-whitelists

    It describes the difference between pairing and connecting. After seeing this, do you mean pairing or connecting?

    Maximum data length ... Depends on whether you are connected or not.

    If you actually was talking about connection, and not pairing, I suggest you check out the example ble_app_uart from:

    SDK16.0.0\examples\ble_peripheral\ble_app_uart

    Maximum data length depends on what you are connected to (what length the other device can provide). If you connect to another nRF they can use the maximum length allowed by the BLE specification, 244 bytes of payload.

    Best regards,

    Edvin

Reply
  • It is definitely possible, but I suspect you are confusing pairing and connecting?

    Please check out this thread answered by my colleague a while back:

    https://devzone.nordicsemi.com/f/nordic-q-a/11939/connecting-bonding-pairing-and-whitelists

    It describes the difference between pairing and connecting. After seeing this, do you mean pairing or connecting?

    Maximum data length ... Depends on whether you are connected or not.

    If you actually was talking about connection, and not pairing, I suggest you check out the example ble_app_uart from:

    SDK16.0.0\examples\ble_peripheral\ble_app_uart

    Maximum data length depends on what you are connected to (what length the other device can provide). If you connect to another nRF they can use the maximum length allowed by the BLE specification, 244 bytes of payload.

    Best regards,

    Edvin

Children
Related