Skip to content

Commit 0decce2

Browse files
Added skeleton for product page
1 parent 5d34c29 commit 0decce2

File tree

6 files changed

+127
-0
lines changed

6 files changed

+127
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- web-editor
5+
hardware:
6+
boards: ~
7+
carriers: ~
8+
shields:
9+
- 4-relays-shield
10+
- motor-shield-rev3
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
10+
<EssentialElement link="https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries" title="Mbed Core Libraries" type="library">
11+
A list of libraries that come bundled with the Mbed core.
12+
</EssentialElement>
13+
14+
<EssentialElement link="" title="" type="library">
15+
16+
</EssentialElement>
17+
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>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<FeatureDescription>
2+
3+
The GIGA R1 WiFi comes with a USB-C® connector for programming, communication and HID functionality, a USB-A connector for connecting devices such as USB sticks and keyboards. It features a 3.5 mm audio jack for connecting speakers, microphones etc. Dedicated camera & display connectors are located at the top of the board, which can also be connected from underneath.
4+
5+
With a fast dual core microcontroller (480MHz / 240MHz), 76 GPIOs, several communication buses, you can build large projects using the GIGA R1 WiFi as a base. The GIGA R1 WiFi also comes equipped with a radio module, crypto chip and an antenna.
6+
7+
</FeatureDescription>
8+
9+
<FeatureList>
10+
11+
<Feature title="Cheat Sheet" image="mega-form-factor">
12+
A reference to all technical features on this board, with pointers to additional documents.
13+
<FeatureLink title="Cheat Sheet" url="/tutorials/giga-r1-wifi/cheat-sheet"/>
14+
</Feature>
15+
16+
<Feature title="3.97” 480x800 RGB touch screen." image="">
17+
18+
<FeatureLink title="" url=""/>
19+
</Feature>
20+
21+
<Feature title="Arducam 20 pin camera connector / GC2145" image="">
22+
23+
<FeatureLink title="" url=""/>
24+
</Feature>
25+
26+
<Feature title="MP34DT06JTR Digital microphone" image="microphone">
27+
28+
<FeatureLink title="" url=""/>
29+
</Feature>
30+
31+
<Feature title="Bosch BMI270 6 Axis IMU" image="IMU">
32+
33+
34+
<FeatureLink title="" url=""/>
35+
</Feature>
36+
37+
<Feature title="High density connector for Portenta" image="">
38+
39+
<FeatureLink title="" url=""/>
40+
</Feature>
41+
42+
</FeatureList>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: GIGA Display Shield
3+
url_shop: https://store.arduino.cc/
4+
url_guide: /tutorials/giga-r1-wifi/giga-getting-started
5+
core: arduino:mbed_giga
6+
---
7+
8+
The **GIGA Display Shield** is a touch screen solution for quickly and easily deploy UI to your Giga R1 or Portenta based projects.
9+
Featuring a 3.97” 480x800 RGB touch screen. Arducam 20 pin camera connector / GC2145. Digital microphone (MP34DT06JTR). 6 Axis IMU (Bosch BMI270). High density connector for Portenta
10+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Here you will find the technical specifications for the Arduino® GIGA Display Shield.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Board:
2+
Name: Arduino® GIGA Display Shield
3+
SKU:
4+
Microcontroller:
5+
USB:
6+
USB-C:
7+
USB-A:
8+
Pins:
9+
Digital I/O Pins:
10+
Analog input pins:
11+
DAC:
12+
PWM pins:
13+
Misc:
14+
Communication:
15+
UART:
16+
I2C:
17+
SPI:
18+
CAN:
19+
Connectors:
20+
Camera:
21+
Display:
22+
Audio Jack:
23+
Power:
24+
Circuit operating voltage:
25+
Input voltage (VIN):
26+
DC Current per I/O Pin:
27+
Clock speed:
28+
Main core:
29+
Second core:
30+
Memory:
31+
STM32H747XI:
32+
Dimensions:
33+
Width:
34+
Length:

0 commit comments

Comments
 (0)