Skip to content

Commit 5c1a673

Browse files
authored
Merge pull request #1728 from arduino/Hannes7eicher/Cloud-Feature-Docs
[MKC-1425] [MKC-1424] Add cloud to feature list
2 parents e2fb02c + 1d98e9a commit 5c1a673

File tree

5 files changed

+49
-50
lines changed

5 files changed

+49
-50
lines changed

content/hardware/01.mkr/01.boards/mkr-wifi-1010/features.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,19 @@ The MKR WiFi 1010 is a great choice for any beginner, maker or professional to g
66

77
<FeatureList>
88

9-
<Feature title="Bluetooth®" image="bluetooth">
10-
11-
Enables Bluetooth® allowing you to implement Bluetooth® in your projects.
9+
<Feature title="Arduino Cloud" image="wifi">
10+
The MKR WiFi 1010 is compatible with the Arduino Cloud platform. Build IoT projects in just minutes!
1211
<FeatureWrapper>
13-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-wifi-1010/enabling-ble"/>
14-
<FeatureLink variant="secondary" title="library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
12+
<FeatureLink title="Go to Platform" url="https://app.arduino.cc/"/>
1513
</FeatureWrapper>
1614
</Feature>
1715

18-
<Feature title="WiFi" image="wifi">
16+
<Feature title="Bluetooth®" image="bluetooth">
1917

20-
Enables WiFi allowing you to connect wirelessly to your peripherals.
18+
Enables Bluetooth® allowing you to implement Bluetooth® in your projects.
2119
<FeatureWrapper>
22-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-wifi-1010/hosting-a-webserver"/>
23-
<FeatureLink variant="secondary" title="library" url="https://www.arduino.cc/reference/en/libraries/wifinina/"/>
20+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-wifi-1010/enabling-ble"/>
21+
<FeatureLink variant="secondary" title="library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
2422
</FeatureWrapper>
2523
</Feature>
2624

content/hardware/02.hero/boards/uno-r4-wifi/features.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ The UNO R4 WiFi also features an ESP32-S3 for Wi-Fi®/Bluetooth® connectivity,
88

99
<FeatureList>
1010

11+
<Feature title="Arduino Cloud" image="wifi">
12+
The UNO R4 WiFi is compatible with the Arduino Cloud platform. Build IoT projects in just minutes!
13+
<FeatureWrapper>
14+
<FeatureLink title="Go to Platform" url="https://app.arduino.cc/"/>
15+
</FeatureWrapper>
16+
</Feature>
17+
1118
<Feature title="Cheat Sheet" image="uno-form-factor">
1219
A reference to all technical features on this board, with pointers to additional documents.
1320
<FeatureWrapper>

content/hardware/03.nano/boards/nano-33-iot/features.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,29 @@ The Arduino Nano 33 IoT is Arduino's smallest board to get started with Internet
44

55
<FeatureList>
66

7-
<Feature title="Wi-Fi®" image="wifi">
8-
9-
The board comes with Wi-Fi® connectivity and Arduino Cloud compatibility. This allows you to create IoT applications in your own projects.
7+
<Feature title="Arduino Cloud" image="wifi">
8+
The Nano 33 IoT is compatible with the Arduino Cloud platform. Build IoT projects in just minutes!
109
<FeatureWrapper>
11-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/wifi-connection"/>
12-
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/wifinina/"/>
10+
<FeatureLink title="Go to Platform" url="https://app.arduino.cc/"/>
1311
</FeatureWrapper>
1412
</Feature>
1513

1614
<Feature title="Bluetooth®" image="bluetooth">
1715

18-
The Nano 33 IoT is Bluetooth® enabled allowing you to control peripheral devices via bluetooth and start implementing Bluetooth® Low Energy applications.
16+
The Nano 33 IoT is Bluetooth® enabled allowing you to control peripheral devices via bluetooth and start implementing Bluetooth® Low Energy applications.
1917
<FeatureWrapper>
20-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/bluetooth"/>
21-
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
18+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/bluetooth"/>
19+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
2220
</FeatureWrapper>
2321
</Feature>
2422

2523
<Feature title="IMU" image="imu">
2624

27-
The Nano 33 IoT comes with an IMU (LSM6DS3), combining an accelerometer and a gyroscope. Build your own motion tracking device and implement it in your projects.
25+
The Nano 33 IoT comes with an IMU (LSM6DS3), combining an accelerometer and a gyroscope. Build your own motion tracking device and implement it in your projects.
2826
<FeatureWrapper>
29-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/imu-gyroscope"/>
30-
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/"/>
27+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/imu-gyroscope"/>
28+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/"/>
3129
</FeatureWrapper>
3230
</Feature>
3331

34-
</FeatureList>
32+
</FeatureList>

content/hardware/03.nano/boards/nano-esp32/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Learn the basics of MicroPython with the Nano ESP
1515
<Feature title="Arduino Cloud" image="wifi">
1616
The Nano ESP32 is compatible with the Arduino Cloud platform. Build IoT projects in just minutes!
1717
<FeatureWrapper>
18-
<FeatureLink title="Go to Platform" url="https://create.arduino.cc/iot/"/>
18+
<FeatureLink title="Go to Platform" url="https://app.arduino.cc/"/>
1919
</FeatureWrapper>
2020
</Feature>
2121

