|
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> |
5 | 8 | </EssentialsColumn>
|
6 | 9 |
|
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. |
10 |
| - </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) |
13 |
| - </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. |
| 10 | +<EssentialsColumn title="Suggested Docs"> |
| 11 | + <EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/docker-container" title="Containers management" type="tutorial"> |
| 12 | + Containers are isolated solutions and thus they don't have to depend on your environment. Making them portable and consistent throughout development, testing and production. |
16 | 13 | </EssentialElement>
|
17 | 14 | </EssentialsColumn>
|
18 | 15 |
|
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. |
| 16 | +<EssentialsColumn title="Suggested libraries"> |
| 17 | + <EssentialElement link="https://www.arduino.cc/en/Reference/Wire" title="Arduino Wire" type="library"> |
| 18 | + The M4 processor exposes the I<sup>2</sup>C protocol, this is the "Wire" library documentation. |
22 | 19 | </EssentialElement>
|
23 |
| - <EssentialElement link="/learn" title="Learn" type="resource"> |
24 |
| - Discover interesting articles, principles and techniques related to the Arduino ecosystem. |
| 20 | + <EssentialElement link="https://www.arduino.cc/reference/en/language/functions/communication/spi/" title="Arduino SPI" type="library"> |
| 21 | + The M4 processor exposes the SPI protocol. This library allows you to communicate with SPI devices, with the Arduino as the controller device. |
25 | 22 | </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. |
| 23 | + <EssentialElement link="https://github.com/arduino/ArduinoCore-mbed/releases/latest" title="Arduino RPC" type="library"> |
| 24 | + Both M7 and M4 can communicate through remote procedure call (RPC), these are some examples using the RPC library of the Arduino Mbed Core. |
28 | 25 | </EssentialElement>
|
29 | 26 | </EssentialsColumn>
|
0 commit comments