Hi, I've compiled program from this link:
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 :)