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

UART sending data

hi, I'm using two nrf52840 and I was given a task to transmit a string between them. I'm trying to understand ble_uart central and peripheral examples. I'm using sdk15 and segger to compile. my problem is, how can i see the data transmitting from one to another, because I can't see a string on putty.

Parents
  • Hi.

    Have you looked at the infocenter? Here you can find more in-depth information for each example, including how you can test the examples.

    For the UART Central (\examples\ble_central\ble_app_uart_c), you can find information on how to setup a test at the bottom of this page.

    For the UART Peripheral (\examples\ble_peripheral\ble_app_uart), you can find information on how to setup a test at the bottom of this page.

    In each of the pages on the infocenter you also find the correct UART settings that you should use in PuTTY.

    - Andreas

Reply
  • Hi.

    Have you looked at the infocenter? Here you can find more in-depth information for each example, including how you can test the examples.

    For the UART Central (\examples\ble_central\ble_app_uart_c), you can find information on how to setup a test at the bottom of this page.

    For the UART Peripheral (\examples\ble_peripheral\ble_app_uart), you can find information on how to setup a test at the bottom of this page.

    In each of the pages on the infocenter you also find the correct UART settings that you should use in PuTTY.

    - Andreas

Children
Related