I2S Slave Mode #449
-
Hi everyone, how can I configure the module to accept external bclk and lrck? I need to send i2s signal to adau1701. The bclk lrck clocking will be from adau1701. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
This is a really strange question: and you already gave the answer yourself: Instead of master mode you would define slave mode. Just read the Readme again: there it is described how you you can define your custom i2s mode. Further information can be found in the official ESP32 documentation: https://docs.espressif.com/projects/esp-idf/en/release-v4.4/esp32/api-reference/peripherals/i2s.html |
Beta Was this translation helpful? Give feedback.
This is a really strange question: and you already gave the answer yourself: Instead of master mode you would define slave mode. Just read the Readme again: there it is described how you you can define your custom i2s mode.
Further information can be found in the official ESP32 documentation: https://docs.espressif.com/projects/esp-idf/en/release-v4.4/esp32/api-reference/peripherals/i2s.html