For my project which involves streaming 8 audio channels at 24 bit / 44.1 kHz between two devices I envision using ESP32's over WiFi (UDP or ESP-NOW to thwart latency). Alas, the ESP-IDF documentation says for ESP32-S3 and C6 that
"... due to the hardware limitation, only up to 4 slots are supported while the slot is set to 32 bit-width, and 8 slots for 16 bit-width, 16 slots for 8 bit-width. ... "
The Technical Reference Manual for the C6 adds 24 bit / 5 slots to the list above.
Am I right to assume this HW limitation is a 128 bit TX/RX buffer?
The H2 and the P4 explicitly have no such limitation but obviously these chips will not be suitable for my project (too slow / no WiFi). Looking at the ESP-IDF code in github, it appears that the definition for I2S_TX_TDM_WS_WIDTH is equal to 0x7f (127) for the devices with the limitation (S3, C3, C6) and 0x1ff (511) for P4 and H2. For C5 and C61, this value is also 0x1ff. Does this imply (may I expect) the C5 in particular not having said limitation, i.e. will I be able to run an 8-channel ADC / DAC at 24 bits with this chip in TDM256 mode? Or, alternatively, will it have 2 I2S controllers like the S3?
(N.B. The workaround of using an S3 with 2 4-slot ADCs and DACs is not feasible for me because the setup is supposed to be used in "noisy" WiFi environments, for which 802.11n is not really suitable, but WiFi6 is, in particular in the 5 GHz band which is much less congested. Hence my hope for the C5.)
TIA!
ESP32-C5: maximum number of I2S slots ?
-
- Posts: 1
- Joined: Thu May 09, 2024 6:19 am
Jump to
- English Forum
- Explore
- News
- General Discussion
- FAQ
- Documentation
- Documentation
- Sample Code
- Discussion Forum
- Hardware
- ESP-IDF
- ESP-BOX
- ESP-ADF
- ESP-MDF
- ESP-WHO
- ESP-SkaiNet
- ESP32 Arduino
- IDEs for ESP-IDF
- ESP-AT
- ESP IoT Solution
- ESP RainMaker
- Rust
- ESP8266
- Report Bugs
- Showcase
- Chinese Forum 中文社区
- 活动区
- 乐鑫活动专区
- 讨论区
- 全国大学生物联网设计竞赛乐鑫答疑专区
- ESP-IDF 中文讨论版
- 《ESP32-C3 物联网工程开发实战》书籍讨论版
- 中文文档讨论版
- ESP-AT 中文讨论版
- ESP-BOX 中文讨论版
- ESP IoT Solution 中文讨论版
- ESP-ADF 中文讨论版
- ESP Mesh 中文讨论版
- ESP Cloud 中文讨论版
- ESP-WHO 中文讨论版
- ESP-SkaiNet 中文讨论版
- ESP 生产支持讨论版
- 硬件问题讨论
- 项目展示
Who is online
Users browsing this forum: Baidu [Spider] and 138 guests
- All times are UTC
- Top
- Delete cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. ESP8266EX and ESP32 are some of our products.