Use Arduino IDE and ESP32-H2-DEVKITM-1 to create a matter device

Hi.
I've just purchased an ESP32-H2-DEVKITM-1 board with the purpose to develope Matter/thread devices.
I've tested it by means the ESP ZeroCode web platform and I've builded a working matter device ( a switch).
Anyway the platform can't provide me with the access to the code so that I can modify it but only to the binaries.
At the same time I've alway used Arduino IDE to succesfully program my ESP32 boards.
The question is: may I use Arduino IDE to build Matter/Thread devices using ESP32-H2-DEVKITM-1 board?
Any idea?
Thanks in advance

I don't have practical experience but did read about Espressif's SDK for Matter.

It's likely that the most effective way to develop Matter/Thread devices on the ESP32-H2-DEVKITM-1 board (the ESP-IDF in combination with the ESP-Matter code) which is specifically designed for Matter development and built on top of the open source Matter SDK. Not with the typical Arduino approach though.

Arduino seems to focus its efforts on it's own product Arduino Nano Matter — Arduino Official Store and the Arduino Matter library and you'll need an Open Thread Border Router.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.