Skip to content

Commit 7275bee

Browse files
committed
Update README with supported arduino boards (#114)
1 parent 2e038ca commit 7275bee

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: README.md

+18
Original file line numberDiff line numberDiff 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

7688
LoRa 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

87105
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)