You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/Arduino Cloud/Arduino IoT Cloud/If-your-device-is-offline-in-Arduino-Cloud.md
+13-30Lines changed: 13 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,37 +3,20 @@ title: "If your device is offline in Arduino Cloud"
3
3
id: 13459093156764
4
4
---
5
5
6
-
Learn what to do if your device has the OFFLINE status in the [Devices tab](https://app.oniudra.cc/devices) or on the individual Device page.
6
+
Learn what to do if your device has the **offline** status in Arduino Cloud.
7
7
8
-
In this article:
9
-
10
-
<!-- TOC -->
11
-
12
-
-[Before you begin](#before-you-begin)
13
-
-[Try these steps in order](#try-these-steps-in-order)
14
-
-[Check power and restart](#check-power-and-restart)
15
-
-[Verify and reupload the Thing sketch {#verify-and-reupload-the-thing-sketch}](#verify-and-reupload-the-thing-sketch-verify-and-reupload-the-thing-sketch)
16
-
-[Check your network settings {#check-your-network-settings}](#check-your-network-settings-check-your-network-settings)
17
-
-[Check the serial output {#verify-and-reupload-the-thing-sketch}](#check-the-serial-output-verify-and-reupload-the-thing-sketch)
18
-
-[Delete the device](#delete-the-device)
19
-
20
-
<!-- /TOC -->
21
-
22
-
---
23
-
24
-
## Before you begin
8
+
Before you begin:
25
9
26
10
- If you experience an issue when adding a device to Arduino Cloud, see [If your device can't be added to Arduino Cloud](https://support.arduino.cc/hc/en-us/articles/360019355679).
27
-
- Understand that device status is not supported by the LoRa protocol, see [About device status in Arduino Cloud](https://support.arduino.cc/hc/en-us/articles/4407169649682-About-device-status-in-IoT-Cloud).
28
-
29
-
---
11
+
- Understand that device status is not supported by LoRa devices and that these devices will always appear as offline. See [About device status in Arduino Cloud](https://support.arduino.cc/hc/en-us/articles/4407169649682-About-device-status-in-IoT-Cloud).
30
12
31
-
## Try these steps in order
13
+
In this article:
32
14
33
-
1.[Check the Device info](#check-the-device-info)
34
-
1.[Reupload the Thing sketch](#reupload-the-thing-sketch)
35
-
1.[Check your network settings](#check-your-network-settings)
-[Check power and restart](#check-power-and-restart)
16
+
-[Verify and reupload the Thing sketch](#verify-and-reupload-the-thing-sketch)
17
+
-[Check your network settings](#check-your-network-settings)
18
+
-[Check the serial output](#verify-and-reupload-the-thing-sketch)
19
+
-[Delete the device](#delete-the-device)
37
20
38
21
---
39
22
@@ -44,7 +27,7 @@ In this article:
44
27
-_Exception:_ The Arduino Opta has no power LED, so it may be powered even if no LEDs are lit.
45
28
- If device is connecting via Wi-Fi, ensure that your Wi-Fi router or access point is turned on and accessible.
46
29
47
-
## Verify and reupload the Thing sketch {#verify-and-reupload-the-thing-sketch}
30
+
## Verify and reupload the Thing sketch
48
31
49
32
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.
50
33
@@ -59,13 +42,13 @@ You can ensure that your device is running the right sketch by reuploading the C
59
42
> [!NOTE]
60
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).
61
44
62
-
## Check your network settings {#check-your-network-settings}
45
+
## Check your network settings
63
46
64
47
A home network with a default configuration will usually not prevent any Arduino Cloud connections.
65
48
66
49
[Learn how to configure your network for Arduino Cloud](https://support.arduino.cc/hc/en-us/articles/360017279260-Configure-your-network-for-Arduino-Cloud){.link-chevron-right}
67
50
68
-
## Check the serial output {#verify-and-reupload-the-thing-sketch}
51
+
## Check the serial output
69
52
70
53
Connect to your device via USB and read the serial output for additional information:
71
54
@@ -80,7 +63,7 @@ Connect to your device via USB and read the serial output for additional informa
80
63
81
64
<!-- Test your setup with an example from the [ArduinoIoTCloud library](https://docs.arduino.cc/libraries/arduinoiotcloud/). Upload using Arduino IDE or the [Cloud Editor](https://support.arduino.cc/hc/en-us/articles/13809101080732-Open-the-Cloud-Editor). -->
82
65
83
-
## 4. Delete the device
66
+
## Delete the device
84
67
85
68
Fully delete the device, then add it as a new device.
0 commit comments