Page 2 of 2

Re: Bluetooth BLE does not work with ESP32-D0WD-V3 chip

Posted: Mon Jan 30, 2023 3:47 am
by zapta1
I created a test case for this scan response problem with ESP32 V3. Code is here https://github.com/zapta/esp32_scan_resp and it contains 1) A simple platformio esp32 project that implements a BLE advertiser and 2) A python program that scans and prints ble devices it find.

With ESP32-V1 everything works well and the scanner does find the device. With ESP32-V3, the scan response is broken to a point that the scanner doesn't detects and prints the device name.

https://github.com/zapta/esp32_scan_resp

I would appreciate if anybody can reproduce using this repository. You will need VSCode with the platformio extension and a python interpreter.

Edit: filed this bug report https://github.com/espressif/esp-idf/issues/10660

Re: Bluetooth BLE does not work with ESP32-D0WD-V3 chip

Posted: Wed Mar 08, 2023 2:14 pm
by Dork507
I had contact to espressif. They could not believe the issue.

I sent they two pieces of DEV-Kits.

Re: Bluetooth BLE does not work with ESP32-D0WD-V3 chip

Posted: Fri Mar 10, 2023 9:47 pm
by webmonkey
I had contact to espressif. They could not believe the issue.

I sent they two pieces of DEV-Kits.
Which type of dev board/or kit did you have the issues with please?

Re: Bluetooth BLE does not work with ESP32-D0WD-V3 chip

Posted: Sat Mar 11, 2023 11:14 pm
by Dork507
I had contact to espressif. They could not believe the issue.

I sent they two pieces of DEV-Kits.
Which type of dev board/or kit did you have the issues with please?
DevKit_V1

Re: Bluetooth BLE does not work with ESP32-D0WD-V3 chip

Posted: Tue Apr 25, 2023 8:06 am
by webmonkey
Was there any update on this topic please?