1. I had done the pairing without any authentication but now I want to do it with the authentication with an authentication key.
2. please provide some sample code regarding the pairing authentication and its process.
1. I had done the pairing without any authentication but now I want to do it with the authentication with an authentication key.
2. please provide some sample code regarding the pairing authentication and its process.
Respected Amanda,
I had one more doute and that is
1. Once the data was received from the nrf_connect app(master) to PCA10040(nrf52832). I want to store that data into the variable
2. and Once the data is received data is stored in the variable after that I want to perform the accordingly.
3. is there is any example based on above situation in the sdk.
Hi,
You can take a look at this UART/Serial Port Emulation over BLE. The Receive data is p_evt->params.rx_data.p_data.
-Amanda
Hi, Amanda,
need some help,
I want to wait till the new data has not been received from the (p_evt->params.rx_data.p_data.) from the nrf connect app.
could u please tell me how its done
and I am storing that new data in the array.
would u please tell me how its been done.
depends on I want to write logic
Hi, Amanda,
need some help,
I want to wait till the new data has been received from the (p_evt->params.rx_data.p_data.) from the nrf connect app.
could u please tell me how it is done
and I am storing that new data in the array
would u please tell me how it's been done?
depends on I want to write logic.
and once the data has received then I want to out of that wait state