I can't find any information about I2S pins from ESP32 document
Search found 2 matches
- Wed Feb 08, 2017 8:29 am
- Forum: ESP-IDF
- Topic: I2S RX issue
- Replies: 7
- Views: 11601
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
.
I can't find any information about I2S pins from ESP32 document
- Tue Feb 07, 2017 4:31 am
- Forum: ESP-IDF
- Topic: I2S RX issue
- Replies: 7
- Views: 11601
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 ...
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 ...