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
  • Hello! I'm really interested in this example but when I try to compile this example, compiler returns me several erros - files cannot be found (error: #X: cannot open source input file "app_util.h": No such file or directory".

    I'm using SDK V8.0 and the patched version code.

    EDIT: OK, the patched code works fine. When adding the extracted example folder to SDK folder, you must edit/correct the files' paths.

Children
No Data
Related