Skip to content
Merged
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
Prev Previous commit
Next Next commit
Updated list and added section
  • Loading branch information
BenjaminDannegard committed Jul 24, 2025
commit c8e360d55692c19b2dbd8f01c990f787d9f5ff7c
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,17 @@ If your board is provisioned to the cloud with version 2.0 the network credentia
| MKR WiFi 1010 | Version 1.0 |
| MKR GSM 1400 | Version 1.0 |
| GIGA R1 WiFi | Version 2.0 |
| Uno R4 Wifi | Version 1.0 |
| Uno R4 Wifi | Version 2.0 |
| Nano 33 IoT | Version 1.0 |
| Nano ESP32 | Version 1.0 |
| Nano RP2040 Connect | Version 1.0 |
| Portenta H7 | Version 1.0 |
| Portenta C33 | Version 1.0 |
| Portenta H7 | Version 2.0 |
| Portenta C33 | Version 2.0 |
| Portenta X8 | Version 1.0 |
| Nicla Vision | Version 1.0 |
| Opta | Version 1.0 |
| Nicla Vision | Version 2.0 |
| Opta | Version 2.0 |

If you have a board that is compatible with version 2.0 but have provisioned it with version 1.0, please have a look at the [section](#) at the end to understand how to migrate your board from 1.0 to 2.0.

### Configure Your Board

Expand All @@ -64,6 +66,7 @@ Now you have to decide how you want to set up your board with the Cloud, either
Here are the boards that are compatible with Bluetooth provisioning via a Bluetooth connection:

- [Arduino UNO R4 WiFi](https://docs.arduino.cc/hardware/uno-r4-wifi/) (WiFi firmware version 0.6.0 or later required)
- [Arduino Opta](https://docs.arduino.cc/hardware/opta/)

### Setting up Your Device With Bluetooth

Expand Down Expand Up @@ -106,3 +109,8 @@ Let's have a look at how to connect the board to a network. In the bottom left c
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)

## Migrating from version 1.0 to 2.0

If you have a board that is compatible with version 2.0 but have provisioned it previously with version 1.0 you will need to follow these steps to upgrade it.

Loading