End of 2024 Zigbee End device

KMTsvetanov
Posts: 3
Joined: Tue Nov 26, 2024 1:49 pm

End of 2024 Zigbee End device

Postby KMTsvetanov » Tue Nov 26, 2024 1:57 pm

I'm testing with esp32-h2
And i just have this code:

Code: Select all

#define ESP_ZB_ZED_CONFIG()                                         
    {                                                               
        .esp_zb_role = ESP_ZB_DEVICE_TYPE_ED,                       
        .install_code_policy = INSTALLCODE_POLICY_ENABLE,           
        .nwk_cfg.zed_cfg = {                                        
            .ed_timeout = ED_AGING_TIMEOUT,                         
            .keep_alive = ED_KEEP_ALIVE,                            
        },                                                          
    }

esp_zb_cfg_t zb_nwk_cfg = ESP_ZB_ZED_CONFIG();
esp_zb_init(&zb_nwk_cfg);


esp_zb_init(&zb_nwk_cfg); gives me an error in the monitor

And I don't know what to do...

Code: Select all

I (474) ESP_ZIGBEE_CORE: SDK Version: v1.6.0-c8fc5f64-9c23bfd9-4f5d21f; esp32h2; 2024-11-01 07:13:22 UTC
Guru Meditation Error: Core  0 panic'ed (Load access fault). Exception was unhandled.
Attachments
dddd.png
dddd.png (75.98 KiB) Viewed 334 times

Who is online

Users browsing this forum: Bing [Bot], markkuk and 51 guests