Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

UART Bridge between Central and Peirpheral

Hello,

        I want to make a simple UART Bridge between Central and Peirpheral. I'm usign nRF52832 with nRF5_SDK v15. There are central and peripheral uart examples in the SDK. 

        I can connect to any mobile phone by peripheral example. However I can not work with the central example.

        How can I connect to a peripheral device by using central example ? How will I select the device to connect ? do I need to write a static MAC address or UUID ?

        When I run the central example, I just see the string on the uart line. "BLE UART central example started."

  

Best Regards  

Related