hi,
i am working on "ble_app_multilink_central" in ble central . i have connected two peripheral devices .how to include uart in "ble_app_multilink_central" example code.
hi,
i am working on "ble_app_multilink_central" in ble central . i have connected two peripheral devices .how to include uart in "ble_app_multilink_central" example code.
Hi,
By UART, do you mean hardware UART to send strings over wires to a serial terminal or another device, or do you mean Nordic UART Service (NUS) to send strings over BLE?
For the latter, there is a ble_app_uart_c_multilink example in this GitHub repository. This also shows how to configure hardware UART connection to the PC for sending/receiving strings from NUS to PC.
Best regards,
Jørgen