File tree 1 file changed +18
-0
lines changed
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:
71
71
72
72
` $ arduino-cloud-cli device create --name <deviceName> --port <port> --fqbn <deviceFqbn> `
73
73
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
+
74
86
#### LoRa
75
87
76
88
LoRa devices should be provisioned using a specific command.
@@ -82,6 +94,12 @@ The list of supported LoRa frequency plans can be retrieved with:
82
94
83
95
` $ arduino-cloud-cli device list-frequency-plans `
84
96
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
+
85
103
#### Generic device
86
104
87
105
A 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