pschatzmann / arduino-audiokit

Arduino ADF/Audiokit HAL (support for ESP32-A1S, AI-Thinker, LyraT for ES7148, ES7210, ES7243, ES8311, ES8347, ES8388, TAS5805M, AC101 audio chips)
GNU General Public License v3.0
153 stars 40 forks source link

My ESP32 Audio kit 2762 works with ES3833, not AC101 #48

Closed LieBtrau closed 1 year ago

LieBtrau commented 1 year ago

Hello, Contrary to the info on the main page my ESP32 Audio Kit version 2762 works with the AUDIOKIT_BOARD=5. As the audio codec is embedded the ESP32-A1S, not on the ESP32 Audio kit, it might be more correct to list the revision number of the ESP32-A1S instead of listing the revision number of the ESP32 Audio Kit.

The ESP32-A1S's revision is on the back of the module. Mine is 2794.

pschatzmann commented 1 year ago

Not sure if this is helpful: I don't think that pin assignments of the modules have changed between the revisions...

LieBtrau commented 1 year ago
  1. Apparently there are multiple versions of the module around : Deeptronic web shop. These modules have a different codec, so I guess they're not firmware-compatible.
  2. As you already mentioned on the main page of this project, there are also different PCB versions of the ESP32 Audio Kit.

I agree with you that this is all very confusing. My only purpose with this request was to indicate that my ESP32 Audio Kit 2762 doesn't work with the proposed AUDIOKIT_BOARD=6. It works fine with AUDIOKIT_BOARD=5.

Aside from this, I've successfully run a few tests, such as using PlatformIO with the web-radio example.

Thanks for the library and keep up the good work.

pschatzmann commented 1 year ago

The README.md has been updated..