mdaskalov / esp32-matter-app

Minimal Matter ESP32 Application (On-Off Switch)
4 stars 0 forks source link

ESP32-C6 is out in preview. ESP-IDF 5.1 #1

Open kskenyon opened 1 year ago

kskenyon commented 1 year ago

ESP32-C6 is out in preview. ESP-IDF 5.1

mdaskalov commented 1 year ago

Sounds very promising. I was waiting for the esp32-h2 but it seems it's already obsolete. Will try to get one.

My goal is to somehow make use of the hardware I already have. I have many shelly switches (running Tasmota) controlling Zigbee lightbulbs.

A matter gateway controlling these over MQTT would be nice... this could be possible with Tasmota and berry.

The esp-idf platform sucks. I have to compile 1k files each time I have changed something on the configuration. Even with ccache configured it takes few minutes... hopefully they improved in 5.1

Besides this the ZAP tool is great (as I wrote) and could help to figure out what clusters are needed to connect with HomeKit and complete the endpoint 0 berry plugin.