Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Matter device cloning #11611

Unanswered
Nezaemmy asked this question in Q&A
Jul 19, 2025 · 1 comments · 1 reply
Discussion options

I want to ask if it possible to clone my esp32s3 matter device data like ( credentials, pairing data , etc )to other esp32s3 so that I will use this clone device as spare when the main esp32s3 matter device had issue without reconfiguration process again

You must be logged in to vote

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
Comment options

I don't think that it is possible, but not sure.
The session public keys are stored into NVS to accelerate the session establishing, after first time commissioning.

But I think that even after reading the whole flash into an external file and later flashing it into a new S3, it may not be enough to "clone it".

You can try.
Esptool.py is the necessary tool to dump flash content into a file.

esptool.py --help will print all options.

Another possible way would be by commissioning the backup matter S3 and keeping it stored.

Next time it is turned on, it shall join the network into the Matter environment quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /