Page 1 of 1

Can I use ESP-S3-Box as a matter controller?

Posted: Tue Jul 11, 2023 2:26 pm
by topraveenpaul
Hi,

I happened to see the espressif's demo that shows the ESP-S3-Box is being used as matter controller device.

1) Where do I get the matter controller code to flash to the Box device? I should be able to use the Box to send and receive cluster commands to the matter devices.
2) Once i flash any sample code to the Box, does it erase the factory firmware that has touch functionality and voice recognition? if yes, how i can flash my code so that i can use it along with the touch screen and voice commands?

The espressif demo shows that the light being controlled by voice activating ESP-S3-Box as well as controlling using the touch screen. This is the functionality I want.

Could you please help?

Re: Can I use ESP-S3-Box as a matter controller?

Posted: Wed Jul 12, 2023 2:16 am
by ESP_Shu
We will provide an example in esp-box repo soon: https://github.com/espressif/esp-box/tr ... r/examples. Will keep you posted once it's public.

Re: Can I use ESP-S3-Box as a matter controller?

Posted: Mon Sep 04, 2023 1:27 pm
by ESP_Rachel
We have released a matter_switch demo https://github.com/espressif/esp-box/tr ... ter_switch