Hello.
EDIT: When I connect to nRF52832, Windows are not creating bluetooth serial com port. And Bluetoth Services are not getting.
How Can I do this??
Thanks.
Hello.
EDIT: When I connect to nRF52832, Windows are not creating bluetooth serial com port. And Bluetoth Services are not getting.
How Can I do this??
Thanks.
I am not sure I understood what you wanted to do but I am guessing that you want to achieve this :
PC -> UART -> BLE -----> BLE -> UART -> Device
If that is what you wanted to do, then you need 2 boards. One operates in peripheral mode and the other as Central mode. One will use ble_nus service the other use ble_nus_c in the SDK.
I am not sure I understood what you wanted to do but I am guessing that you want to achieve this :
PC -> UART -> BLE -----> BLE -> UART -> Device
If that is what you wanted to do, then you need 2 boards. One operates in peripheral mode and the other as Central mode. One will use ble_nus service the other use ble_nus_c in the SDK.