karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
515 stars 155 forks source link

New feature. Add drivers for ESP-32-A1S (ES8388 codec) #235

Open ShimanskyNikolay opened 2 years ago

ShimanskyNikolay commented 2 years ago

I bought this audio kit: https://aliexpress.ru/item/1005003002758417.html?_ga=2.235163715.319726207.1634030586-809120311.1582220812&sku_id=12000023161735118&spm=a2g39.orderlist.0.0.472f4aa6lYqSW5 My version ESP-32-A1S contain ES8388 chip (https://pcbartists.com/products/es8388-module/esp32-es8388-audio-codec-interfacing/) Сould you integrate the driver for ES8388 to your code? ( https://github.com/Ai-Thinker-Open/ESP32-A1S-AudioKit/tree/master/components/audio_hal/driver/es8388)

superjasiek commented 2 years ago

Well that would be a grate feature - have to admit that pinout of this board and documentation are terrible but it works grate have a lot of memory and is quite fast. On the other hand it would be nice to have karadio32 on one board with amp and dac :)

pilnikov commented 2 years ago

see my fork https://github.com/pilnikov/Ka_mod but compiles with idf 4.x only

ShimanskyNikolay commented 2 years ago

@pilnikov My version ESP-32-A1S contain ES8388 chip NOT AC101. Your fork work with ES8388 ?

pilnikov commented 2 years ago

no, but https://github.com/espressif/esp-adf/tree/master/components/audio_hal/driver/es8388 what prevents you from adapting?

pravinkadam76 commented 2 years ago

I have the same exact board, would be great if someone provided the build for this, including the driver files...thanks in advance!