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!