pschatzmann / ESP32-A2DP

A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF
Apache License 2.0
1.55k stars 261 forks source link

a2dp on windows 11 fails #523

Closed eRTK closed 3 months ago

eRTK commented 4 months ago

Problem Description

Hello, i used the a2dp lib sample projects on a standard esp32 compiled with actual arduino-ide. After down load when connecting to the a2dp sink with an android device a pairing without pin or so is possible. It does pairing without entering anything and plays a sound and all ist fine. If i try to connect from windows 11, tried on several computers, i was always be asked for a "pin". Trying 0000 or 1234 or so always fails. My question is, what to do to connect from windows 10/11 or such things to esp32 a2dp. I finally indead want to give a pin to the device, but at first it must do pairing without this i think. Thanks Thomas

Device Description

Vanilla ESP32 or NINA

Sketch

see the provided samples

Other Steps to Reproduce

No response

Provide your Version of the EP32 Arduino Core (or the IDF Version)

2.0.13

I have checked existing issues, discussions and online documentation

eRTK commented 4 months ago

Or want to know what the password is.

pschatzmann commented 3 months ago

How about reading the documentation ?

Since I am not using any Windows, I can't provide any further help...