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