Skip to content

Commit 1fa7e43

Browse files
authored
HC-1092 Cloud and IoT url fixes (#117)
* Update home space kit registration link * cloud.arduino.cc/iot → create.arduino.cc/iot * Update .lycheeignore
1 parent d6861bb commit 1fa7e43

11 files changed

+20
-22
lines changed

.lycheeignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ img/*
55
https://support.arduino.cc/hc/*
66

77
# Returns 404 for some reason
8-
https://cloud.arduino.cc/iot/*
9-
https://cloud.arduino.cc/registration
8+
https://create.arduino.cc/iot/*
9+
https://cloud.arduino.cc/home/registration
1010
https://cloud.arduino.cc/plans
1111

1212
# "Network error: Forbidden" despite working redirect

content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-IoT-Cloud.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You'll need an Arduino account and the [Arduino Create Agent](https://support.ar
2121

2222
### Step 1: Add the device
2323

24-
1. Go to Arduino IoT Cloud and open the [Devices tab](https://cloud.arduino.cc/iot/devices).
24+
1. Go to Arduino IoT Cloud and open the [Devices tab](https://create.arduino.cc/iot/devices).
2525

2626
2. Click the **Add Device** button in the top-right or middle of the page.
2727

@@ -47,7 +47,7 @@ You'll need an Arduino account and the [Arduino Create Agent](https://support.ar
4747

4848
### Step 2: Create and configure a Thing
4949

50-
1. Open the [Things tab](https://cloud.arduino.cc/iot/things).
50+
1. Open the [Things tab](https://create.arduino.cc/iot/things).
5151

5252
2. Click **Create Thing**.
5353

content/Arduino Cloud/Arduino IoT Cloud/How-to-delete-a-device-from-Arduino-IoT-cloud.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Configured devices can be deleted if you're no longer using them or if you've re
99

1010
## Deleting a single device
1111

12-
1. Go to the [Devices tab](https://cloud.arduino.cc/iot/devices).
12+
1. Go to the [Devices tab](https://create.arduino.cc/iot/devices).
1313

1414
2. With your mouse cursor, hover over the device you want to delete. Click on the three dots button that appears on the right, and choose "Delete".
1515

@@ -23,7 +23,7 @@ Configured devices can be deleted if you're no longer using them or if you've re
2323

2424
## Deleting multiple devices
2525

26-
1. Go to the [Devices tab](https://cloud.arduino.cc/iot/devices).
26+
1. Go to the [Devices tab](https://create.arduino.cc/iot/devices).
2727

2828
![Devices section](img/Arduino-Cloud_device-deletion_0.png)
2929

content/Arduino Cloud/Arduino IoT Cloud/If-your-device-cant-be-added-or-wont-connect-to-IoT-Cloud.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Normally, IoT Cloud will update the firmware automatically, but this may fail on
7474

7575
### No associated device found
7676

77-
1. Open the [Things tab](https://cloud.arduino.cc/iot/things) to see which device is associated with the Thing.
77+
1. Open the [Things tab](https://create.arduino.cc/iot/things) to see which device is associated with the Thing.
7878

7979
2. Make sure the associated device is connected to your computer. To associate a different device, open the Thing and click the **Device selection** button.
8080

@@ -96,11 +96,11 @@ This is a generic error message indicating that a process has failed.
9696

9797
> **Note:** Device status is not supported by the LoRa protocol, see [About device status in IoT Cloud](https://support.arduino.cc/hc/en-us/articles/4407169649682-About-device-status-in-IoT-Cloud).
9898
99-
1. Go to the [Devices tab](https://cloud.arduino.cc/iot/devices) and verify that your device has a linked Thing. If not, you must either create and new Thing, or associate an existing Thing with the device.
99+
1. Go to the [Devices tab](https://create.arduino.cc/iot/devices) and verify that your device has a linked Thing. If not, you must either create and new Thing, or associate an existing Thing with the device.
100100

101101
![A linked Thing in the Devices tab.](img/arduino-cloud-device-thing-example-offline.png)
102102

103-
2. Go to the [Things tab](https://cloud.arduino.cc/iot/things) and open the Thing that's associated to your device. Then go to the [Devices tab](https://cloud.arduino.cc/iot/devices), and find your device in the list. Under **Network**, click on **Change** and verify that your credentials are correct.
103+
2. Go to the [Things tab](https://create.arduino.cc/iot/things) and open the Thing that's associated to your device. Then go to the [Devices tab](https://create.arduino.cc/iot/devices), and find your device in the list. Under **Network**, click on **Change** and verify that your credentials are correct.
104104

105105
* **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. 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).
106106
* **Arduino SIM:** [Use these credentials](https://support.arduino.cc/hc/en-us/articles/360013825159). Make sure a working GSM antenna is connected to the board and that an Arduino SIM plan is activated with [your account](https://store.arduino.cc/digital/subscriptions/plans).

content/Arduino Cloud/Arduino IoT Cloud/We-were-not-able-to-upload-the-template-sketch-in-IoT-Cloud.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "'We were not able to upload the template sketch' in IoT Cloud"
33
id: 4408887422994
44
---
55

6-
With [IoT Cloud templates](https://cloud.arduino.cc/iot/templates) you can quickly create a project for a compatible board (such as the MKR WiFi 1010). When importing a template you may experience this error:
6+
With [IoT Cloud templates](https://create.arduino.cc/iot/templates) you can quickly create a project for a compatible board (such as the MKR WiFi 1010). When importing a template you may experience this error:
77

88
!['We were not able to upload the template sketch' error in IoT Cloud. The file ThingsProperties.h is missing, throwing a 'No such file or directory' error.](img/IoT_Cloud_Template_Import_Error.PNG)
99

content/Arduino Cloud/Arduino IoT Cloud/What-devices-can-be-used-with-Arduino-IoT-Cloud.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "What devices can be used with Arduino IoT Cloud?"
33
id: 360016077320
44
---
55

6-
[Arduino IoT Cloud](https://cloud.arduino.cc/iot/) supports many Arduino and third-party boards, as well as a number of Linux devices.
6+
[Arduino IoT Cloud](https://create.arduino.cc/iot/) supports many Arduino and third-party boards, as well as a number of Linux devices.
77

88
---
99

@@ -29,7 +29,7 @@ The following Arduino boards can be used with IoT Cloud:
2929

3030
Supported third-party devices can also be used:
3131

32-
* A wide range of Wi-fi enabled ESP32 and ESP8266 based devices. For a list of supported models, go to the [Devices tab in IoT Cloud](https://cloud.arduino.cc/iot/devices) and click **"Add"**. Then click **Set up a 3rd Party device** and open the **Select model** dropdown for ESP32 or ESP8266.
32+
* A wide range of Wi-fi enabled ESP32 and ESP8266 based devices. For a list of supported models, go to the [Devices tab in IoT Cloud](https://create.arduino.cc/iot/devices) and click **"Add"**. Then click **Set up a 3rd Party device** and open the **Select model** dropdown for ESP32 or ESP8266.
3333
* LoRaWAN® devices
3434

3535
---

content/Arduino Cloud/Arduino SIM Card/How-to-connect-the-MKR-GSM-1400-to-Arduino-IoT-Cloud.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The micro UFL port and the SIM tray are highlighted respectively in the image be
3333

3434
1. Connect the board to your computer.
3535

36-
2. Go to [Arduino IoT Cloud](https://cloud.arduino.cc/iot/devices)
36+
2. Go to [Arduino IoT Cloud](https://create.arduino.cc/iot/devices)
3737

3838
3. Click the **Devices** tab, then click **Add device**. Choose to set up an Arduino or 3rd party device depending on your device.
3939

content/Arduino Cloud/General Cloud/Install-the-Arduino-Create-Agent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Arduino Cloud uses its own agent to be the middle man between Arduino's Web Edit
2222

2323
![Agent correctly installed confirmation page](img/create-agent-install-correctly.png)
2424

25-
4. Start using the [Web Editor](https://create.arduino.cc/editor) and [IoT Cloud](https://cloud.arduino.cc/iot/things)!
25+
4. Start using the [Web Editor](https://create.arduino.cc/editor) and [IoT Cloud](https://create.arduino.cc/iot/things)!
2626

2727
## Troubleshooting
2828

content/Education and Kits/Registration/Register-an-Arduino-Education-Kit.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Learn how to activate your kit and access the online learning content for your A
77

88
---
99

10-
1. Go to [cloud.arduino.cc/registration](https://cloud.arduino.cc/registration)[^1].
10+
1. Go to [cloud.arduino.cc/registration](https://cloud.arduino.cc/home/registration)[^1].
1111

12-
>
12+
[^1]: You can also access this page anywhere on arduino.cc by selecting _![Arduino account symbol.](img/symbol_profile.png) > My Courses_ and clicking the **"Register Kit"** button.
1313

1414
2. Choose whether to add the kit to your private space, or add it to a shared space.
1515

@@ -31,5 +31,3 @@ Your kit will be added to the space.
3131

3232
* [Find the activation code for your kit](https://support.arduino.cc/hc/en-us/articles/4402999992850-Where-is-the-activation-code-for-my-kit-)
3333
* [If the kit activation code does not work](https://support.arduino.cc/hc/en-us/articles/360017549580-If-the-kit-activation-code-does-not-work)
34-
35-
[^1]: You can also access this page anywhere on arduino.cc by selecting _![Arduino account symbol.](img/symbol_profile.png) > My Courses_ and clicking the **"Register Kit"** button.

content/Hardware/Generic/Arduino-devices-with-LoRaWAN-connectivity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Get started now with the [following tutorial](https://www.arduino.cc/pro/tutoria
1313

1414
## MKR WAN 1300 and MKR WAN 1310
1515

16-
The Arduino [MKR WAN 1310](https://store.arduino.cc/mkr-wan-1310) and [MKR WAN 1300](https://store.arduino.cc/mkr-wan-1310) boards allow you to connect your sensors and actuators over long distances using the LoRa® wireless protocol or throughout LoRaWAN™ networks. These boards can be connected to the [Arduino IoT Cloud](https://cloud.arduino.cc/iot), your own LoRa® network using the **Arduino LoRa® PRO Gateway**, existing LoRaWAN™ infrastructure like The Things Network, or even other boards using the direct connectivity mode.
16+
The Arduino [MKR WAN 1310](https://store.arduino.cc/mkr-wan-1310) and [MKR WAN 1300](https://store.arduino.cc/mkr-wan-1310) boards allow you to connect your sensors and actuators over long distances using the LoRa® wireless protocol or throughout LoRaWAN™ networks. These boards can be connected to the [Arduino IoT Cloud](https://create.arduino.cc/iot), your own LoRa® network using the **Arduino LoRa® PRO Gateway**, existing LoRaWAN™ infrastructure like The Things Network, or even other boards using the direct connectivity mode.
1717

1818
Learn how to easily connect these boards to the Arduino Cloud and TTN in the following links:
1919

content/Hardware/Generic/Check-and-update-the-firmware-for-WiFiNINA-and-WiFi101.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The firmware can also be managed in Arduino IoT Cloud.
9191

9292
### Check the firmware version
9393

94-
1. Open the [Device tab](https://cloud.arduino.cc/iot/devices).
94+
1. Open the [Device tab](https://create.arduino.cc/iot/devices).
9595

9696
2. Click the row with your device.
9797

@@ -103,7 +103,7 @@ The firmware can also be managed in Arduino IoT Cloud.
103103

104104
If a new firmware is released for a device added to IoT Cloud:
105105

106-
1. Open the [Device tab](https://cloud.arduino.cc/iot/devices).
106+
1. Open the [Device tab](https://create.arduino.cc/iot/devices).
107107

108108
2. Click the row with your device.
109109

@@ -115,7 +115,7 @@ Alternatively, you can remove and add the device again. When adding the device t
115115

116116
1. Connect the board to your computer and make sure the Serial Monitor is not open.
117117

118-
2. Open the [Device tab in Arduino IoT Cloud](https://cloud.arduino.cc/iot/devices).
118+
2. Open the [Device tab in Arduino IoT Cloud](https://create.arduino.cc/iot/devices).
119119

120120
3. Remove the device if it's been previously added by clicking the three dots, then _Remove_.
121121

0 commit comments

Comments
 (0)