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

ESP32 example app with basic and temperature cluster #3053

Merged
merged 7 commits into from
Oct 21, 2020

Conversation

shana-apple
Copy link
Contributor

Create a esp32 app which supports basic and temperature sensor cluster. This app should be able to perform rendez vous paring and secure session messaging. Temperature measurement cluster was added from Simplicity studio.

Fixes #2979 #2980

@kedars
Copy link
Contributor

kedars commented Oct 6, 2020

Is the primary purpose of the app for rendezvous paring and secure session messaging or exposing the temperature sensor cluster? If the former, could we rename it so?

@bzbarsky-apple
Copy link
Contributor

The primary purpose is to measure the code/data size of a minimal CHIP app. That means it needs to support all the networky bits of CHIP, plus the required "utility" clusters, plus a small set (maybe just one, in this case) of "application" clusters for the actual app functionality.

@rwalker-apple
Copy link
Contributor

@andy31415 this is ready for your approval, copyright stuff is fixed

@rwalker-apple
Copy link
Contributor

@andy31415 ?

@rwalker-apple
Copy link
Contributor

@hawk248 @jelderton ?

@mspang mspang merged commit edd35db into project-chip:master Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create basic ESP 32 app which supports rendez vous pairing and secure session messaging
8 participants