Closed letusgitcommit closed 5 months ago
Hi @letusgitcommit ,
I (448) NimBLE: Device Address: I (448) NimBLE: 48:27:e2:f0:22:ba I (448) NimBLE: I (448) NimBLE: GAP procedure initiated: extended advertise; instance=0 I (448) uart: queue free spaces: 8 I (458) main_task: Returned from app_main()
Logs indicate that extended advertising has been started.
Turns out this was a me issue. Thanks for the response @rahult-github!
I was using the bleak client Python package for Windows 11, but I must be using it wrong (or it doesn't support extended advertising).
Steps to fix:
bleprph
example with appropriate menuconfig settings (extended advertising, etc.) on esp32s3 device 1. blecent
example with appropriate menuconfig settings (extended advertising, etc.) on esp32s3 device 2.Monitor both esp32s3 devices from the terminal will indicate that they are exchanging information (even if you don't happen to see the exact info).
Thanks again.
Hi @letusgitcommit ,
Ok . Thanks for confirming.
(even if you don't happen to see the exact info).
Default log level is at INFO, which prints the operation information only. If more detailed information is needed ( like what was the exact data content that was trasmitted / received ), you can enable the Debug logging mode and check .
Answers checklist.
General issue report
Setup
Windows 11 Powershell 7.4.2 esp-idfv5.2.1 (fresh install retrieved via git as detailed on the release page) esp32s3 devkit c1 Python 3.11.3 Ran export.ps1 to populate appropriate environment
Process
Log Output
Relevant sdkconfig options
What am I doing wrong here?