|
1 | 1 | <EssentialsColumn title="First Steps">
|
2 |
| - <EssentialElement title="Quickstart Guide" type="getting-started"> |
| 2 | + <EssentialElement title="Quickstart Guide" type="getting-started" link="http://docs.arduino.cc/tutorials/portenta-x8/out-of-the-box"> |
3 | 3 | A quick guide to installing your board with the Arduino IDE.
|
4 | 4 | </EssentialElement>
|
| 5 | + <EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/x8-fundamentals" title="Fundamentals of Portenta X8" type="tutorial"> |
| 6 | + This article contains information about the fundamental concepts of the Portenta X8. |
| 7 | + </EssentialElement> |
| 8 | + <EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/docker-container" title="Containers management" type="tutorial"> |
| 9 | + Tutorial to learn how to manage docker containers with the Portenta X8. |
| 10 | + </EssentialElement> |
5 | 11 | </EssentialsColumn>
|
6 |
| - |
7 |
| -<EssentialsColumn title="Suggested Libraries"> |
8 |
| - <EssentialElement link="https://www.arduino.cc/en/Reference/WiFi" title="WiFi" type="library"> |
9 |
| - The WiFi library is designed to use the Murata 1DX module, which allows your Arduino to connect to the Internet. |
| 12 | + |
| 13 | +<EssentialsColumn title="Suggested Repositories"> |
| 14 | + <EssentialElement link="https://github.com/arduino/portenta-containers" title="Portenta X8 containers" type="article"> |
| 15 | + Some containers examples for Portenta X8, this containers are accessible through your Foundries.io factory. |
10 | 16 | </EssentialElement>
|
11 |
| - <EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoBLE" title="Arduino BLE" type="library"> |
12 |
| - Bluetooth 4.0 includes both traditional Bluetooth, now labeled "Bluetooth Classic", and Bluetooth Low Energy (Bluetooth LE, or BLE) |
| 17 | + <EssentialElement link="https://github.com/arduino/lmp-manifest/releases" title="OS Images" type="tutorial"> |
| 18 | + Releases section from the lmp-manifest repo, lists all the builds also available on the Foundries.io factory. |
13 | 19 | </EssentialElement>
|
14 |
| - <EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library"> |
15 |
| - The complete Arduino sketches from the Pro tutorials. |
| 20 | + <EssentialElement link="https://github.com/arduino/lmp-manifest" title="Manifest repository" type="article"> |
| 21 | + 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. |
16 | 22 | </EssentialElement>
|
17 | 23 | </EssentialsColumn>
|
18 | 24 |
|
19 |
| -<EssentialsColumn title="Arduino Basics"> |
20 |
| - <EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource"> |
21 |
| - Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands. |
22 |
| - </EssentialElement> |
23 |
| - <EssentialElement link="/learn" title="Learn" type="resource"> |
24 |
| - Discover interesting articles, principles and techniques related to the Arduino ecosystem. |
| 25 | +<EssentialsColumn title="Suggested libraries"> |
| 26 | + <EssentialElement link="https://www.arduino.cc/en/Reference/Wire" title="Arduino Wire" type="library"> |
| 27 | + The M4 processor exposes the I<sup>2</sup>C protocol, this is the "Wire" library documentation. |
25 | 28 | </EssentialElement>
|
26 |
| - <EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource"> |
27 |
| - Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure. |
| 29 | + <EssentialElement link="https://www.arduino.cc/reference/en/language/functions/communication/spi/" title="Arduino SPI" type="library"> |
| 30 | + The M4 processor exposes the SPI protocol. This library allows you to communicate with SPI devices, with the Arduino as the controller device. |
28 | 31 | </EssentialElement>
|
29 | 32 | </EssentialsColumn>
|
0 commit comments