Search found 5 matches

by eitell
Fri Feb 23, 2024 8:58 pm
Forum: ESP-IDF
Topic: Zigbee Reporting for Smart Energy Metering
Replies: 0
Views: 593

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...
by eitell
Fri Feb 23, 2024 7:05 pm
Forum: ESP-IDF
Topic: [ESP32-H2] Can't use SPI with zigbee
Replies: 3
Views: 2350

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
by eitell
Thu Feb 22, 2024 7:09 pm
Forum: ESP-IDF
Topic: [ESP32-H2] Can't use SPI with zigbee
Replies: 3
Views: 2350

[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...
by eitell
Sun Dec 31, 2023 10:41 am
Forum: ESP-IDF
Topic: ESP32-C6 Zigbee2MQTT State
Replies: 3
Views: 6540

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
by eitell
Sun Oct 08, 2023 9:05 pm
Forum: ESP-IDF
Topic: Destroy key stored in eFuse block
Replies: 1
Views: 2553

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