-
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-C6 support status (IDFGH-9013) #10423
Comments
Update 2023/01/02: added Wi-Fi features, ADC oneshot and continuous mode, RTC IO, SPI Master, SDSPI Host drivers. |
Update 2023/01/13: added BLE features, Brownout Detector support |
Update 2023/01/25: added HMAC, Digital Signature, SDIO slave, Bluetooth Power Control. |
Update 2023/02/20: added RSA, Secure Boot, Flash Encryption, APM. |
I've confirmed wolfSSL encryption libraries work with the ESP-IDF v5.1 and the ESP32-C6. It is operational on my fork and I plan to submit a PR soon to address wolfSSL/wolfssl#6163 for full support. |
Update 2023/03/15: added Coexistence of Wi-Fi and Bluetooth LE, and Coexistence of Bluetooth LE and 802.15.4 |
Update 2023/03/15: added Coexistence features and Power save features. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Hello @rotilho, @Hedda, @loraahd and @RuslanSpartak, this issue tracks only ESP32-C6 support status and for better visibility of update comments specifying what support was added, I had to hide your comments. If you have any questions or need support, please feel free to open new issues here on GitHub or on esp32.com forum. Our developers and support team will be happy to help you. Thank you for understanding, Tomas |
This comment was marked as off-topic.
This comment was marked as off-topic.
Hi, Thanks |
Happy to announce wolfSSL Hardware Acceleration Support for the ESP32-C6! See wolfSSL #6990. I also have a wolfSSL Managed Component update in the works that will include this change once the PR is merged. The wolfSSH and wolfMQTT Espressif Managed components be added soon as well. |
The features supported in v5.1.2 were updated. |
Could you please add Zigbee NCP Host (ZBOSS NCP) to the list? See -> espressif/esp-zigbee-sdk#124 Zigbee NCP Host with ZBOSS serial protocol CLI support is needed some some implementations, such as example zigpy radio library support for Home Assistant’s ZHA integration (and others) to allow using ESP32-C6 as a remote Zigbee Coordinator adapter -> kardia-as/zigpy-zboss#19 which in turn depends on the zigpy libary and its radio libraries for hardware abstraction -> https://github.com/zigpy/zigpy |
2 TWAI on C6Congratulations!! 2 TWAIs on C6 is already available on release 5.2 and later thanks to the fix commit 2ae3d4d, For detailed usage PLS refer to unit tests: (with post fix 🔥 🔥 🔥 |
Update 2024/01/17:
Only remaining items are:
These remaining items will be supported based on customer requests. We are closing the issue and unpinning it. Please open new issue if you have a feature request, question or any other problem. |
Woohoo! Congratulations to everyone that contributed to this massive update for ESP32C6!! |
I'm wondering if all the supported features of C6 will be back port to 5.1 and 5.2 releases? (People mainly use release branches for real projects) |
Hi, I'm using the relase/5.2 branch and I'm trying to use the ADC_ONESHOT with light sleep. On boot, I initialize the ADC:
Periodically, it wakes up from deep sleep and read the voltage: Unfortunately, only the first read is correct (in my case 1.8v); reads the occurs after light sleep are totally wrong (4v). Is calibrated oneshoot adc supported after light sleep 1for esp32-c6? Relevant sdk configs:
|
@tom-borcin sorry for tagging you but can you please take a look at my previous comment? We have already produced some prototype pcbs and if adc is usable in light sleep we must find alternative solutions as soon as possible, thank you |
Hi @Suxsem, please open a new issue. We won't be able to track the progress of your issue here. Once you have an issue opened, we will triage it and assign engineer who will help you. Thank you! |
This post (issue) says Zigbee Home Automation is supported. Where can I find examples/documentation for that ? |
@igrr: |
The readmes reference two ESP devices for simpler setup, but they can also be used with off-the-shelf hardware. For example, see espressif/esp-zigbee-sdk#149. If you have further questions about ZigBee, please open an issue in esp-zigbee-sdk repository. |
@igrr In fact, I see that this Arduino example: is the ported version of this: is that correct ? I just don't understand where the include files below will be found by Arduino IDE : |
there is PSRAM on C6 ? |
@diplfranzhoepfinger , sadly not: https://esp32.com/viewtopic.php?t=33703 |
Is there any timline for the UHCI implementation? |
@MichaelUray UHCI is implemented, we are testing it right now and it should be available in one month. |
ESP-IDF v5.1, currently in development, will include initial support for ESP32-C6 chip.
For each feature, the status (Supported/Not supported) is given. 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-C6 is being developed.
Wi-Fi
Coexistence
Bluetooth LE
802.15.4
Thread
Zigbee
Peripherals
Power management
Security Features
System Features
Note: Nested features can be considered as supported, if the parent feature is shown as "Supported", and it's not explicitly mentioned as "Not supported".
The text was updated successfully, but these errors were encountered: