This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to send message "hello Nordic" from one nrf52832 to another nrf52832

how to send message "hello Nordic" from one nrf52832 to another nrf52832. where I have to add my message string in service and which function i have to use in peripheral side. as in the central how to read this string message, what are the steps I have to follow in order to receive the message from peripheral,after receiving the message I have to display on the console. please help me out.

Parents
  • Nordic has a BLE UART example both client and server which does exactly this. It exactly takes a message (in the example from actual UART input) and sends it to the server where it's output on the actual UART.

    This is exactly what you are asking for. Please compile and run those examples and then ask a question about anything you don't understand.

Reply
  • Nordic has a BLE UART example both client and server which does exactly this. It exactly takes a message (in the example from actual UART input) and sends it to the server where it's output on the actual UART.

    This is exactly what you are asking for. Please compile and run those examples and then ask a question about anything you don't understand.

Children
Related