Search found 3 matches
- Thu Aug 21, 2025 6:36 pm
- Forum: ESP-ADF
- Topic: figured out config for lyrat mini v1.2
- Replies: 2
- Views: 8869
Re: figured out config for lyrat mini v1.2
esp-adf only has a board config for the mini v1.1 board. Turns out it works for v1.2 too. However, the passthrough app doesn't work because this board has different codecs (on differnet i2s ports) for input & ouput. (weird)
I changed the stream configs in passthru and it now works:
i2s_stream ...
- Sun Aug 17, 2025 2:11 pm
- Forum: ESP-ADF
- Topic: ES8388 A2DP audio only noise
- Replies: 2
- Views: 14803
Re: ES8388 A2DP audio only noise
Hi! I recently bought an ESP32 Audio Kit v2.2 A 417 from YourCee.
It has an ESP32-A1S chip, FCC ID:2AHMR-ESP32A1S.
I was successfully able to get the pipeline_passthru example to work :)
I also successfully set up squeezelite as a Bluetooth A2DP sink, with audio coming out of the ES8388 DAC ...
- Sun Aug 17, 2025 1:56 pm
- Forum: ESP-ADF
- Topic: Success building ESP-ADF with Audio command into Micropython?
- Replies: 4
- Views: 26200
Re: Success building ESP-ADF with Audio command into Micropython?
Hi! I'm glad I found this thread on the forum!
I used some of your instructions and my experience and
I managed to bulld MicroPython for ESP32-A1S AI-Thinker Audio kit v2.2 with ES8388 DAC
https://github.com/telegreen/ESP32-A1S-AI-Thinker-ES8388-micropython
please ask questions if anyone is ...