i have 2 nrf52dks where one nrf52sdk sends a message and another nrf52sdk recieves the message....for that what should i do
Thank you in advance
i have 2 nrf52dks where one nrf52sdk sends a message and another nrf52sdk recieves the message....for that what should i do
Thank you in advance
What kind of message do you want it to be?
For generic text messages you could try ble_app_uart example for the peripheral and ble_app_uart_c for the central device.
messages like hello nordic
Then NUS examples (ble_app_uart) are what you need to check out. Keep in mind that you don't have to receive the message to send from UART, you can modify the example to get it from anywhere, for example hardcoding the string constants
can you explain briefly
Please refer to the documentation for the UART/Serial Port Emulation over BLE example (peripheral) and the Nordic UART Service Client example (central).