streams-audiokit-serial not working, but input.ino does? #828
-
I got an ESP32-Audio-Kit from Amazon. Photo below - note the version number is V2.2 A237. I tried to get the example streams-audiokit-serial working, but the output is a continuous stream of 0, 0. I tried AUDIOKIT_BOARD values of 5, 6, 7, 10 and 11 in AudioKitSettings.h. 5 and 10 give the stream of zeros, and the other ones don't work at all. I also tried AUDIO_HAL_ADC_INPUT_LINE1, AUDIO_HAL_ADC_INPUT_LINE2, and AUDIO_HAL_ADC_INPUT_LINE3 as the input device with the same results. So I then tried the input.ino example from the arduino-audiokit repository. This works fine with AUDIOKIT_BOARD = 5 and the input device set to AUDIO_HAL_ADC_INPUT_LINE2. Any suggestions for how to fix this? I'd like to get streams-audiokit-serial working so I can move on to streaming the output over http. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you try the sine output test ? |
Beta Was this translation helpful? Give feedback.
Did you try the sine output test ?
Can it be that you installed an version that does not contain this correction ? 40d998a