-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title: Which Matter examples can be flashed on ESP32 and controlled via chip-repl? (CON-1591) #1322
Comments
Do I need a real Matter-certified product for testing, or can I use the ESP32 as a Matter device?
The examples from connectedhomeip work only virtually or not?
In esp-matter, what are the other examples that works with the chip-repl ?
Pairing with chip-tool:
Set a user:
Set a credential:
Changing a credential:
Get a user:
Unlock door:
Lock door:
|
Hi,
I have successfully flashed the light example from esp-matter/examples/light onto my ESP32-C3, and I was able to control it using chip-repl commands. It worked perfectly.
However, when I tried flashing the door lock example on an ESP32-S3, I encountered errors when attempting to control it via chip-repl. Interestingly, the virtual device for the door lock works fine with chip-repl, but the real device does not.
My ESP32-S3 and laptop are connected to the same Wi-Fi network.
My Questions:
Which Matter examples can be flashed onto an ESP32 and controlled via chip-repl?
Do I need a real Matter-certified product for testing, or can I use the ESP32 as a Matter device?
The examples from connectedhomeip work only virtually or not? . In esp-matter, what are the other examples that works with the chip-repl ?
The text was updated successfully, but these errors were encountered: