From 708535058479245a891e7411cc1f5c6da18ef0a6 Mon Sep 17 00:00:00 2001 From: Paolo Calao Date: Mon, 22 Aug 2022 15:49:53 +0200 Subject: [PATCH] Update README with supported arduino boards --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index e7983c9f..4900e174 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,18 @@ Use this command to provision a device: `$ arduino-cloud-cli device create --name --port --fqbn ` +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. @@ -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.