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:
Thanks