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
The [Arduino Cloud](app.arduino.cc) is a platform for developing Arduino projects and connecting them to the world. It supports secure connections with boards via [Wi-Fi®](/arduino-cloud/hardware/wifi), [LoRa®](/arduino-cloud/hardware/lora), [Ethernet](/arduino-cloud/hardware/ethernet) and [Cellular (GSM/NB-IoT)](/arduino-cloud/hardware/cellular), and lets you create a system for sending any variable information you can think of from one board to another within minutes of unboxing them.
8
+
The [Arduino Cloud](https://app.arduino.cc/) is a platform for developing Arduino projects and connecting them to the world. It supports secure connections with boards via [Wi-Fi®](/arduino-cloud/hardware/wifi), [LoRa®](/arduino-cloud/hardware/lora), [Ethernet](/arduino-cloud/hardware/ethernet) and [Cellular (GSM/NB-IoT)](/arduino-cloud/hardware/cellular), and lets you create a system for sending any variable information you can think of from one board to another within minutes of unboxing them.
9
9
10
10
The Arduino Cloud platform includes:
11
11
- an **Integrated Development Environment (IDE)** for programming your boards,
@@ -34,7 +34,7 @@ And if you want to read the value of a sensor connected to your device, it would
34
34
35
35
Networking code and data synchronizing is **automatically done**, so just focus on the project, and let the Arduino Cloud handle the rest.
36
36
37
-
***This document will help you get familiar with the [Arduino Cloud](app.arduino.cc) service, and once you've got a good hang of it, you can explore the [rest of the documentation](/arduino-cloud/).***
37
+
***This document will help you get familiar with the [Arduino Cloud](https://app.arduino.cc/) service, and once you've got a good hang of it, you can explore the [rest of the documentation](/arduino-cloud/).***
38
38
39
39
## Compatible Boards
40
40
@@ -82,7 +82,7 @@ By default, you will have a **free plan**, which can be upgraded to a number of
82
82
83
83
### 2. Configure a Device
84
84
85
-
First you will need to connect your board to your computer, and configure your device in the [Devices](app.arduino.cc/devices) tab.
85
+
First you will need to connect your board to your computer, and configure your device in the [Devices](https://app.arduino.cc/devices) tab.
86
86
87
87

88
88
@@ -133,7 +133,7 @@ Once you done all configurations, created a program & dashboard, you can sit bac
133
133
## Guides
134
134
135
135
We recommend checking out the following guides to get started with various coding frameworks:
136
-
-[Arduino / C++ setup (default setup)](arduino-cloud/guides/arduino-c) - the default installation using the built-in code editor and an Arduino / ESP32 board.
136
+
-[Arduino / C++ setup (default setup)](/arduino-cloud/guides/arduino-c) - the default installation using the built-in code editor and an Arduino / ESP32 board.
137
137
-[Python setup](/arduino-cloud/guides/python) - set up of a manual device to run on a PC / Linux system such as Raspberry Pi.
138
138
-[MicroPython setup](/arduino-cloud/guides/micropython) - setup of MicroPython on a select number of supported boards.
139
139
-[JavaScript / node.js setup](/arduino-cloud/guides/javascript) - setup of JavaScript using node.js, perfect for integrating your front-end projects with the Arduino Cloud.
Copy file name to clipboardExpand all lines: content/arduino-cloud/01.guides/02.arduino-c/arduino-c.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,11 @@ You will also need a supported board:
30
30
31
31
## Setup
32
32
33
-
In this section, we will go through the steps necessary to connect your Arduino board to the Arduino Cloud. To follow these steps, please make sure you have a [registered Arduino account](https://login.arduino.cc/login), and that you have access to the [Arduino Cloud](app.arduino.cc).
33
+
In this section, we will go through the steps necessary to connect your Arduino board to the Arduino Cloud. To follow these steps, please make sure you have a [registered Arduino account](https://login.arduino.cc/login), and that you have access to the [Arduino Cloud](https://app.arduino.cc/).
34
34
35
35
### Configure Device
36
36
37
-
First navigate to [Arduino Cloud](app.arduino.cc), and click on the **Devices** tab. Here you can see all your devices, and configure a new one. Depending on what type of board you have, the configuration will vary.
37
+
First navigate to [Arduino Cloud](https://app.arduino.cc/), and click on the **Devices** tab. Here you can see all your devices, and configure a new one. Depending on what type of board you have, the configuration will vary.
38
38
39
39
***For more details, see the [documentation for devices](/arduino-cloud/hardware/devices).***
Copy file name to clipboardExpand all lines: content/arduino-cloud/01.guides/03.esp32/esp32.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ You will also need a **ESP32 or ESP8266** development board.
24
24
25
25
## Setup
26
26
27
-
In this section, we will go through the steps necessary to connect your ESP32 board to the Arduino Cloud. To follow these steps, please make sure you have a [registered Arduino account](https://login.arduino.cc/login), and that you have access to the [Arduino Cloud](app.arduino.cc).
27
+
In this section, we will go through the steps necessary to connect your ESP32 board to the Arduino Cloud. To follow these steps, please make sure you have a [registered Arduino account](https://login.arduino.cc/login), and that you have access to the [Arduino Cloud](https://app.arduino.cc/).
28
28
29
29
### Configure Device
30
30
31
-
First navigate to [Arduino Cloud - Devices](app.arduino.cc/devices). Here you can see all your devices, and configure a new one.
31
+
First navigate to [Arduino Cloud - Devices](https://app.arduino.cc/devices). Here you can see all your devices, and configure a new one.
Copy file name to clipboardExpand all lines: content/arduino-cloud/01.guides/04.micropython/content.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The goals of this tutorial are:
40
40
41
41
Before we start, make sure you have MicroPython installed on your board. If you haven't you can follow [this tutorial](https://docs.arduino.cc/micropython/basics/board-installation).
42
42
43
-
Then, we need to configure a Thing in the [Arduino Cloud](app.arduino.cc/things) consisting of two boolean variables called `led` and `ledSwitch`. Follow the instructions below to do so.
43
+
Then, we need to configure a Thing in the [Arduino Cloud](https://app.arduino.cc/things) consisting of two boolean variables called `led` and `ledSwitch`. Follow the instructions below to do so.
44
44
45
45
### Thing & Device Configuration
46
46
@@ -79,7 +79,7 @@ Your Thing should look something like this when you are finished:
79
79
80
80
When finished with creating your Thing, we also need to create a dashboard, a tool to monitor & interact with the cloud variables.
81
81
82
-
1. Go to the [dashboards](app.arduino.cc/dashboards) section, and **create a new dashboard.**
82
+
1. Go to the [dashboards](https://app.arduino.cc/dashboards) section, and **create a new dashboard.**
83
83
2. In the dashboard, first create a **LED** widget, and link it to the `led` variable we created earlier.
84
84
3. Create a **Switch** widget, and link it to `ledSwitch`.
85
85
4. You should now have two widgets, looking something like the image below:
Copy file name to clipboardExpand all lines: content/arduino-cloud/01.guides/05.python/python.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ To follow this guide, make sure to have:
37
37
38
38
## Cloud Setup
39
39
40
-
To begin with, we need to create a manual device, and create a new [Thing](/arduino-cloud/cloud-interface/things). Navigate to the [Arduino Cloud](app.arduino.cc) and to the **"Things"** tab.
40
+
To begin with, we need to create a manual device, and create a new [Thing](/arduino-cloud/cloud-interface/things). Navigate to the [Arduino Cloud](https://app.arduino.cc/) and to the **"Things"** tab.
Copy file name to clipboardExpand all lines: content/arduino-cloud/01.guides/06.javascript/javascript.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To follow this guide, make sure to have:
28
28
29
29
## Cloud Setup
30
30
31
-
To begin with, we need to create a manual device, and create a new [Thing](/arduino-cloud/cloud-interface/things). Navigate to the [Arduino Cloud](app.arduino.cc) and to the **"Things"** tab.
31
+
To begin with, we need to create a manual device, and create a new [Thing](/arduino-cloud/cloud-interface/things). Navigate to the [Arduino Cloud](https://app.arduino.cc/) and to the **"Things"** tab.
Copy file name to clipboardExpand all lines: content/arduino-cloud/01.guides/07.node-red/nodered-intro.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ The final step is connecting the **DHT11 humidity sensor** to our Arduino MKR Wi
181
181
182
182
Use the steps below to use Node-RED with the Arduino Cloud:
183
183
184
-
**1.** Go to the [API keys section](app.arduino.cc/home/api-keys), and create a new API key.
184
+
**1.** Go to the [API keys section](https://app.arduino.cc/home/api-keys), and create a new API key.
185
185
186
186
**2.** Save the Client ID and Client Secret in a safe document
187
187
@@ -249,4 +249,4 @@ Now, all you need to do is replace the debug node with the email node to receive
249
249
250
250
## Further Applications
251
251
252
-
In this tutorial we demonstrated how you can use the [Arduino Cloud](app.arduino.cc) together with [Node-RED](https://nodered.org/) to build a more complex automation applications. The email notification is only one of the many different use cases, other applications can be creating communication between the Arduino Cloud to other home automation devices, sending customized SMS and WhatsApp messages, and many more.
252
+
In this tutorial we demonstrated how you can use the [Arduino Cloud](https://app.arduino.cc/) together with [Node-RED](https://nodered.org/) to build a more complex automation applications. The email notification is only one of the many different use cases, other applications can be creating communication between the Arduino Cloud to other home automation devices, sending customized SMS and WhatsApp messages, and many more.
Copy file name to clipboardExpand all lines: content/arduino-cloud/01.guides/08.alexa/alexa.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ featuredImage: 'cloud'
11
11
12
12
<iframewidth="100%"height="400"src="https://www.youtube.com/embed/OMvZjwFYimo"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
13
13
14
-
In this tutorial you will learn how to integrate the [Arduino Cloud](app.arduino.cc) with the [Amazon Alexa skill](https://www.amazon.com/Arduino-LLC/dp/B07ZT2PK2H). At the end of this tutorial, we will be able to change the color of an RGB matrix connected to your Arduino, using only voice commands in the Alexa app.
14
+
In this tutorial you will learn how to integrate the [Arduino Cloud](https://app.arduino.cc/) with the [Amazon Alexa skill](https://www.amazon.com/Arduino-LLC/dp/B07ZT2PK2H). At the end of this tutorial, we will be able to change the color of an RGB matrix connected to your Arduino, using only voice commands in the Alexa app.
15
15
16
16

- Cloud-compatible boards, [see full list](https://docs.arduino.cc/arduino-cloud/guides/overview#compatible-hardware).
16
16
17
17
***In this tutorial, we use the [Nano 33 IoT](https://store.arduino.cc/products/arduino-nano-33-iot). This is not a requirement, you can use any Arduino Cloud-compatible board for this tutorial.***
Copy file name to clipboardExpand all lines: content/arduino-cloud/05.iot-remote-app/01.getting-started/iot-remote-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: Karl Söderby
5
5
tags: [Arduino Cloud, Remote App, Phone Data]
6
6
---
7
7
8
-
The **Arduino IoT Remote** phone application lets you control and monitor all of your dashboards in the [Arduino Cloud](app.arduino.cc). With the app, you can also access your phone's internal sensors such as GPS data, light sensor, IMU and more (depending on what phone you have).
8
+
The **Arduino IoT Remote** phone application lets you control and monitor all of your dashboards in the [Arduino Cloud](https://app.arduino.cc/). With the app, you can also access your phone's internal sensors such as GPS data, light sensor, IMU and more (depending on what phone you have).
9
9
10
10
The phone's sensor data is automatically stored in cloud variables, which you can also synchronize with other Things. This means your phone can become a part of your IoT system, acting as another node in your network.
11
11
@@ -73,7 +73,7 @@ Here you can also choose the update frequency, (either on change, or every `x` s
73
73
74
74
The sensor data from your phone is tracked through **variables** in the Arduino Cloud, and can therefore be synchronized with other variables.
75
75
76
-
Head over to the [Arduino Cloud - Things](app.arduino.cc/things) and go to the Thing created for your phone (in this case, it is named `Karl_s S20_ Thing`), and select a variable you want to synchronize. In the following menu you can link it to other variables on other Things.
76
+
Head over to the [Arduino Cloud - Things](https://app.arduino.cc/things) and go to the Thing created for your phone (in this case, it is named `Karl_s S20_ Thing`), and select a variable you want to synchronize. In the following menu you can link it to other variables on other Things.
0 commit comments