ESP32A1-S #613
-
I had been using your library with the Ai-Thinker Audiokit and everything works fine. But for my final product I wanted to use the ESP32A1S chip . But when I upload the code to the chip the library says that the board is not initialized. Does audiokit only support the board or does it also support the ESP32A1s chip? Can you suggest examples to test the chip. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I don't see any reason why this should not work - assuming that you were setting the the AUDIOKIT_BOARD to a value with corresponds with the audio chip provided by the ESPA1S! Can you provide the output from the log ? |
Beta Was this translation helpful? Give feedback.
-
This is the log . My board has ES8388 |
Beta Was this translation helpful? Give feedback.
-
Thank you phil I got the issue solved it was actually a AC101 chip. But now while I play it using a speaker the sound output is very low. I tried with volume (1.0) still the output is very low. I use a 4 ohm 3 watt speaker which should provide a pretty good output. Is there something in the code that I should enable. I tried the same speaker with the audiokit and the output is still low. |
Beta Was this translation helpful? Give feedback.
-
I moved this logic from the AudoTools to the AudiKit begin method. The PA is enabled if you do not specify the earphones as output device |
Beta Was this translation helpful? Give feedback.
I don't see any reason why this should not work - assuming that you were setting the the AUDIOKIT_BOARD to a value with corresponds with the audio chip provided by the ESPA1S!
Does it have a AC101 or a ES8388 ?
Can you provide the output from the log ?