This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE_LoopbackUART doesn't cooperate with nRF UART 2.0

Hi, I've compiled program from this link:

developer.mbed.org/.../

The problem is that I can't connect to my DK by nRF UART 2.0 app, probably because not every UUID is defined well. Where can I change them in the code? Following the website of the app, they should look just like that:

6E400001-B5A3-F393-E0A9-E50E24DCCA9E for the Service

6E400002-B5A3-F393-E0A9-E50E24DCCA9E for the TX Characteristic Property = Write without response

6E400003-B5A3-F393-E0A9-E50E24DCCA9E for the RX Characteristic Property = Notify

At the moment, in nRF MCP I can see that UUID for service is ok.

Thanks in advance :)

Parents Reply Children
No Data
Related