Search found 3 matches

by Dave B
Fri Sep 11, 2020 12:00 pm
Forum: ESP-IDF
Topic: I2S Rx in Slave mode
Replies: 4
Views: 5389

Re: I2S Rx in Slave mode

silence. I presume that no-one is using I2S in slave mode.
by Dave B
Fri Aug 14, 2020 8:22 am
Forum: ESP-IDF
Topic: I2S Rx in Slave mode
Replies: 4
Views: 5389

Re: I2S Rx in Slave mode

Well it looks like slave mode doesn't work at all. I've switched to using master mode, which means I'll have to redesign the system that sends I2S to work in slave mode. The other problem I've seen is that switching to 16-bit mode, the I2S frame is just 2 * 16 bits long. The I2S spec has 64 clock pe...
by Dave B
Wed Aug 12, 2020 3:10 pm
Forum: ESP-IDF
Topic: I2S Rx in Slave mode
Replies: 4
Views: 5389

I2S Rx in Slave mode

I've been trying to get I2S Rx working in Slave mode. I feel that I must be missing something. I'm building for the devkit-v1 using espidf 4.0.1 under platformio. There are no examples of I2S Rx, only I2S Tx Master mode. I'm setting the config as follows : i2s_config_t i2s_config = { .mode = I2S_MOD...