Search found 2 matches

by Bill.Zhang
Wed Feb 08, 2017 8:29 am
Forum: ESP-IDF
Topic: I2S RX issue
Replies: 7
Views: 10107

Re: I2S RX issue

Welcome you to share when you get some results :)

I can't find any information about I2S pins from ESP32 document :( .
by Bill.Zhang
Tue Feb 07, 2017 4:31 am
Forum: ESP-IDF
Topic: I2S RX issue
Replies: 7
Views: 10107

I2S RX issue

Hi all, Did anybody test I2S RX? which pin should be used as DATA? I used example code in peripherals/i2s and changed it to RX mode, then use 'i2s_pop_sample()' to receive I2S data, but got none. i2s_config_t i2s_config = { .mode = I2S_MODE_SLAVE | I2S_MODE_RX, // Only RX .sample_rate = SAMPLE_RATE,...