Specifics of getting headphone sound on audiokit 2957 #160
-
Hi, However, I do not have any sounds coming on the earphones, only a very faint cyclic clicking sound, when really trying to hear. I wondered if there was a special configuration that i's missed on the doc to get sound from the earphone or if I am missing something else here. Logs from serial show that the board is online and is getting the mp3 ok. So I guess it's just a matter of outputting the sound. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 7 replies
-
I suggest to start with a simple sine generator sketch. When you start set the log level to Info to check that the copy is working... |
Beta Was this translation helpful? Give feedback.
-
Did you check with the sound both with a speaker and some headphones ? The pin definitions can be found in https://github.com/pschatzmann/arduino-audiokit/blob/main/src/audio_board/ai_thinker_ac101/
The 2957 boards are a big mess! To test I recommend to use https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-audiokit/streams-generator-audiokit |
Beta Was this translation helpful? Give feedback.
-
On some boards the following is needed: |
Beta Was this translation helpful? Give feedback.
-
In the audio-kit lib src/audio_board/ai_thinker_ac101/board_pins_config.c |
Beta Was this translation helpful? Give feedback.
-
Ok, I think I got it to work. Thing is, even with |
Beta Was this translation helpful? Give feedback.
-
Did you really define the board in src/AudioKitSettings.h as descirbed in the Readme ? |
Beta Was this translation helpful? Give feedback.
-
I will update the Readme to warn about this... |
Beta Was this translation helpful? Give feedback.
Did you really define the board in src/AudioKitSettings.h as descirbed in the Readme ?
To do this in the sketch will not work...