• BLE Pairing and security

    Hi, We would like to impelement Pairing and security features in our device. Our device will act as server in peripheral mode. The cleint device should ask for 1 passkey which is ideependet for each of our device. Could you please suggest which…
  • Enable MBEDTLS debugging Nordic provided security backend (for CoAP Secure via OpenThread on nRF5340)

    Goal Hi guys, is there an option to enable MBEDTLS debugging as with the CONFIG_MBEDTLS_DEBUG_LEVEL =4 for the MBEDTLS_BUILTIN? I am trying to setup a DTLS client based in order to establish a CoAP Secure Session via Openthread to a Borderrouter and…
  • BLE Pairing and security stack implementation

    I am developing a product using the nRF51822 BLE, I was able to interface all my peripherals and setup the softdevice stack accordingly. Now I am looking to add a pairing and security layer on the same to start the provisioning process and make the…