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

ble_app_uart example receiving data from mobile does not work

Hi,

I am testing the blue_app_uart example and I want to  send data

from my smartphone uart terminal app,back to the nRF52840 DK,

Nothing is being received by the segger studio terminal though .

On the other hand, If I send data from the SES terminal to the smartphone

the smartphone terminal shows the data I sent from the DK.

I cannot understand what I am doing wrong here since I have not modified the example.

  Is there some option that I have not taken into account?

Thank you for your time

Parents Reply
  • Are you using the SDK example from a clean SDK download with no modifications at all?

    What app, exactly, are you using? Give a link.

    When I send text from the smartphone terminal emulator back to the DK, the Rx pin of the DK receives nothing.

    That could be anything from:

    1. The phone is not actually sending it
    2. The DK is not receiving it via BLE
    3. Your code is not forwarding received BLE data to the UART
    4. Your UART configuration is not correct
    5. Some external hardware issue.

    I would start by putting a breakpoint in the NUS event handler where data is received.

Children
Related