-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[K32W] Add commissioning instructions #4754
[K32W] Add commissioning instructions #4754
Conversation
6da0c2c
to
b5e1504
Compare
b5e1504
to
a1b01af
Compare
6f8265d
to
142ba00
Compare
a0071bd
to
2f30a02
Compare
SDKs" tab; ![Select SDK](../../platform/k32w/doc/images/select-sdk.JPG) | ||
- Import Project CHIP in MCUXpresso IDE as Makefile Project: | ||
<i>File->Import->C/C++->Existing Code as Makefile Project-> Next </i>. | ||
Select Project CHIP folder as the <i>Existing Code Location</i>. In the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This "Select Project CHIP folder as Existing Code Location" bit got lost in the rewording, looks like?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed entirely this part and replaced with a link to the official openthread documentation.
<i>Toolchain for Indexer Settings </i> list, be sure to keep the setting to | ||
<i>none</i>. Click <i>Finish</i>; | ||
- Configure MCU Settings: right click on project from the workspace and go to | ||
<i>Properties->C/C++ Build->MCU Settings</i>. Select K32W061 from the SDK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This "Select K32W061" bit also got lost?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed entirely this part and replaced with a link to the official openthread documentation.
Untick the <i>Display compatible toolchains only</i> checkbox. In the | ||
drop-down menu named <i>Current toolchain</i>, select <i>NXP MCU Tools</i>. | ||
Click <i>Apply and Close</i>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These bits also got lost?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed entirely this part and replaced with a link to the official openthread documentation.
|
||
3. Navigate to the _Form_ tab then push the _Form_ button using the default | ||
parameters: | ||
![nxp_form_nwk](../../examples/platform/k32w/doc/images/form_web.JPG) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the default parameters pre-filled, or is the expectation here that the developer will copy the values from the image? If the latter, the values should be presented as text somewhere; not everyone can see the image.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default parameters are pre-filled.
|
||
![chiptool_main_screen](../../examples/platform/k32w/doc/images/chiptool_main_screen.png) | ||
|
||
5. In the Thread network settings screen, use the default settings and tap the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, are these default settings pre-filled or to be copied from the image?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pre-filled.
2356f21
to
1067e9d
Compare
@doru91 can you restyle please? |
Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>
1067e9d
to
4e8457f
Compare
Restyled. |
Describe how to setup the topology for NXP E-Lock Demo App.