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

Modify the ble_app_uart_c example to transmit data via USB instead of UART as in the usbd_ble_uart || Modify the usbd_ble_uart example to SCAN and connect to an advertising device

Hello, all.

I would like to connect one board that transmits data using the ble_nus, such as in the ble_app_uart example, to another that receives the data and sends it to a terminal in a computer using USB, such as in the usbd_ble_uart example.

What would be the simplest way to do that: modifying the ble_app_uart_c example to include the USB functionality or modifying the usbd_ble_uart example to scan for an advertising device? What parts of the code should be modified?

Thanks!

Related