Page 1 of 1

How to initialize LyraT-Mini board's ES8311 and ES7243 without using ADF?

Posted: Wed Jun 19, 2024 11:59 pm
by migmel
Hello, I want to initialize within the esp32-LyraT-Mini board the codecs ES8311 and ES7243. However, I am not planning to use the ADF. So, I don't want to set all the implicit framework features that happen when the audio_board_init() function is called, which includes, I guess, i2s, and some other peripherals, because I want to use i2s independently from the framework.
Does anybody know how to do it?