Skip to content

Commit 1585fb4

Browse files
authored
Merge pull request #23 from arduino/sebromero/portenta-x8-pp-draft
Portenta X8 Dummy Product page
2 parents de841e6 + 9b61960 commit 1585fb4

File tree

3 files changed

+83
-0
lines changed

3 files changed

+83
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<EssentialsColumn title="First Steps">
2+
<EssentialElement title="Quickstart Guide" type="getting-started">
3+
A quick guide to installing your board with the Arduino IDE.
4+
</EssentialElement>
5+
6+
</EssentialsColumn>
7+
8+
<EssentialsColumn title="Suggested Libraries">
9+
<EssentialElement link="https://www.arduino.cc/en/Reference/WiFi" title="WiFi" type="library">
10+
The WiFi library is designed to use the Murata 1DX module, which allows your Arduino to connect to the Internet.
11+
</EssentialElement>
12+
13+
<EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoBLE" title="Arduino BLE" type="library">
14+
Bluetooth 4.0 includes both traditional Bluetooth, now labeled "Bluetooth Classic", and the Bluetooth Low Energy (Bluetooth LE, or BLE)
15+
</EssentialElement>
16+
17+
<EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library">
18+
The complete Arduino sketches from the Pro tutorials.
19+
</EssentialElement>
20+
21+
</EssentialsColumn>
22+
23+
<EssentialsColumn title="Arduino Basics">
24+
<EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource">
25+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
26+
</EssentialElement>
27+
<EssentialElement link="/learn" title="Learn" type="resource">
28+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
29+
</EssentialElement>
30+
<EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource">
31+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
32+
</EssentialElement>
33+
</EssentialsColumn>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<FeatureDescription>
2+
3+
The **Portenta H7** simultaneously runs high level code along with real time tasks. The design includes two processors that can run tasks in parallel. For example, is possible to execute Arduino compiled code along with MicroPython one, and have both cores to communicate with one another. The Portenta functionality is two-fold, it can either be running like any other embedded microcontroller board, or as the main processor of an embedded computer. For example, use the **Portenta Vision Shield** to transform your H7 into an industrial camera capable of performing real time machine learning algorithms on live video feeds
4+
5+
</FeatureDescription>
6+
7+
8+
<FeatureList>
9+
<Feature title="Portenta H7 Microcontroller" image="nano-form-factor">
10+
11+
The Portenta H7 allows for programming with high-level languages and AI while performing low-latency operations on its customizable hardware.
12+
13+
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Datasheet-Portenta-H7.pdf" download blank/>
14+
</Feature>
15+
16+
<Feature title="STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU" image="mcu">
17+
18+
H7's main processor is the dual core STM32H747 including a Cortex® M7 running at 480 MHz and a Cortex® M4 running at 240 MHz. The two cores communicate via a Remote Procedure Call mechanism that allows calling functions on the other processor seamlessly.
19+
20+
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Arduino-Portenta-H7_Datasheet_stm32h747xi.pdf" download/>
21+
</Feature>
22+
23+
<Feature title="Murata 1DX dual WiFi and Bluetooth 5.1" image="wifi-bluetooth">
24+
25+
The onboard wireless module allows to simultaneously manage WiFi and Bluetooth® connectivity.
26+
27+
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Arduino-Portenta-H7_Datasheet_Murata-1dx.pdf" download blank/>
28+
</Feature>
29+
30+
<Feature title="Chrom-ART graphical hardware Accelerator™" image="mcu">
31+
32+
Probably one of the most exciting features of the Portenta H7 is the possibility of connecting an external monitor to build your own dedicated embedded computer with a user interface. This is possible thanks to the STM32H747 processor's on-chip GPU, the Chrom-ART Accelerator™. Besides the GPU, the chip includes a dedicated JPEG encoder and decoder.
33+
34+
</Feature>
35+
36+
<Feature title="Special Configuration Request" image="configurability">
37+
38+
The Portenta H7 is a highly configurable design, it is possible to order boards with different configurations of memory, crypto chip, antenna, etc. These request will be channeled through Arduino's sales team and will require a minimum amount order. We recommend you try the default H7 configuration and if you need specific features for your solution, then contact us to discuss the terms.
39+
40+
</Feature>
41+
42+
</FeatureList>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Portenta X8
3+
url_shop: https://store.arduino.cc/portenta-x8
4+
url_guide: /software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta
5+
core: arduino:mbed_portenta
6+
---
7+
8+
TBD

0 commit comments

Comments
 (0)