Skip to content

Commit f701d13

Browse files
authored
Merge pull request #215 from arduino/sync/sebromero/max-carrier-launch
Add Max Carrier documentation for product launch [PC-849]
2 parents 04d309b + 8c0abbf commit f701d13

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+7407
-704
lines changed

Power_Tree_Max_Carrier.svg

Lines changed: 91 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
software:
2+
- arduino-ide-v1
3+
- arduino-ide-v2
4+
- arduino-cli
5+
- iot-cloud
6+
- web-editor
7+
hardware:
8+
boards:
9+
- portenta-h7
10+
- portenta-h7-lite
11+
- portenta-h7-lite-connected
12+
- portenta-x8
Loading

content/hardware/04.pro/carriers/portenta-max-carrier/datasheet/assets/maxCarrierBlockDiagram.svg

Lines changed: 219 additions & 0 deletions
Loading

content/hardware/04.pro/carriers/portenta-max-carrier/datasheet/assets/maxCarrierPowerTree.svg

Lines changed: 90 additions & 0 deletions
Loading

content/hardware/04.pro/carriers/portenta-max-carrier/datasheet/datasheet.md

Lines changed: 502 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<EssentialsColumn title="First Steps">
2+
<EssentialElement link="/tutorials/portenta-max-carrier/getting-started" title="Quickstart Guide" type="getting-started">
3+
A quick guide to installing your board with the Arduino IDE.
4+
</EssentialElement>
5+
</EssentialsColumn>
6+
7+
<EssentialsColumn title="Suggested Libraries">
8+
<EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoBLE" title="Arduino BLE" type="library">
9+
Bluetooth 4.0 includes both traditional Bluetooth, now labeled "Bluetooth Classic", and the Bluetooth Low Energy (Bluetooth LE, or BLE)
10+
</EssentialElement>
11+
<EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library">
12+
The complete Arduino sketches from the Pro tutorials.
13+
</EssentialElement>
14+
<EssentialElement link="https://www.arduino.cc/en/reference/audio" title="Arduino Audio library" type="library">
15+
Read files and/or output sound.
16+
</EssentialElement>
17+
<EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoRS485" title="Arduino RS485 library" type="library">
18+
Enables sending and receiving data using the RS485 standard.
19+
</EssentialElement>
20+
</EssentialsColumn>
21+
22+
<EssentialsColumn title="Arduino Basics">
23+
<EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource">
24+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
25+
</EssentialElement>
26+
<EssentialElement link="/learn" title="Learn" type="resource">
27+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
28+
</EssentialElement>
29+
<EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource">
30+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
31+
</EssentialElement>
32+
</EssentialsColumn>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<FeatureDescription>
2+
3+
The **Portenta Max Carrier** includes a wide range of features to give you flexibility in designing your next intelligent kiosk or edge computer powerhouse. Always stay connected with different connectivity options.
4+
5+
</FeatureDescription>
6+
7+
<FeatureList>
8+
<Feature title="Portenta Powered" image="mkr-form-factor">
9+
The Portenta Max Carrier expands upon the computational capabilities of the Portenta X8.
10+
<FeatureLink title="Read More" url="/hardware/portenta-x8" />
11+
</Feature>
12+
13+
<Feature title="Cellular Connectivity" image="connection">
14+
Enable 4G, Cat-M1, NB-IoT and LoRa® connectivity in your Industry 4.0 solution. Send and receive texts, or communicate via internet protocols including TCP, UDP and HTTPS.
15+
<FeatureLink title="Read More" url="https://content.arduino.cc/assets/Arduino_SARA-R4_DataSheet_%28UBX-16024152%29.pdf" download/>
16+
</Feature>
17+
18+
<Feature title="Coverage" image="world-map">
19+
NB-IoT and LTE-M coverage includes many regions, such as Europe, North & South America and large parts of Asia.
20+
<FeatureLink title="Link to map" url="https://www.gsma.com/iot/deployment-map/"/>
21+
</Feature>
22+
23+
<Feature title="Connectivity" image="connection">
24+
Access a wide range of I/O including high density connectors, Gigabit Ethernet, mini PCIe (PCI Express), 3.5mm audio in/out as well as Serial RS232/422/485
25+
</Feature>
26+
27+
<Feature title="Debugging" image="mcu">
28+
Make solutions faster with the in application Black Magic probe debugger.
29+
</Feature>
30+
31+
<Feature title="Li-ion battery" image="power">
32+
The Portenta Max Carrier includes an onboard 18650 Li-ion/LiPo battery holder and power management circuitry.
33+
</Feature>
34+
35+
</FeatureList>

content/hardware/04.pro/carriers/portenta-max-carrier/image.svg

Lines changed: 1 addition & 0 deletions
Loading
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Portenta Max Carrier
3+
url_shop: https://store.arduino.cc/portenta-max-carrier
4+
url_guide: /tutorials/portenta-max-carrier/getting-started
5+
core: arduino:mbed_portenta
6+
---
7+
8+
Transform your Portenta board to a edge computer solution with the Portenta Max Carrier.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is the technical specifications for the Portenta Max Carrier. Not all functionality is supported on the Portenta H7.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Board:
2+
Name: Arduino® Portenta Max Carrier
3+
SKU: ABX00043
4+
Audio:
5+
Mic: 3.5 mm
6+
Line in: 3.5 mm
7+
Headphone: 3.5 mm headphone output
8+
Speaker: "Speaker connector (Grove format)"
9+
Connectivity:
10+
Cellular module: SARA-R412M-02B (4G/Cat-M1/NBIoT)
11+
LoRa® module: Murata CMWX1ZZABZ-078 LoRa® module
12+
Ethernet: 1x Gigabit Ethernet connector (RJ45)
13+
SIM: 2x nano SIM card module
14+
Connectors:
15+
CAN-BUS: RJ11
16+
Serial: RS232/422/485 RJ12
17+
USB host: 2x USB 2.0
18+
PCIe: mini PCIe with removable posts
19+
Power:
20+
Input voltage: 6-36 V
21+
Operating logic level: 3.3V/5V
22+
Battery Support: 3.7V 18650 Li-ion/LiPo
23+
Memory:
24+
Removable media: 1x microSD
25+
Dimensions:
26+
Weight: 85 gr
27+
Width: 101.6 mm
28+
Length: 101.6 mm

content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/catM1-and-NBIoT/assets/Connect-H7-to-Max-carrier.svg

Lines changed: 2871 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)