This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

App Uart Question

I'm using the Nordic as a BLE solution, and it is just passing along data through the UART to another chip through the UART. However, I'm not sure how to just pass the data along using the example UART application from the SDK.

I am basically using the SDK example as is, but I've removed the APP_UART_DATA_READY code from the uart_event_handle callback. Right now, I'm testing it without having any data being returned via the UART, but the UART will be a two-way communication channel.

My two main questions are:

  1. How do I differentiate between data sent from the main firmware via the UART and data received via the BLE destined for the UART?
  2. What exactly is the app_uart_fifo doing?
Parents
  • What is "it"? What was getting called? You were seeing it? Or are you seeing it?

    What is the other end? A terminal on the PC? Are you saying that the terminal doesn't show anything even though calls to app_uart_put() are made?

    And again, please try to be more specific and clear.

Reply
  • What is "it"? What was getting called? You were seeing it? Or are you seeing it?

    What is the other end? A terminal on the PC? Are you saying that the terminal doesn't show anything even though calls to app_uart_put() are made?

    And again, please try to be more specific and clear.

Children
No Data
Related