-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ESP32-A1S #2
Comments
Hm. From the looks of it, this may not be so easy. That board is certainly packed with features, and it does sport a DAC (which is the only thing really needed, here), but I'm not sure about the protocol that it "speaks", and that sample code seems far from minimal. If you want something that will "just work", |
Thanks for the quick reply! So I ordered both:
Cheers, Joerg |
1 should be a good choice (although, again, I did not use that myself), and should work "out of the box". Following my own experience, I still recommend to use the crude headphone output on pin 22 for your initial testing (it's also set as the default output option in config.h). When that works, you can then proceed to connect your DAC. |
Hello!
I found this dev-board which has almost all components for a basic Player: https://docs.ai-thinker.com/en/esp32-audio-kit Schematics: https://www.makerfabs.com/desfile/files/ESP32-A1S%20Product%20Specification.pdf
The ESP32-A1S has an embedded audio codec (AC101) that is internally connected via I2S and there seems to be some sample code to make it work https://github.com/kkloesener/AC101
Do you think this board would work without too many modifications to your code?
(This would be my first ESP32-project)
Thanks,
Joerg
The text was updated successfully, but these errors were encountered: