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

ble_app_uart isn't working

Hello,

I'm trying using \examples\ble_peripheral\ble_app_uart on PCA10040

I'm programmed s132_nrf52_6.1.1_softdevice, using nRF5_SDK_15.3.0_59ac345 with  pca10040_s112_nrf52832_xxaa.

But LED1 isn't blinking, no printing on serial terminal and don't see the Nordic_UART on App.

Any advice?

Thank you,

Eyall

Parents Reply Children
  • hEyall,

    I don't know what you are connecting with, but if you use nRF Connect for Desktop, it should look something like this:

    If so, you should press the "play" button next to UART TX. 

    If you use nRF Connect for Mobile, there should be an icon with 3 arrows pointing down next to the UART TX characteristic. Press that one, and it should start updating the characteristic when you write to it. 

    The line "....is sent to the peer on handle 0x12" isn't originally in the project, so it must be something you have added. But it looks like this is just the connection handle of your connected device. What does it look like where you print it?

Related