content/hardware/03.nano/boards/nano-rp2040-connect/features.md

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,71 +4,67 @@ The feature packed **Arduino Nano RP2040 Connect** brings the new **Raspberry Pi
44

55
</FeatureDescription>
66

7-
87
<FeatureList>
98

10-
<Feature title="Python® Support" image="python">
11-
12-
This board can be programmed using MicroPython which is an implementation of the Python® programming language that comes with a subset of the Python® standard library.
9+
<Feature title="Arduino Cloud" image="wifi">
10+
The Nano RP2040 Connect is compatible with the Arduino Cloud platform. Build IoT projects in just minutes!
1311
<FeatureWrapper>
14-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense/micropython-installation"/>
15-
<FeatureLink variant="secondary" title="Learn More" url="/learn/programming/arduino-and-python"/>
12+
<FeatureLink title="Go to Platform" url="https://app.arduino.cc/"/>
1613
</FeatureWrapper>
1714
</Feature>
1815

19-
<Feature title="Machine Learning" image="core">
16+
<Feature title="Python® Support" image="python">
2017

21-
Get started with machine learning using TinyML, TensorFlow Lite or Edge Impulse thanks to the high performance energy efficient microprocessor clocked at 133 MHz in your projects.
18+
This board can be programmed using MicroPython which is an implementation of the Python® programming language that comes with a subset of the Python® standard library.
2219
<FeatureWrapper>
23-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-imu-advanced"/>
24-
<FeatureLink variant="secondary" title="Library" url="https://github.com/stm32duino/X-NUCLEO-IKS01A3"/>
20+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense/micropython-installation"/>
21+
<FeatureLink variant="secondary" title="Learn More" url="/learn/programming/arduino-and-python"/>
2522
</FeatureWrapper>
2623
</Feature>
2724

28-
<Feature title="WiFi" image="wifi">
25+
<Feature title="Machine Learning" image="core">
2926

30-
The first and only RP2040 board with native WiFi connectivity and Arduino Cloud compatibility. Control your peripherals wirelessly and start implementing IoT and WiFi applications in your projects.
27+
Get started with machine learning using TinyML, TensorFlow Lite or Edge Impulse thanks to the high performance energy efficient microprocessor clocked at 133 MHz in your projects.
3128
<FeatureWrapper>
32-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-ap-web-server-rgb"/>
33-
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/wifinina/"/>
29+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-imu-advanced"/>
30+
<FeatureLink variant="secondary" title="Library" url="https://github.com/stm32duino/X-NUCLEO-IKS01A3"/>
3431
</FeatureWrapper>
3532
</Feature>
3633

3734
<Feature title="Omnidirectional Microphone" image="microphone">
3835

39-
The Nano RP2040 connect comes with the MP34DT06JTR microphone. It allows you to capture and analyze sound in real time and can be used to create a voice interface to control your peripherals through sound.
36+
The Nano RP2040 connect comes with the MP34DT06JTR microphone. It allows you to capture and analyze sound in real time and can be used to create a voice interface to control your peripherals through sound.
4037
<FeatureWrapper>
41-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-microphone-basics"/>
42-
<FeatureLink variant="secondary" title="Library" url="/learn/built-in-libraries/pdm"/>
38+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-microphone-basics"/>
39+
<FeatureLink variant="secondary" title="Library" url="/learn/built-in-libraries/pdm"/>
4340
</FeatureWrapper>
4441
</Feature>
4542

4643
<Feature title="Bluetooth" image="bluetooth">
4744

48-
The board is Bluetooth® enabled allowing you to control peripheral devices via bluetooth.
45+
The board is Bluetooth® enabled allowing you to control peripheral devices via bluetooth.
4946
<FeatureWrapper>
50-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-ble-device-to-device"/>
51-
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
47+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-ble-device-to-device"/>
48+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
5249
</FeatureWrapper>
5350
</Feature>
5451

5552
<Feature title="6-axis IMU" image="imu">
5653

57-
Combined accelerometer and gyroscope with a dedicated machine learning core.
54+
Combined accelerometer and gyroscope with a dedicated machine learning core.
5855
<FeatureWrapper>
59-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-imu-basics"/>
60-
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_lsm6dsox/"/>
56+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-imu-basics"/>
57+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_lsm6dsox/"/>
6158
</FeatureWrapper>
6259
</Feature>
6360

6461
<Feature title="Temperature Sensor" image="temperature-sensor">
6562

66-
The LSM6DSOX sensor also features an embedded sensor that can be accessed directly via a library.
63+
The LSM6DSOX sensor also features an embedded sensor that can be accessed directly via a library.
6764
<FeatureWrapper>
68-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-01-technical-reference#temperature"/>
69-
<FeatureLink variant="secondary" title="Library" url="/learn/built-in-libraries/pdm"/>
65+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-01-technical-reference#temperature"/>
66+
<FeatureLink variant="secondary" title="Library" url="/learn/built-in-libraries/pdm"/>
7067
</FeatureWrapper>
7168
</Feature>
7269

73-
74-
</FeatureList>
70+
</FeatureList>

0 commit comments

Comments
 (0)