Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ Use this command to provision a device:

`$ arduino-cloud-cli device create --name <deviceName> --port <port> --fqbn <deviceFqbn>`

Here are the FQBNs of the Arduino boards that can be provisioned with this command:
```
- arduino:samd:nano_33_iot
- arduino:samd:mkrwifi1010
- arduino:mbed_nano:nanorp2040connect
- arduino:mbed_portenta:envie_m7
- arduino:mbed_nicla:nicla_vision
- arduino:samd:mkr1000
- arduino:samd:mkrgsm1400
- arduino:samd:mkrnb1500
```

#### LoRa

LoRa devices should be provisioned using a specific command.
Expand All @@ -82,6 +94,12 @@ The list of supported LoRa frequency plans can be retrieved with:

`$ arduino-cloud-cli device list-frequency-plans`

Here are the FQBNs of the Arduino boards that can be provisioned with this command:
```
- arduino:samd:mkrwan1310
- arduino:samd:mkrwan1300
```

#### Generic device

A generic device is like a virtual device that doesn't need to be attached to an actual physical board.
Expand Down