-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-C5 support status (IDFGH-13076) #14021
Comments
Update on June 25th, 2024: support of Low-power Timer, Parallel IO RX Driver, Parallel IO TX Driver and USB Serial JTAG have been added. |
Update on July 3rd, 2024: support of Low-power Watchdog Timer, LCD driver, Cache Driver and MMU have been added. |
Update on July 29th, 2024: support of below features have been added.
|
Update on August 30th, 2024: support of below features have been added.
|
Update on Sep 4th, 2024: support of below features have been added.
|
For using Sample Firmware Version (ESP-IDF v5.4-dev-624-g3d167a46ff-dirty):
Know issues:
These issues have been resolved in commit 34813ec. If you encounter the above issues, sorry for not providing a timely update on the aforementioned issues.And please update to this version and use the iperf example for testing. (Note that in the new version, some commands differ from those in the sample firmware, so please be aware when using them.) |
Update on October 10th, 2024: support of features below has been added.
|
Update on November 5th, 2024: support of features below has been added.
|
I have a question regarding the C5 Wifi band switching. Does it automatically connect to the 5G or 2.4G of the AP (the AP has dual band enable on the same SSID) and switch to best band when available especially when roaming ?. Thank you. |
Hi @alberk8 , when the AP uses the same SSID and password for both 2.4G and 5G, the STA (station) will automatically choose the best band to connect to. Considering that the 5G signal attenuates more than 2.4G at the same distance, we have added a configuration option, rssi_5g_adjustment, to help decide whether to connect to the 5G or 2.4G band. |
ESP32-C5 support status in ESP-IDF
According to the chip mass production plan, the planned support for ESP32-C5 in ESP-IDF v5.4 has been rescheduled to ESP-IDF v5.5. Thank you for your understanding.
In the list below, supported features are marked with a checked checkbox, unsupported features have an unchecked checkbox. An internal issue reference (such as "IDF-1234") is listed at the end of the feature description to help us keep this list up to date:
This list will be updated as the support for ESP32-C5 is being developed.
Reporting issues about ESP32-C5
If you have an issue to report about any of the ESP32-C5 features, please create a separate issue. This issue is only intended for announcements of ESP32-C5 support status.
The text was updated successfully, but these errors were encountered: