Skip to content

Commit 45175d1

Browse files
Initial product page
1 parent 559e9bf commit 45175d1

16 files changed

+396
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- iot-cloud
5+
- cloud-editor
6+
- openmv-ide
7+
hardware:
8+
boards:
9+
- portenta-c33
221 KB
Loading
42.1 KB
Loading
59.1 KB
Loading
611 KB
Loading
119 KB
Loading
147 KB
Loading

content/hardware/04.pro/shields/portenta-uwb-shield/datasheet/datasheet.md

Lines changed: 293 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
productsLibrariesMap:
3+
- wifi
4+
- arduinoble
5+
---
6+
7+
<EssentialsColumn title="First Steps">
8+
<EssentialElement link="/tutorials/portenta-uwb-shield/" title="Quickstart Guide" type="getting-started">
9+
A quick guide to installing and setting up your board with the Arduino IDE.
10+
</EssentialElement>
11+
12+
</EssentialsColumn>
13+
14+
<EssentialsColumn title="Suggested Libraries">
15+
<EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library">
16+
The complete Arduino sketches from the Pro tutorials.
17+
</EssentialElement>
18+
</EssentialsColumn>
19+
20+
<EssentialsColumn title="Arduino Basics">
21+
<EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource">
22+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
23+
</EssentialElement>
24+
<EssentialElement link="/learn" title="Learn" type="resource">
25+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
26+
</EssentialElement>
27+
<EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource">
28+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
29+
</EssentialElement>
30+
</EssentialsColumn>

0 commit comments

Comments
 (0)