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
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"
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:
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.