how to assign the com port number to ble?

I'm using nrf52832, and it is connected with external mcu (stm32) to uart.

I'd like to connect this ble module to PC with ble (wireless connection), it was paired.

After pairing, the Com port doesn't show up. 

the BLE module is able to connect to the nrf connect app, I've checked the data is sent. 

However, I want it to be assigned the COM port number, and it should be communicate with pc like class BT, with serial port emulation.

Is it possible? and what should i do how to do it?

Parents
  • Based on your previous ticket, I assume you are using the nRF5 SDK, and not NCS (Zephyr). Please correct me if I'm wrong.

    In Bluetooth Low Energy (unlike Bluetooth Classic), there is no standard profile for COM port over Bluetooth Low Energy, so unfortunately, this is not possible. If you want to use the Nordic UART Service device wirelessly (Directly over Bluetooth Low Energy, and not via an nRF Dongle or DK connected to your computer via serial), then you need to write a PC application that uses Bluetooth Low Energy directly. 

    Best regards,

    Edvin

Reply
  • Based on your previous ticket, I assume you are using the nRF5 SDK, and not NCS (Zephyr). Please correct me if I'm wrong.

    In Bluetooth Low Energy (unlike Bluetooth Classic), there is no standard profile for COM port over Bluetooth Low Energy, so unfortunately, this is not possible. If you want to use the Nordic UART Service device wirelessly (Directly over Bluetooth Low Energy, and not via an nRF Dongle or DK connected to your computer via serial), then you need to write a PC application that uses Bluetooth Low Energy directly. 

    Best regards,

    Edvin

Children
No Data
Related