espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.46k stars 7.25k forks source link

ESP32-C5 Border Router - OpenThread (IDFGH-13757) #14619

Open JonRobo opened 1 week ago

JonRobo commented 1 week ago

Is your feature request related to a problem?

Currently it looks like an open thread border router needs to use 2 ESP32 modules, an H2 to join the OpenThread network and a WiFi module to receive data over a wired communication to then be transmitted over MQTT or any other protocol.

Will the ESP32-C5 be able to support coexistence between WiFi 2.4GHz / 5GHz and OpenThread?

Describe the solution you'd like.

Ability to make an OpenThread border router with just 1 ESP32 module

Describe alternatives you've considered.

No response

Additional context.

No response

chshu commented 1 week ago

Similar to C6, there is only one RF path in C5, so Wi-Fi and Thread can't receive simultaneously, it has a significant impact on performance. Hence the two SoCs solution is recommended.