-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
zigbeeInit crashing continuously #10742
Comments
Hi @Bobbylebob, you need to select the proper partition scheme as written in the readme or in the header of the example: |
Partition Scheme only offers 4MB options with Zigbee. |
@Bobbylebob I will take a look and reply to you soon about this :) |
@Bobbylebob Can you please test the 2MB partition scheme from this PR if you have any 2MB flash H2? #10817 |
Works perfectly on my 2MB H2 ! Thanks ! |
Board
ESP32-H2-DEV-KIT-N4
Device Description
ESP32-H2-DEV-KIT-N4 from Waveshare, nothing else connected.
Same with custom board ESP32-H2-MINI-1U
Hardware Configuration
No additionnal peripheral connected to dev kit
Version
latest master (checkout manually)
IDE Name
Arduino IDE 2.3.4
Operating System
Windows 11
Flash frequency
16 or 64MHz
PSRAM enabled
no
Upload speed
921600 or 115200
Description
With stock ZigBee examples Zigbee_On_Off_Switch or Zigbee_On_Off_Light :
Continous reboot with Guru Error
Sketch
Debug Message
Other Steps to Reproduce
Tried on another identical HW board
Same error with custom board on H2-MINI-1 chip.
Tried downgrading to 3.0.0, 3.0.6 lib and last 3.1.0 release
Tried removing Arduino IDE and cleaning lib folder and fresh install.
Tried setting 2MB and 4MB memory with Minimal or Default partition schemes
Tried Setting flash to 16 or 64MHz, QIO or DIO
Erase flash before upload enabled
Tried disabling CDC on boot
Can't run [ExceptionDecoder]: does not show in Arduino IDE after unzipping in sketches/tool folder.
Examples and custom code based on examples were working fine in november '24 (don't remember precisely lib version at this time, 3.0.5 or 3.0.6)
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: