Hi,
I have two nrf52dk devices.
I Want to test the BLE examples which can exchange Bytes of information between each other and display over the UART.
Which examples are suitable to test this feature.
Regards,
Madhu Raj
Hi,
I have two nrf52dk devices.
I Want to test the BLE examples which can exchange Bytes of information between each other and display over the UART.
Which examples are suitable to test this feature.
Regards,
Madhu Raj
Hi!
I would suggest that you take a look at the UART examples in our SDK. We have one Central and one Peripheral example.
The central example can be found in the sdk_folder/examples/ble_central/ble_app_uart_c folder
And the peripheral example can be found in the sdk_folder/examples/ble_peripheral/ble_app_uart folder.
You can read more about the examples, and how to test them in the infocenter.
BLE_APP_UART_C
BLE_APP_UART
Best regards,
Joakim.
Hi!
I would suggest that you take a look at the UART examples in our SDK. We have one Central and one Peripheral example.
The central example can be found in the sdk_folder/examples/ble_central/ble_app_uart_c folder
And the peripheral example can be found in the sdk_folder/examples/ble_peripheral/ble_app_uart folder.
You can read more about the examples, and how to test them in the infocenter.
BLE_APP_UART_C
BLE_APP_UART
Best regards,
Joakim.