Skip to content

Update README with supported arduino boards #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ Use this command to provision a device:

`$ arduino-cloud-cli device create --name <deviceName> --port <port> --fqbn <deviceFqbn>`

Here are the FQBNs of the Arduino boards that can be provisioned with this command:
```
- arduino:samd:nano_33_iot
- arduino:samd:mkrwifi1010
- arduino:mbed_nano:nanorp2040connect
- arduino:mbed_portenta:envie_m7
- arduino:mbed_nicla:nicla_vision
- arduino:samd:mkr1000
- arduino:samd:mkrgsm1400
- arduino:samd:mkrnb1500
```

#### LoRa

LoRa devices should be provisioned using a specific command.
Expand All @@ -82,6 +94,12 @@ The list of supported LoRa frequency plans can be retrieved with:

`$ arduino-cloud-cli device list-frequency-plans`

Here are the FQBNs of the Arduino boards that can be provisioned with this command:
```
- arduino:samd:mkrwan1310
- arduino:samd:mkrwan1300
```

#### Generic device

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