ESP32 KorvoV1 microphone not working #55
FlorianB99
started this conversation in
General
Replies: 2 comments 3 replies
-
Any point where I could look? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just check if the 7210 related code is called |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Alright, meanwhile I am at the microphone part, the last part really.
I am not getting any input. I am using the "mic" example from the LyratMini examples. This is how I included it in Driver.h
The pins are in DriverPins.h:
addI2S(PinFunction::CODEC_ADC, 0, 27, 26, -1, 36,0);
I tried leaving the port away and setting it to 0 and 1.
In es7210.h I set different I2C addresses, according to the schmematics. I tried with 40 and originally 80.
In the sketch I modified line 24 to:
AudioBoardStream i2s(KorvoV1); // Access I2S as stream
I also tried uncommenting lines 37, just to make sure.
Here is my log output. I see nothing specifically about the 7210.
Seems the 8311 goes into ENCODE mode, but isn't the 7210 the chip that would be used to encode for the microphones. Very litte about it in the logs,but I can see the sketch using the correct pins in the last lines of the log: 27,26,36.
What am I doing wrong?
TIA
Beta Was this translation helpful? Give feedback.
All reactions