Skip to content

Commit 5e9daf1

Browse files
steviscopolldo
authored andcommitted
Adjust LoRa section of README (#117)
1 parent 4fedb7b commit 5e9daf1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -83,23 +83,24 @@ Here are the FQBNs of the Arduino boards that can be provisioned with this comma
8383
- arduino:samd:mkrnb1500
8484
```
8585

86-
#### LoRa
86+
#### Devices with LoRaWAN connectivity
8787

88-
LoRa devices should be provisioned using a specific command.
88+
LoRaWAN devices should be provisioned using a specific command.
8989
Parameters are the same except for the additional mandatory `--frequency-plan`:
9090

9191
`$ arduino-cloud-cli device create-lora --name <deviceName> --frequency-plan <freqID> --port <port> --fqbn <deviceFqbn>`
9292

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:
9894
```
9995
- arduino:samd:mkrwan1310
10096
- arduino:samd:mkrwan1300
10197
```
10298

99+
The list of supported LoRaWAN frequency plans can be retrieved with:
100+
101+
`$ arduino-cloud-cli device list-frequency-plans`
102+
103+
103104
#### Generic device
104105

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

0 commit comments

Comments
 (0)