Search found 5 matches
- Fri Feb 23, 2024 8:58 pm
- Forum: ESP-IDF
- Topic: Zigbee Reporting for Smart Energy Metering
- Replies: 0
- Views: 724
Zigbee Reporting for Smart Energy Metering
I'm adapting the Zigbee examples to add more clusters for a specific application of mine. One of these clusters is ESP_ZB_ZCL_CLUSTER_ID_METERING. I'm using the generic esp_zb_cluster_add_attr because I couldn't find a proper specific function to add the attributes (for instance esp_zb_electrical_me...
- Fri Feb 23, 2024 7:05 pm
- Forum: ESP-IDF
- Topic: [ESP32-H2] Can't use SPI with zigbee
- Replies: 3
- Views: 2435
Re: [ESP32-H2] Can't use SPI with zigbee
No, I only have a single task using SPI. I double checked my callbacks and they seem to be fine. Right now they are pretty much a copy of the HA examples from ESP-IDF
- Thu Feb 22, 2024 7:09 pm
- Forum: ESP-IDF
- Topic: [ESP32-H2] Can't use SPI with zigbee
- Replies: 3
- Views: 2435
[ESP32-H2] Can't use SPI with zigbee
Hi, I have a ESP-Thread BR & Zigbee GW development board that I'm using for a Zigbee project (it has a ESP32-H2 and a ESP32-S3). I'm using the SPI connections already on the board to make the two SoCs communicate. The communication works fine, until I hit the part of the code where I start Zigbee. A...
- Sun Dec 31, 2023 10:41 am
- Forum: ESP-IDF
- Topic: ESP32-C6 Zigbee2MQTT State
- Replies: 3
- Views: 7093
Re: ESP32-C6 Zigbee2MQTT State
Have you tried creating a converter on z2m for you device? I think this is necessary even though the device appears as supported:
https://www.zigbee2mqtt.io/advanced/sup ... our-device
https://www.zigbee2mqtt.io/advanced/sup ... our-device
- Sun Oct 08, 2023 9:05 pm
- Forum: ESP-IDF
- Topic: Destroy key stored in eFuse block
- Replies: 1
- Views: 2619
Destroy key stored in eFuse block
We want write all eFuse bits to one and completely destroy the key stored in an eFuse block as an additional layer of protection in case of tampering. But writing anything to a Reed-Solomon-encoded block using the provided API will cause an encoding error. At this point we are really not interested ...