Search found 1 match
- Wed May 29, 2024 8:09 am
- Forum: ESP-ADF
- Topic: 4 channels output from ESP32
- Replies: 6
- Views: 11848
Re: 4 channels output from ESP32
One way to do it (might be the same as @thefury) is: Configure one of the I2S as slave then share the clock signal. The GPIO trick can be referred to from components/esp_driver_i2s/test_apps/i2s/main/test_i2s.c: i2s_test_io_config . After I2S finishes initializing GPIO, use esp_rom_gpio_connect_out_...