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

Welcome screen #503

Merged
merged 4 commits into from
May 15, 2023
Merged

Welcome screen #503

merged 4 commits into from
May 15, 2023

Conversation

philips77
Copy link
Member

This PR adds a Welcome screen to nRF Mesh app.

User may select one of 3 initial network configurations:

  1. Empty - only a random Primary Network Key (this is the legacy behavior)
  2. Custom - user can quickly add required number of keys, groups and scenes
  3. Debug - just like Custom, but the keys have non-random values: 0x0000...00nn, where nn is a UInt8 number, incremented by 1 for each key.
  4. Import - allows importing previously exported network without first creating a dummy one.

Screen Shot 2023-05-15 at 15 57 38 Screen Shot 2023-05-15 at 15 57 52

@philips77 philips77 merged commit 6c3f08d into main May 15, 2023
@philips77 philips77 deleted the feature/welcome branch May 15, 2023 14:07
@philips77
Copy link
Member Author

E.g., if Network Keys is set to 3 and App Keys to 4 the wizard will create 3 network keys:

  • 0000...0001
  • 0000...0002
  • 0000...0003

and 4 application keys:

  • 0000...0004
  • 0000...0005
  • 0000...0006
  • 0000...0007

all bound to the first (primary) network key. Bound keys can be switched in App key settings later.

@philips77
Copy link
Member Author

And of course a disclaimer:

Warning
Don't use debug keys in production!

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

Successfully merging this pull request may close these issues.

1 participant