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).
how to send the message and How to see the received message
how to send the message and How to see the received message
I am happy to answer any specific question you might have, but it is better you read example documentation and example code to see how you use the example to send and receive a message (that is precisely what the example is intended to show, after all).
yes i read the example....i had done all the process but the beacon connected by the nrf connect or nrf uart app
I see. Did you face any problems? If so, can you clarify exactly what you have done and exactly what is not working?
i loaded ble_app_uart example in board and ble_app_uart_c example in another they both connected but i am now stuck at "how to send the message and How to see the received message"
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: