Skip to content

Commit b58cd1a

Browse files
committed
Misc. fixes and enhancements
1 parent 11f50bd commit b58cd1a

File tree

1 file changed

+13
-30
lines changed

1 file changed

+13
-30
lines changed

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

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,20 @@ title: "If your device is offline in Arduino Cloud"
33
id: 13459093156764
44
---
55

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.
77

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:
259

2610
- 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).
3012

31-
## Try these steps in order
13+
In this article:
3214

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)
36-
1. [Additional troubleshooting](#additional-troubleshooting)
15+
- [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)
3720

3821
---
3922

@@ -44,7 +27,7 @@ In this article:
4427
- _Exception:_ The Arduino Opta has no power LED, so it may be powered even if no LEDs are lit.
4528
- If device is connecting via Wi-Fi, ensure that your Wi-Fi router or access point is turned on and accessible.
4629

47-
## Verify and reupload the Thing sketch {#verify-and-reupload-the-thing-sketch}
30+
## Verify and reupload the Thing sketch
4831

4932
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.
5033

@@ -59,13 +42,13 @@ You can ensure that your device is running the right sketch by reuploading the C
5942
> [!NOTE]
6043
> 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).
6144
62-
## Check your network settings {#check-your-network-settings}
45+
## Check your network settings
6346

6447
A home network with a default configuration will usually not prevent any Arduino Cloud connections.
6548

6649
[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}
6750

68-
## Check the serial output {#verify-and-reupload-the-thing-sketch}
51+
## Check the serial output
6952

7053
Connect to your device via USB and read the serial output for additional information:
7154

@@ -80,7 +63,7 @@ Connect to your device via USB and read the serial output for additional informa
8063

8164
<!-- 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). -->
8265

83-
## 4. Delete the device
66+
## Delete the device
8467

8568
Fully delete the device, then add it as a new device.
8669

0 commit comments

Comments
 (0)