Skip to content

Commit 259bddb

Browse files
HC-815 If your device is not connecting to IoT Cloud (#10)
* Various improvements * Remove duplicate * Update content/Arduino Cloud/Arduino IoT Cloud/If-your-device-is-not-connecting-to-IoT-Cloud.md Co-authored-by: Renat0Ribeir0 <86349945+Renat0Ribeir0@users.noreply.github.com> * Revert "Remove duplicate" This reverts commit 0bbcfbc. * Replace underscores with dashes * Fix filename Co-authored-by: Renat0Ribeir0 <86349945+Renat0Ribeir0@users.noreply.github.com>
1 parent 4f6d8bb commit 259bddb

6 files changed

+43
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to add 3rd party devices to the Arduino IoT cloud"
2+
title: "Add a 3rd party device to IoT cloud"
33
---
44

55
Supported third-party boards and other devices can be connected to the IoT Cloud. These devices are supported:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to add Arduino devices to the Arduino IoT cloud"
2+
title: "Add an Arduino device to IoT Cloud"
33
---
44

55
Learn how to connect Arduino devices to the Arduino IoT Cloud.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "If your device is not connecting to IoT Cloud"
3+
---
4+
5+
Follow these steps if your device has an 'Offline' status in the Device tab.
6+
7+
---
8+
9+
1. Go to the [Devices tab](https://create.arduino.cc/iot/devices) and find your device in the list.
10+
11+
2. Under **Linked Thing**, find the Thing name.
12+
13+
![A linked Thing in the Devices tab.](img/arduino-cloud-device-thing-example.png)
14+
15+
3. Go to the [Things tab](https://create.arduino.cc/iot/things) and open the Thing linked with your device.
16+
17+
4. Under **Network**, click on Change and verify that your credentials are correct.
18+
19+
* **Wi-Fi:** 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.
20+
* **Arduino SIM:** [Use these credentials](https://support.arduino.cc/hc/en-us/articles/360013825159). Also, make sure that an Arduino SIM plan is activated with [your account](https://store.arduino.cc/digital/subscriptions/plans).
21+
22+
5. Under **Variables**, make sure at least one variable is created. If not, click ADD to create one.
23+
24+
6. Click on the **Sketch** tab.
25+
26+
7. Click on the Upload button and wait for the process to complete.
27+
28+
![Uploading a sketch in IoT Cloud.](img/arduino-cloud-sketch-upload.png)
29+
30+
> If no associated device is found, see [If your board does not appear in the port menu](https://support.arduino.cc/hc/en-us/articles/4412955149586-If-your-board-does-not-appear-in-the-port-menu).
31+
32+
8. Go back to the [Devices tab](https://create.arduino.cc/iot/devices). Refresh the page after one minute and see if the device comes online.
33+
34+
## If the device is still offline
35+
36+
* Rule out other problems by uploading the `Blink` sketch (Examples > Basics > Blink) in the [Web Editor](https://create.arduino.cc/editor).
37+
* [Delete the device](https://support.arduino.cc/hc/en-us/articles/360018324700) and add the device again as a new device from the Device tab. Associate a new Thing with at least one variable and upload the sketch. For more help with setting up your device, see [Add an Arduino device to IoT Cloud](https://support.arduino.cc/hc/en-us/articles/360016495559).
38+
39+
## Still need help?
40+
41+
[Contact us](https://www.arduino.cc/en/contact-us/).

content/Arduino Cloud/Arduino IoT Cloud/My-device-is-not-connecting-to-Wi-Fi-or-to-IoT-Cloud.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
24.6 KB
Loading
49.1 KB
Loading

0 commit comments

Comments
 (0)