Skip to content
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

As per google sample home SDK they used some demo sdk for matter "com.google.matter:matter-android-demo-sdk" #47

Open
3 tasks done
Kartikgupta1502 opened this issue Sep 13, 2024 · 3 comments

Comments

@Kartikgupta1502
Copy link

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Provided a clear description of your suggestion.
  • Included any relevant context or examples.

Issue or Suggestion Description

As per google sample home SDK they used some demo sdk for matter "com.google.matter:matter-android-demo-sdk". In esp what was used instead of this?

@Kartikgupta1502
Copy link
Author

@KhushbuShah25 can you help with this query?

@KhushbuShah25
Copy link
Contributor

KhushbuShah25 commented Sep 17, 2024

Hi @Kartikgupta1502 ,
In Google's matter sample, found this PR for this demo SDK changes.
PR : google-home/sample-apps-for-matter-android#199
After checking changes, seems they created sdk for JNI ChipTool libraries. So no need to add JNI libs in project and use this demo sdk instead.

In ESP code, we have JNI libs (similar to Google matter sample project before merging this PR).
We have added some custom cluster support. So we need to compile ChipTool source and generate JNI libs which will support custom clusters.

@KhushbuShah25
Copy link
Contributor

Note : in ESP RainMaker Android app, we have used we have JNI libs (lib with custom cluster support) and also used Play services's SDK to add matter functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants