Search found 5 matches

by Bosemani Raja
Mon Feb 05, 2024 2:17 pm
Forum: General Discussion
Topic: Bluetooth® NLC Support in ESP-IDF - Regards
Replies: 1
Views: 1341

Re: Bluetooth® NLC Support in ESP-IDF - Regards

Any Update on this?
by Bosemani Raja
Wed Oct 04, 2023 9:29 am
Forum: General Discussion
Topic: Bluetooth® NLC Support in ESP-IDF - Regards
Replies: 1
Views: 1341

Bluetooth® NLC Support in ESP-IDF - Regards

Hai,
Bluetooth SIG introduces Bluetooth® Networked Lighting Control in mesh.
When we can expect examples in esp-idf ?

Best Regards
Bose
by Bosemani Raja
Tue Jul 18, 2023 5:46 am
Forum: General Discussion
Topic: Receive zigbee attribute write data in callback
Replies: 0
Views: 1040

Receive zigbee attribute write data in callback

Hello, I'm developing a Zigbee device using esp32-h2 & esp-idf v5.1 . I compiled and tested the HA Sample Light with zigbee2mqtt as a coordinator. In ON/OFF Cluster I need ESP_ZB_ZCL_ATTR_ON_OFF_START_UP_ON_OFF attribute. so I created a on/off cluster in custom way. Here is the code uint8_t on_off =...
by Bosemani Raja
Tue Jul 18, 2023 5:41 am
Forum: General Discussion
Topic: ESP32-H2 Zigbee not working
Replies: 2
Views: 1372

Re: ESP32-H2 Zigbee not working

Hai bidrohini,

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

Thank you.
by Bosemani Raja
Sun Jul 09, 2023 1:48 pm
Forum: General Discussion
Topic: ESP32-H2 Zigbee not working
Replies: 2
Views: 1372

ESP32-H2 Zigbee not working

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...