espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.19k stars 7.17k forks source link

PC cannot find BLE(COM port) of bluetoothserial (IDFGH-824) #2700

Open mmt-10 opened 5 years ago

mmt-10 commented 5 years ago

Hi, I'm using Arduino-core of ESP32 on ESP-IDF. https://github.com/espressif/arduino-esp32/blob/master/docs/esp-idf_component.md

PC cannot find ESP32 BLE COM port of bluetoothserial. I set SPP of Bluetooth classic on menuconfig. "make flush" is OK.

PC can find ESP32 BLE COM port which same code is compiled by Arduino-core of ESP32 on Arduino-IDE.

Alvin1Zhang commented 5 years ago

@tatsutaigu Sorry for getting back to you so late, and thanks for reporting the issue.