Skip to content

Commit af545e8

Browse files
Merge 916976a into 1c64530
2 parents 1c64530 + 916976a commit af545e8

11 files changed

+76
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: Device Provisioning with Arduino Cloud
3+
description: A step-by-step guide to device provisioning with Arduino Cloud.
4+
author: Benjamin Dannegård
5+
tags: [Cloud]
6+
---
7+
8+
## Setup and Process
9+
10+
***If you are new to the Arduino Cloud, check out [Getting Started With the Arduino Cloud](/arduino-cloud/getting-started/iot-cloud-getting-started).***
11+
12+
To use the Arduino Cloud you will need to register and set up a **free** account.
13+
14+
### Configure Your Board
15+
16+
After you have set up your account, to add your device to your Arduino Cloud account go to the Devices page and click on **+ DEVICE**.
17+
18+
![Create new Device](assets/creating-new-device.png)
19+
20+
This will take you to the setup menu for your device. You can now choose between three different options depending on what type of board you are using. Continue by clicking on **Arduino board**.
21+
22+
![Select Arduino](assets/selecting-board-type.png)
23+
24+
Now you have to decide how you want to set up your board with the Cloud, either via Bluetooth® or USB cable (you can check if your board is compatible with the Bluetooth method below). These two options have different processes, pick the method that suits your needs best and follow the section for your chosen method.
25+
26+
***NOTE: If you want to use the Bluetooth method and you have an older board you need to first connect the board to the cloud in order to update it to the newer provisioning version. If you are having issues with connecting your board via Bluetooth, we suggest going through the USB option first to make sure that the provisioning version is correct.**
27+
28+
## Bluetooth Provisioning
29+
30+
### Compatible boards
31+
32+
Here are the boards that are compatible with Bluetooth provisioning via a Bluetooth connection:
33+
34+
- [Arduino UNO R4 WiFi](https://docs.arduino.cc/hardware/uno-r4-wifi/) (WiFi firmware version 0.6.0 or later required)
35+
36+
### Setting up Your Device With Bluetooth
37+
38+
After selecting the Bluetooth option you will see a page telling you how to connect your board. Follow the steps to connect your board via Bluetooth.
39+
40+
![Bluetooth page](assets/connect-with-bluetooth.png)
41+
42+
Once your board is connected you will see a page that will let you pick the Wi-Fi the board should connect to. Pick the Wi-Fi you want to connect to and enter the password. Here you can also change the device name.
43+
44+
![Configure network via Bluetooth](assets/connect-to-network-bluetooth.png)
45+
46+
After completing these steps your device will connect to your Wi-Fi and you will be taken to the device page. Here you can click on the icon in the bottom left corner to attach a thing to the device. To find out more about Arduino Cloud Things, go [here](https://docs.arduino.cc/arduino-cloud/cloud-interface/things/).
47+
48+
![Attach thing after Bluetooth](assets/attach-thing-to-bluetooth.png)
49+
50+
Now you are ready to start using your board with the Arduino Cloud!
51+
52+
## USB Provisioning
53+
54+
If this is your first time using the Arduino Cloud you will be asked to download the **Arduino Create Agent**. The Create Agent is a piece of software that is necessary for your Arduino board to communicate with your browser. Download and install it by clicking on download and following the installation process.
55+
56+
When the installation is finished you will get to a page that lets you select the board you wish to configure. Click on the board that you want to set up.
57+
58+
![Configure Device with USB](assets/connect-with-usb.png)
59+
60+
Now the board will start connecting. You should now see this loading screen:
61+
62+
![Board connecting](assets/connecting-with-usb-loading.png)
63+
64+
Wait for it to finish and when it is complete click "continue".
65+
66+
![Board connected to the cloud](assets/succesfull-connection-with-usb.png)
67+
68+
You will now be taken to the device page. Here you can see the details of the board, change the name and attach it to a thing if you want to connect to a network. To find out more about Arduino Cloud Things, go [here](https://docs.arduino.cc/arduino-cloud/cloud-interface/things/).
69+
70+
Let's have a look at how to connect the board to a network. In the bottom left corner you can press the icon highlighted in the image below to create a thing and attach your board to it automatically. Clicking it also takes you to the Thing page.
71+
72+
![Create thing from device page](assets/device-overview-usb.png)
73+
74+
Under Network click on **configure** and add your Wi-Fi® credentials. Now the board will automatically connect to your network when you upload the sketch from the **sketch** tab.
75+
76+
![Network on thing page](assets/network-config-thing-page.png)

0 commit comments

Comments
 (0)