Skip to content

Commit acd080f

Browse files
authored
Merge pull request #619 from arduino/mcmchris/portenta-mid-carrier/product-page
[PC-1500] Portenta Mid Carrier Product Page
2 parents 3ab85c9 + 22ee77b commit acd080f

File tree

7 files changed

+1233
-18
lines changed

7 files changed

+1233
-18
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- iot-cloud
5+
- web-editor
6+
hardware:
7+
boards:
8+
- portenta-x8
9+
- portenta-h7
10+
- portenta-h7-lite
11+
- portenta-h7-lite-connected
12+
- portenta-c33
13+
- 4g-module-emea
14+
- 4g-module-global
15+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<EssentialsColumn title="First Steps">
2+
<EssentialElement title="Portenta Mid Carrier User Manual" type="getting-started" link="/tutorials/portenta-mid-carrier/user-manual">
3+
A full guide to the basics of the Portenta Mid Carrier.
4+
</EssentialElement>
5+
<EssentialElement title="Portenta X8 User Manual" type="getting-started" link="/tutorials/portenta-x8/user-manual">
6+
A full guide to the basics 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>
11+
</EssentialsColumn>
12+
13+
<EssentialsColumn title="Suggested Repositories">
14+
<EssentialElement link="https://github.com/arduino/portenta-containers" title="Portenta X8 containers" type="article">
15+
Some container examples of Portenta X8. These containers are accessible through your Foundries.io factory.
16+
</EssentialElement>
17+
</EssentialsColumn>
18+
19+
<EssentialsColumn title="Suggested Resources">
20+
<EssentialElement title="Latest Portenta X8 Firmware" type="library" link="https://downloads.arduino.cc/portentax8image/image-latest.tar.gz">
21+
Latest Portenta X8 Firmware for stable operation with the Portenta Mid Carrier.
22+
</EssentialElement>
23+
<EssentialElement title="Docker Hub for the Portenta X8" type="library" link="https://hub.docker.com/u/arduino">
24+
Docker Hub to access the collection of containers for the Portenta X8.
25+
</EssentialElement>
26+
</EssentialsColumn>
27+
Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
<FeatureDescription>
22

3-
The carrier grants easy access to an array of peripherals, from Raspberry Pi® Hats thanks to its Raspberry Pi® like 40-Pin header connector, to CAN, Ethernet, microSD, USB, camera, and analog input and output ports. Its design is further enhanced with dedicated pins for efficient debugging and PWM fan connector.
3+
The carrier grants easy access to an array of peripherals, from Mini PCIe, to CAN, Ethernet, microSD, USB, camera, displays and analog input and output ports. Its design is further enhanced with dedicated pins for efficient debugging and full access to the SoM interfaces.
4+
45
</FeatureDescription>
56

67

78
<FeatureList>
89

9-
<Feature title="Raspberry Pi® Hats" image="mega-form-factor">
10-
11-
Thanks to its 40-Pin Raspberry like connector the Portenta Hat Carrier is compatible with most of the Raspberry Pi® Hats available on the market.
12-
13-
</Feature>
14-
1510
<Feature title="Linux Powered" image="core">
1611

1712
The Portenta X8, powered by Linux, is the perfect fit for this carrier, expanding its accessibility and interfacing options.
@@ -24,38 +19,42 @@
2419

2520
</Feature>
2621

27-
<Feature title="MIPI Camera Connector" image="camera">
22+
<Feature title="Pro 4G Module" image="cellular">
2823

29-
The Portenta Hat Carrier allows rapid development of machine vision applications thanks to the Portenta X8 and the MIPI CSI camera connector.
24+
Expand your solutions connectivity with the Pro 4G Module, designed in the mPCIE format, this device features fast and reliable LTE connectivity, supporting 4G, 3G and 2G. Also supporting GNSS for global positioning and fleet management.
25+
26+
</Feature>
27+
28+
<Feature title="Camera Connectors" image="camera">
29+
30+
The Portenta Mid Carrier enables rapid development of machine vision applications thanks to the Portenta X8/H7 and the two camera connectors (MIPI and Arducam).
3031

3132
</Feature>
3233

3334

3435
<Feature title="CAN Bus" image="communication">
3536

36-
The Portenta Hat Carrier provides a high-speed CAN FD transceiver that allows CAN bus communication connections.
37+
The Portenta Mid Carrier provides a high-speed CAN FD transceiver that enables CAN bus communication connections. In addition, it integrates a second CAN interface available without an onboard transceiver.
3738

3839
</Feature>
3940

4041
<Feature title="Connectivity" image="connection">
4142

42-
Access a wide range of I/O with the Portenta Hat Carrier headers, including Ethernet, USB, Analog I/O, PWM, I2S, I2C, SPI and a CANBus port.
43+
Access a wide range of I/O with the Portenta Mid Carrier headers, including Ethernet, USB, Analog I/O, SPDIF, PDM, SAI, UART, PWM, I2S, I2C, SPI, CANBus and a JTAG connector for easy debugging.
4344

4445
</Feature>
4546

46-
<Feature title="MicroSD Card Slot" image="file-icon">
47+
<Feature title="Mini PCIe Connector" image="connection">
4748

48-
The Portenta Hat Carrier microSD card slot can be used for data logging and media operations.
49+
The Portenta SOM potentiates the possibility of adding mPCIe modules leveraging the available USB, UART and SIM connectivities through this port. A perfect feature for cellular modules among others.
4950

5051
</Feature>
5152

53+
<Feature title="MicroSD Card Slot" image="sim-card">
5254

53-
<Feature title="JTAG connector" image="hw-pin">
54-
55-
The Portenta Hat Carrier allows for easy debugging through the JTAG connector.
55+
The Portenta Mid Carrier microSD card slot can be used for data logging and media operations.
5656

5757
</Feature>
5858

59-
</FeatureList>
60-
6159

60+
</FeatureList>

0 commit comments

Comments
 (0)