File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -83,23 +83,24 @@ Here are the FQBNs of the Arduino boards that can be provisioned with this comma
83
83
- arduino:samd:mkrnb1500
84
84
```
85
85
86
- #### LoRa
86
+ #### Devices with LoRaWAN connectivity
87
87
88
- LoRa devices should be provisioned using a specific command.
88
+ LoRaWAN devices should be provisioned using a specific command.
89
89
Parameters are the same except for the additional mandatory ` --frequency-plan ` :
90
90
91
91
` $ arduino-cloud-cli device create-lora --name <deviceName> --frequency-plan <freqID> --port <port> --fqbn <deviceFqbn> `
92
92
93
- The list of supported LoRa frequency plans can be retrieved with:
94
-
95
- ` $ arduino-cloud-cli device list-frequency-plans `
96
-
97
- Here are the FQBNs of the Arduino boards that can be provisioned with this command:
93
+ Here are the FQBNs of the Arduino boards supporting LoRaWAN communication that can be provisioned with this command:
98
94
```
99
95
- arduino:samd:mkrwan1310
100
96
- arduino:samd:mkrwan1300
101
97
```
102
98
99
+ The list of supported LoRaWAN frequency plans can be retrieved with:
100
+
101
+ ` $ arduino-cloud-cli device list-frequency-plans `
102
+
103
+
103
104
#### Generic device
104
105
105
106
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