nrf52 dongle

Hi,

i am working on nrf52 dongle. i want to use ble_app_uart example with it. how i can receive data on uart with usb. i can send data on ble but not receiving on uart.

Thank you

Parents Reply Children
  • Karl Ylvisaker said:
    do you see any serial output from the device at all, such as 'NUS Example started'?

    ^please see my previous question as well.

    Are you using any kind of formatting characters, or are any such characters added by the terminal, or similar?
    Could you show me the complete configuration of your serial terminal?

    Are you using the nRF5 SDK, or the nRF Connect SDK?
    In the case of the nRF5 SDK, could you make sure to add DEBUG to your preprocessor defines, like shown in the included image:


    This will make your logger output a detailed error message in your RTT terminal / SES 'debug terminal' in the case that a non-NRF_SUCCESS error code is passed to an APP_ERROR_CHECK.

    Best regards,
    Karl

Related