Search found 3 matches

by stephmartin16
Thu Feb 22, 2024 9:31 pm
Forum: ESP-IDF
Topic: Pairing ESP32C6 using ESP-IDF to Zigbee2MQTT
Replies: 2
Views: 4166

Re: Pairing ESP32C6 using ESP-IDF to Zigbee2MQTT

Hello, Maybe take a look at the ESP ZigBee SDK. https://docs.espressif.com/projects/esp-zigbee-sdk/en/latest/esp32/developing.html Do you have a Zigbee Coordinator? or perhaps declare one of the ESP32-C6 as Zigbee Coordinator. See: https://docs.espressif.com/projects/esp-zigbee-sdk/en/latest/esp32/...
by stephmartin16
Tue Feb 13, 2024 9:44 pm
Forum: ESP-IDF
Topic: Pairing ESP32C6 using ESP-IDF to Zigbee2MQTT
Replies: 2
Views: 4166

Pairing ESP32C6 using ESP-IDF to Zigbee2MQTT

Hi everyone, I'm trying to do a project to send messages from one ESP32C6 to another by using Zigbee2MQTT as a broker with Mosqitto on a Pi and I am struggling to pair the ESPs to the broker. How can I do this? Is there an Espressif guide or will I have to build a new project from scratch? Anything ...
by stephmartin16
Tue Feb 13, 2024 9:35 pm
Forum: ESP-IDF
Topic: ESP32-C6 Zigbee2MQTT State
Replies: 3
Views: 6533

Re: ESP32-C6 Zigbee2MQTT State

Hi, I am currently working on a project to connect my ESP32C6 to Zigbee2mqtt on my pi and I was wondering how you got them to pair. Did you have to create your own project on esp-idf framework or did you find something given by Espressif? Sorry this is a little unconventional way to replay but it wa...