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

Stream data between two nRF51 devices over BLE to UART

Hello

Is there a way to stream data from one nRF51 device, to a second nRF51 and have the received data sent over UART to a host PC? Basically in my setup, I have a custom PCB with an nRF51822 chip, and I want to stream data from it to a PC connected to an nRF51-DK board for data-logging.

I'm thinking something similar to what is discussed in the following tutorial but between two nRF51 boards:

devzone.nordicsemi.com/.../

Thanks

Related