This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Peripheral UART Service example BLE TX Characteristic not working?

Hello, All

I am evaluating the example, following the instruction information here https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Fble_sdk_app_nus_eval.html&cp=8_1_4_2_2_25

Testing with my mobile with nRF Connect for Mobile, I can see the message I send using RX Characteristics in terminal, and I am able to send some thing from my PC terminal too, but I don't see it in my Phone in TX Characteristics, and notification is enabled, I put a breakpoint in the code inside void ble_write_thread(void), and do see it is fall there, I wonder whether I am supposed to receive the data from BLE end? if so, how?

Use latest nRF Connect SDK with VS Code.

Thank you!

Ping

Related