Page 1 of 1

ESP32-H2 Zigbee not working

Posted: Sun Jul 09, 2023 1:48 pm
by Bosemani Raja
Hello
I'm using ESP32-H2-Mini-1 Module to evaluate zigbee. I installed esp-idf in VS Code & Successfully build the "/examples/zigbee/light_sample/HA_on_off_light" example.
Loaded firmware to the module. But the module is continuously resting. I checked where it was getting problem.
Once "esp_zb_init(&zb_nwk_cfg);" is called reset started, I'm not getting any errors also.
I didn't modified anything in sdk config and code as well. Can anyone give me solution for this?

Thanks in advance,

Best regards
Bose

Re: ESP32-H2 Zigbee not working

Posted: Mon Jul 10, 2023 8:05 am
by bidrohini
Confirm that the configuration parameters in "sdkconfig" are appropriate for your setup. Pay attention to settings related to the Zigbee network, such as PAN ID, channel, and security options.

Re: ESP32-H2 Zigbee not working

Posted: Tue Jul 18, 2023 5:41 am
by Bosemani Raja
Hai bidrohini,

Thank you for Suggestion.
There is a problem in Power supply. Reset was Brownout reset.

Thank you.