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
Have you done as explained under Testing in the documentation for the Nordic UART Service Client example (see the quote below, where I have highlighted step 6)?
Test the BLE NUS Client Example application by performing the following steps:
yes i need to send the message without the serial port and i cannot detect in nrf connect for moblie app where the both boards are connected
No problem. Using the UART terminal is a simple way to you how it works. Did you test it? When you have it working you can modify the examples to send data from somewhere else as you like (such as a hard coded string upon button press or whatever you lie). It is up to you to adapt it as you want.
how can i send message from mobile by connecting to one nrf52dk and receive by another nrf52dk and see the message in another mobile
You can use for instance nRF Connect or nRF Toolbox apps for mobile.
You can use for instance nRF Connect or nRF Toolbox apps for mobile.