Hi, I am new to BLE, I am trying to send and receive data over BLE and print them in Uart as well in both devices respectively.
And I downloaded lastest NRF5-SDK, I have been using examples "ble_app_uart_c" project in nRF52832 DK and
"ble_app_uart" project in BL654.
Before flashing the above programs in both devices, I flashed soft device hex file in both the devices such as S132 to nRF52832 and S140 toBL654.
In order to send and receive simple string in both the devices, what changes do I need to do in those programs? I am not understanding which APIs are needed to do this?
Tried from the last two days couldn't get any result.
Please, can someone guide me to get this working? or if Some examples with basic string send from the peripheral device and receive at the central device would be really helpful to get started?