Skip to content

[MKC-1425] [MKC-1424] Add cloud to feature list #1728

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 3 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions content/hardware/02.hero/boards/uno-r4-wifi/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ The UNO R4 WiFi also features an ESP32-S3 for Wi-Fi®/Bluetooth® connectivity,

<FeatureList>

<Feature title="Arduino Cloud" image="wifi">
The UNO R4 WiFi is compatible with the Arduino Cloud platform. Build IoT projects in just minutes!
<FeatureWrapper>
<FeatureLink title="Go to Platform" url="https://create.arduino.cc/iot/"/>
</FeatureWrapper>
</Feature>

<Feature title="Cheat Sheet" image="uno-form-factor">
A reference to all technical features on this board, with pointers to additional documents.
<FeatureWrapper>
Expand Down
53 changes: 29 additions & 24 deletions content/hardware/03.nano/boards/nano-rp2040-connect/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,71 +4,76 @@ The feature packed **Arduino Nano RP2040 Connect** brings the new **Raspberry Pi

</FeatureDescription>


<FeatureList>

<Feature title="Arduino Cloud" image="wifi">
The Nano RP2040 Connect is compatible with the Arduino Cloud platform. Build IoT projects in just minutes!
<FeatureWrapper>
<FeatureLink title="Go to Platform" url="https://create.arduino.cc/iot/"/>
</FeatureWrapper>
</Feature>

<Feature title="Python® Support" image="python">

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.
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.
<FeatureWrapper>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense/micropython-installation"/>
<FeatureLink variant="secondary" title="Learn More" url="/learn/programming/arduino-and-python"/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense/micropython-installation"/>
<FeatureLink variant="secondary" title="Learn More" url="/learn/programming/arduino-and-python"/>
</FeatureWrapper>
</Feature>

<Feature title="Machine Learning" image="core">

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.
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.
<FeatureWrapper>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-imu-advanced"/>
<FeatureLink variant="secondary" title="Library" url="https://github.com/stm32duino/X-NUCLEO-IKS01A3"/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-imu-advanced"/>
<FeatureLink variant="secondary" title="Library" url="https://github.com/stm32duino/X-NUCLEO-IKS01A3"/>
</FeatureWrapper>
</Feature>

<Feature title="WiFi" image="wifi">

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.
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.
<FeatureWrapper>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-ap-web-server-rgb"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/wifinina/"/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-ap-web-server-rgb"/>
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/wifinina/"/>
</FeatureWrapper>
</Feature>

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

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.
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.
<FeatureWrapper>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-microphone-basics"/>
<FeatureLink variant="secondary" title="Library" url="/learn/built-in-libraries/pdm"/>
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-rp2040-connect/rp2040-microphone-basics"/>
<FeatureLink variant="secondary" title="Library" url="/learn/built-in-libraries/pdm"/>
</FeatureWrapper>
</Feature>

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

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

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

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

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

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


</FeatureList>
</FeatureList>