File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,18 @@ Use this command to provision a device:
7171
7272` $ arduino-cloud-cli device create --name <deviceName> --port <port> --fqbn <deviceFqbn> `
7373
74+ Here are the FQBNs of the Arduino boards that can be provisioned with this command:
75+ ```
76+ - arduino:samd:nano_33_iot
77+ - arduino:samd:mkrwifi1010
78+ - arduino:mbed_nano:nanorp2040connect
79+ - arduino:mbed_portenta:envie_m7
80+ - arduino:mbed_nicla:nicla_vision
81+ - arduino:samd:mkr1000
82+ - arduino:samd:mkrgsm1400
83+ - arduino:samd:mkrnb1500
84+ ```
85+
7486#### LoRa
7587
7688LoRa devices should be provisioned using a specific command.
@@ -82,6 +94,12 @@ The list of supported LoRa frequency plans can be retrieved with:
8294
8395` $ arduino-cloud-cli device list-frequency-plans `
8496
97+ Here are the FQBNs of the Arduino boards that can be provisioned with this command:
98+ ```
99+ - arduino:samd:mkrwan1310
100+ - arduino:samd:mkrwan1300
101+ ```
102+
85103#### Generic device
86104
87105A generic device is like a virtual device that doesn't need to be attached to an actual physical board.
You can’t perform that action at this time.
0 commit comments