Skip to content

Portenta X8: Fix esssentials #256

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
Jul 7, 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
37 changes: 20 additions & 17 deletions content/hardware/04.pro/boards/portenta-x8/essentials.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
<EssentialsColumn title="First Steps">
<EssentialElement title="Quickstart Guide" type="getting-started">
<EssentialElement title="Quickstart Guide" type="getting-started" link="http://docs.arduino.cc/tutorials/portenta-x8/out-of-the-box">
A quick guide to installing your board with the Arduino IDE.
</EssentialElement>
<EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/x8-fundamentals" title="Fundamentals of Portenta X8" type="tutorial">
This article contains information about the fundamental concepts of the Portenta X8.
</EssentialElement>
<EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/docker-container" title="Containers management" type="tutorial">
Tutorial to learn how to manage docker containers with the Portenta X8.
</EssentialElement>
</EssentialsColumn>

<EssentialsColumn title="Suggested Libraries">
<EssentialElement link="https://www.arduino.cc/en/Reference/WiFi" title="WiFi" type="library">
The WiFi library is designed to use the Murata 1DX module, which allows your Arduino to connect to the Internet.
<EssentialsColumn title="Suggested Repositories">
<EssentialElement link="https://github.com/arduino/portenta-containers" title="Portenta X8 containers" type="article">
Some containers examples for Portenta X8, this containers are accessible through your Foundries.io factory.
</EssentialElement>
<EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoBLE" title="Arduino BLE" type="library">
Bluetooth 4.0 includes both traditional Bluetooth, now labeled "Bluetooth Classic", and Bluetooth Low Energy (Bluetooth LE, or BLE)
<EssentialElement link="https://github.com/arduino/lmp-manifest/releases" title="OS Images" type="tutorial">
Releases section from the lmp-manifest repo, lists all the builds also available on the Foundries.io factory.
</EssentialElement>
<EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library">
The complete Arduino sketches from the Pro tutorials.
<EssentialElement link="https://github.com/arduino/lmp-manifest" title="Manifest repository" type="article">
This repository contains a Repo manifest and setup scripts for the Linux microPlatform build system. If you want to modify, extend or port Linux microPlatform to a new hardware platform, this is the manifest repository to use.
</EssentialElement>
</EssentialsColumn>

<EssentialsColumn title="Arduino Basics">
<EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource">
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
</EssentialElement>
<EssentialElement link="/learn" title="Learn" type="resource">
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
<EssentialsColumn title="Suggested libraries">
<EssentialElement link="https://www.arduino.cc/en/Reference/Wire" title="Arduino Wire" type="library">
The M4 processor exposes the I<sup>2</sup>C protocol, this is the "Wire" library documentation.
</EssentialElement>
<EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource">
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
<EssentialElement link="https://www.arduino.cc/reference/en/language/functions/communication/spi/" title="Arduino SPI" type="library">
The M4 processor exposes the SPI protocol. This library allows you to communicate with SPI devices, with the Arduino as the controller device.
</EssentialElement>
</EssentialsColumn>