Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
88cd7a4
Added device provisioning documentation
BenjaminDannegard Jun 27, 2025
a06ef02
Small spelling fixes
BenjaminDannegard Jun 27, 2025
5de0df7
Update content/arduino-cloud/02.hardware/06.device-provisioning/conte…
BenjaminDannegard Jun 27, 2025
b54a65e
Update content/arduino-cloud/02.hardware/06.device-provisioning/conte…
BenjaminDannegard Jun 27, 2025
6d979cd
Update content/arduino-cloud/02.hardware/06.device-provisioning/conte…
BenjaminDannegard Jun 27, 2025
c152005
Update content/arduino-cloud/02.hardware/06.device-provisioning/conte…
BenjaminDannegard Jun 27, 2025
75ac8e8
Update content/arduino-cloud/02.hardware/06.device-provisioning/conte…
BenjaminDannegard Jun 27, 2025
e49bf51
Update content/arduino-cloud/02.hardware/06.device-provisioning/conte…
BenjaminDannegard Jun 27, 2025
11478b5
Added note about provis update
BenjaminDannegard Jun 27, 2025
4992faf
updated images
BenjaminDannegard Jun 27, 2025
916976a
Small fix
BenjaminDannegard Jun 27, 2025
5f9c8f7
Fixed the note
BenjaminDannegard Jul 21, 2025
1071520
Added compatible boards list
BenjaminDannegard Jul 22, 2025
d7110f4
Fixed table
BenjaminDannegard Jul 22, 2025
c8e360d
Updated list and added section
BenjaminDannegard Jul 24, 2025
0b4ee41
Added migration documentation
BenjaminDannegard Jul 24, 2025
88c5f8c
Apply suggestions from code review
jhansson-ard Jul 28, 2025
f70f34c
Updated compatible devices
BenjaminDannegard Aug 7, 2025
37c9551
Added new section and missing image
BenjaminDannegard Sep 11, 2025
9b8b732
spelling fix
BenjaminDannegard Sep 11, 2025
90f920b
Updated info about different networks
BenjaminDannegard Sep 17, 2025
510f1c0
Fixed description of network connection
BenjaminDannegard Sep 17, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added device provisioning documentation
  • Loading branch information
BenjaminDannegard committed Jun 27, 2025
commit 88cd7a45d312845e150d2464b36037a7e4d699c9
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
title: Device Provisioning with Arduino Cloud
description: A step-by-step guide to device provisioning with Arduino Cloud.
author: Benjamin Dannegård
tags: [Cloud]
---

## Setup and Process

***If you are new to the Arduino Cloud before check out [Getting Started With the Arduino Cloud](/arduino-cloud/getting-started/iot-cloud-getting-started).***

To use the Arduino Cloud you will need to register and set up a **free** account.

### Configure Your Board

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

![Create new Device](assets/creating-new-device.png)

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

![Select Arduino](assets/selecting-board-type.png)

Now you have to decide how you want to set up your board with the cloud, either via Bluetooth® or USB cable, check if your board is compatible with the bluetooth method below. These two options have different processes. Pick the method that suits your needs the best and follow the section for your chosen method.

## Bluetooth provisioning

### Compatible boards

Here are the boards that are compatible with bluetooth provisioning via a bluetooth connection:

- UNO R4 WiFi (WiFi firmware version 0.6.0 or later required)

### Setting up Your Device With Bluetooth

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.

![Bluetooth page](assets/connect-with-bluetooth.png)

Once your board is connected you will see a page that will let you pick the WiFi the board should connect to. Pick the WiFi you want to connect to and enter the password. Here you can also change the device name.

![Configure network via bluetooth](assets/connect-to-network-bluetooth.png)

After completing these steps your device will connect to your WiFi 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/)

![Attach thing after bluetooth](assets/attach-thing-to-bluetooth.png)

Now you are ready to start using your board with the Arduino Cloud!

## USB Provisioning

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.

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.

![Configure Device with USB](assets/connect-with-usb.png)

Now the board will start connecting. You should now see this loading screen:

![Board connecting](assets/connecting-with-usb-loading.png)

Wait for it to finish and when it is complete click "continue".

![Board connected to the cloud](assets/succesfull-connection-with-usb.png)

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/)

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.

![Create thing from device page](assets/device-overview-usb.png)

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.

![Network on thing page](assets/network-config-thing-page.png)
Loading