What Release is with witch board-lib? #780
-
Problem DescriptionI use this library for years now, and always when i use it i wonder which release is for which kind of esp32-board-lib (like 2.0.17, 3.0, etc...)? I always used something like Release 1.8.1 or so and board-lib 2.0.17 (<3.0!), that always worked pretty well, but now i dont find the right pair.... I want to use the following pins: Is there any "readme", where i can find which release is going with which libary of board? Or could someone please help me any further....?? IMPORTANT: The sketch is often compiling and uploading, also the pins are set properly, but no time there is any sound! Device DescriptionESP32-WROOM32 SketchI tried pretty everything but i dont find the right pair.Other Steps to ReproduceI tried many old releases with the board-installation 2.0.17, but nothing worked. Provide your Version of the EP32 Arduino Core (or the IDF Version)1.7.5; 1.8.1; 1.8.2; 1.8.4; 1.8.9; Main I have checked existing issues, discussions and online documentation (incl. the Wiki)
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I don't see any reason why you would want to use an old library version! Just use the latest version! |
Beta Was this translation helpful? Give feedback.
-
|
Hello! So you mean by latest version: arduino-esp32 Version 3.3.7 AND The latest release from A2DP-Sink? This is not working for me. It's compiling and uploading but when i press play no sound is coming out (but the blue light is flashing)! |
Beta Was this translation helpful? Give feedback.
-
|
With library I refer to this ESP32-A2DP library! If you don't get any sound, double check your I2S pins and configure them correctly if you don't use the default pins... Alternatively you can use the I2S API provided by Espressif/Arduino |
Beta Was this translation helpful? Give feedback.
I don't see any reason why you would want to use an old library version!
Just use the latest version!