esp_xwc

Results 12 comments of esp_xwc

Hi @zhou88mang , May I ask whether you entered `spp key 718394;` ?

I tested it with no issues. May I ask if you have used other serial port tools to test it? ``` I (18083) SPP_INITIATOR_DEMO: ESP_BT_GAP_KEY_REQ_EVT Please enter passkey! W (18093)...

> 你给的log我好像没看到你输入“spp key 331687”的操作 是不会显示输入的字符串, 只有当输入`;` 之后才会有 `Command [spp key 331687;]` 的打印, 是以`;` 作为结束的判断

Hi @AhmedSalem636 , As you said, Bluetooth uses automatic light sleep and constantly switches between active and sleeping. Because Bluetooth will exit sleep before each packet is sent and received....

Hi @AhmedSalem636 , > Does that mean that during these 40 seconds, the ESP will wake-up once every second? Yeah! > Also will it help if I change the supervision...

Hi @jjj19950710 , 1. Could you please provide a demo that can reproduce the issue? This will be helpful in solving the issue. 2. You can try to use the...

Hi @jjj19950710 May I ask if you want to support both SBC and aptX encoding and decoding?

Hi @jjj19950710 , Please try the following modifications. 1. Modify CMakeLists.txt file. Add the encoder header file path. ``` idf_component_register(SRCS "main.c" "bt_app_core.c" INCLUDE_DIRS "." "${IDF_PATH}/components/bt/host/bluedroid/stack/include" "${IDF_PATH}/components/bt/host/bluedroid/common/include" "${IDF_PATH}/components/bt/common/include" "${IDF_PATH}/components/bt/host/bluedroid/stack/avct/include" "${IDF_PATH}/components/bt/host/bluedroid/external/sbc/decoder/include" "${IDF_PATH}/components/bt/host/bluedroid/external/sbc/encoder/include"...

Hi @espradio , May I ask if this issue still exists? Thanks

Hi @leonardokucarz , Sorry, this feature is not supported for now. We have added the development of this function to the work plan. Thanks