-
-
Notifications
You must be signed in to change notification settings - Fork 478
[PXCT-1437] Cloud - Provisioning documentation changes #2645
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
base: main
Are you sure you want to change the base?
[PXCT-1437] Cloud - Provisioning documentation changes #2645
Conversation
Preview Deployment🚀 Preview this PR: https://68dbec546c0d52a48a28346c--docs-content.netlify.app |
content/arduino-cloud/02.hardware/06.device-provisioning/content.md
Outdated
Show resolved
Hide resolved
|
||
 | ||
|
||
The BLE interface is automatically turned off at the end of the procedure, and it remains off until board reset (see dedicated document section) |
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.
(see dedicated document section)
Can you add the link?
content/arduino-cloud/02.hardware/06.device-provisioning/content.md
Outdated
Show resolved
Hide resolved
|
||
- Power on the board. | ||
- Reset the board using the method of your board. Have a look at the [How to set up the Reconfiguration Procedure](#how-to-set-up-the-reconfiguration-procedure) section of this article to find the default board reset pin. If you have changed the reset pin from the default one, please use that. | ||
- Open the devices page of the Mobile App or the Arduino Cloud webpage. | ||
- Click on the device you want to update the network settings for. | ||
- Click on the "change" button by the network section. | ||
- If you are using the Arduino Cloud webpage, select the BLE method. | ||
- The board will reboot, and you will see the LED pulsing. | ||
- Connect to the board. | ||
- Input the new network configuration. | ||
- The board will validate it, and if correct, it will close the connection. |
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.
Is it not possible to use a numbered list? I think it's better
- Click on the device you want to update the network settings for. | ||
- Click on the "change" button by the network section. | ||
- If you are using the Arduino Cloud webpage, select the BLE method. | ||
- The board will reboot, and you will see the LED pulsing. |
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 step must be put immediately after the reset bullet. It's the third step.
|
||
This method only works with the Arduino Cloud website. You can update the network settings from the detail page of the board on the webpage. The Serial interface, if enabled, is always ready to receive a new configuration. | ||
|
||
- Turn on the board and connect it to your PC using a USB cable. |
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.
Is it not possible to use a numbered list? I think it's better
content/arduino-cloud/03.cloud-interface/00.sketches/sketches.md
Outdated
Show resolved
Hide resolved
content/arduino-cloud/03.cloud-interface/00.sketches/sketches.md
Outdated
Show resolved
Hide resolved
…nt.md Co-authored-by: Fabio C <[email protected]>
…nt.md Co-authored-by: Fabio C <[email protected]>
Co-authored-by: Fabio C <[email protected]>
Co-authored-by: Fabio C <[email protected]>
What This PR Changes
Contribution Guidelines