Skip to content

Commit 18b0760

Browse files
committed
Update management of network credentials for provisioning 2.0
1 parent b58cd1a commit 18b0760

File tree

5 files changed

+67
-55
lines changed

5 files changed

+67
-55
lines changed

content/Arduino Cloud/Arduino IoT Cloud/If-your-device-is-offline-in-Arduino-Cloud.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,41 @@ In this article:
2727
- _Exception:_ The Arduino Opta has no power LED, so it may be powered even if no LEDs are lit.
2828
- If device is connecting via Wi-Fi, ensure that your Wi-Fi router or access point is turned on and accessible.
2929

30-
## Verify and reupload the Thing sketch
30+
## Verify network credentials and reupload the Thing sketch
3131

3232
The sketch the device is running needs to be configured for Arduino Cloud. This happens automatically when you add and use your device with Arduino Cloud. If a different sketch is uploaded to the device, it will not connect to Arduino Cloud.
3333

3434
You can ensure that your device is running the right sketch by reuploading the Cloud sketch from the Thing:
3535

36-
1. Go to the [device tab](https://app.arduino.cc/devices) and select your device.
37-
1. In the **Network** section, select the network name or type to configure the credentials.
38-
- If prompted, create or associated an Thing to your device.
39-
1. Make sure that network credentials are correct. If you're unsure, try connecting to the network with a different device, like a smartphone or laptop.
40-
1. Select **Go to sketch** and upload the sketch to your device.
36+
1. Find the **Network** section on the device page:
37+
38+
- If a network has been configured, it will display the network **name**.
39+
40+
- If a network has **not** been configured, it will display the network **type**.
41+
42+
![The network credentials name button on the Arduino Cloud device.](img/change-credentials-button.png)
43+
44+
1. Select the network name or type to configure the credentials.
45+
46+
1. If prompted, create or associate an Thing to your device.
47+
48+
1. If prompted, select an update method and connect your board.
49+
50+
1. Configure your network credentials:
51+
- _Wi-Fi:_ Enter your Wi-Fi name (SSID) and password (encryption key).
52+
- _ESP32/ESP8266:_ Use the secret key that was provided when adding the device. If you don't know your secret key, [delete your device and add it again](#delete-the-device) to get a new key.
53+
- _Arduino device with LoRa®:_ The credentials are added automatically when you configure your device. To reset the credentials, [delete your device and add it again](#delete-the-device).
54+
55+
1. One of the following will happen:
56+
57+
- The network credentials will immediately be updated and you'll return to the device page.
58+
59+
- A manual sketch upload will be required to update the credentials.
60+
61+
If prompted, upload the sketch to update the network credentials on your device.
4162

4263
> [!NOTE]
43-
> Make sure the name (also called _SSID_) and password (also called _encryption key_ or just _key_) are correct. The password can be revealed by clicking the eye symbol. If you don't know your network name or password, contact your network administrator or the manufacturer of your Wi-Fi access point. If your device has a secret key, make sure it's entered correctly (if you're unsure, remove and re-add the device to generate a new key).
64+
> Make sure the name (also called _SSID_) and password (also called _encryption key_ or just _key_) are correct. The password can be revealed by clicking the eye symbol. If you don't know your network name or password, contact your network administrator or the manufacturer of your Wi-Fi access point. If your device has a secret key, make sure it's entered correctly (if you're unsure, [remove and re-add the device](#delete-the-device) to generate a new key).
4465
4566
## Check your network settings
4667

52.3 KB
Loading

content/Arduino Cloud/General Cloud/Configure-or-change-the-network-credentials-of-a-Thing.md

Lines changed: 0 additions & 48 deletions
This file was deleted.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: "Configure the network credentials for a device"
3+
id: 14416141314332
4+
---
5+
6+
Learn how to configure the network credentials of an Arduino Cloud device.
7+
8+
---
9+
10+
Follow these steps:
11+
12+
1. Go to the [Device tab](https://app.arduino.cc/devices) and open your device.
13+
14+
1. Find the **Network** section:
15+
16+
- If a network has been configured, it will display the network **name**.
17+
18+
- If a network has **not** been configured, it will display the network **type**.
19+
20+
![The network credentials name button on the Arduino Cloud device.](img/change-credentials-button.png)
21+
22+
1. Select the network name or type to configure the credentials.
23+
24+
1. If prompted, create or associate an Thing to your device.
25+
26+
1. If prompted, select an update method and connect your board.
27+
28+
1. Configure your network credentials:
29+
- _Wi-Fi:_ Enter your Wi-Fi name (SSID) and password (encryption key).
30+
- _ESP32/ESP8266:_ Use the secret key that was provided when adding the device.
31+
- _Arduino device with LoRa®:_ The credentials are added automatically when adding the device.
32+
33+
1. One of the following will happen:
34+
35+
- The network credentials will immediately be updated and you'll return to the device page.
36+
37+
- A manual sketch upload will be required to update the credentials.
38+
39+
If prompted, upload the sketch to update the network credentials on your device.
52.3 KB
Loading

0 commit comments

Comments
 (0)