-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP32C6 can't run Zigbee sample application, keeps rebooting #9716
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
Comments
Hi @limengdu, the reason it keeps rebooting is that you did not select proper Partition scheme for Zigbee. Steps from README file:
Please let me know if that worked out :) |
I'm using platformio and had the same problem. I added this into my
Thanks @P-R-O-C-H-Y for the tip, it would've taken me ages to figure this out! |
@P-R-O-C-H-Y I followed your instructions to the letter, except that the partition tables don't exactly match, as I couldn't find one that started with Zigbee. |
Board
ESP32-C6
Device Description
I'm using the XIAO ESP32C6.
Hardware Configuration
The development board running the example Zigbee_light_Bulb is not hooked up to anything. The development board running the example Zigbee_Light_Switch has a button module connected to GPIO1.
Version
latest development Release Candidate (RC-X)
IDE Name
Arduino IDE
Operating System
Windows 11
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
921600
Description
I ran the provided examples, Zigbee_light_Bulb and Zigbee_Light_Switch, using two different ESP32-C6's, respectively, with no modifications, the programs compiled and passed, and after uploading them, the device serial prompts kept rebooting.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: