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