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

Parents Reply
  • So I got it to compile, but I'm not sure what to do with it next and how to connect the two devices. For my setup, I have two nRF51-DK boards. One with the linked example running on S120, while the second device has S110 and running the ble_app_uart_s110_pca10028 example code as suggested on the Github readme file. I have the first board connected to a Serial Terminal program and I get the message "Start.." and it does nothing else. Am I missing something here?

    Thanks

Children
No Data
Related