Skip to content

Commit 34bb06a

Browse files
authored
Merge pull request #318 from arduino/sync/marqdevx/enclosure-kit/product-page
Add Edge Control Enclosure Kit Product Page [PC-896]
2 parents 349c487 + 35bb3ad commit 34bb06a

File tree

17 files changed

+247
-0
lines changed

17 files changed

+247
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Miscellaneous
3+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- iot-cloud
5+
- web-editor
6+
hardware:
7+
boards:
8+
- edge-control
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 link="tutorials/edge-control/ec-ard-gs" title="Edge Control Quickstart Guide" type="getting-started">
3+
A quick guide to installing the Edge Control with the Arduino IDE.
4+
</EssentialElement>
5+
6+
</EssentialsColumn>
7+
8+
<EssentialsColumn title="Suggested Libraries">
9+
<EssentialElement link="https://github.com/arduino-libraries/Arduino_EdgeControl" title="Arduino Edge Control" type="library">
10+
The official Arduino Library for the Edge Control.
11+
</EssentialElement>
12+
<EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Edge Control" type="library">
13+
The complete Arduino sketches from the Pro tutorials.
14+
</EssentialElement>
15+
</EssentialsColumn>
16+
17+
<EssentialsColumn title="Arduino Basics">
18+
<EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource">
19+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
20+
</EssentialElement>
21+
<EssentialElement link="/learn" title="Learn" type="resource">
22+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
23+
</EssentialElement>
24+
<EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource">
25+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
26+
</EssentialElement>
27+
</EssentialsColumn>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<FeatureDescription>
2+
3+
Thanks to its form factor, it can be attached to a Din Rail mount system, providing a quick access to all the I/O ‘s.
4+
5+
</FeatureDescription>
6+
7+
8+
<FeatureList>
9+
10+
<Feature title="Enclosure temperature" image="temperature-sensor">
11+
12+
The Edge Control Enclosure Kit is operating at industrial temperature ranges (-40 °C to +85 °C) that doesn’t require any external cooling.
13+
14+
</Feature>
15+
16+
<Feature title="Enclosure IP standard" image="world-map">
17+
The cover provides IP40 which protects the Mounted (Not included) Edge Control protection against solid objects over 1mm.
18+
19+
Note: Does not protect against Moisture.
20+
</Feature>
21+
22+
<Feature title="Breakout LCD display + Push Button" image="hw-pin">
23+
24+
The Kit includes a breakout board with a LCD display (NDS1602A) and a Push-button so you can display data and characters in the 2x16 LCD display and also interact with the device with the pus-button.
25+
26+
Note: Included coverage for the LCD display, with a fixed assembly on the device cover. (See pictures)
27+
28+
</Feature>
29+
30+
31+
</FeatureList>
Lines changed: 86 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Edge Control Enclosure Kit
3+
url_shop: https://store.arduino.cc/edge-control-enclosure-kit
4+
core: arduino:mbed_portenta
5+
---
6+
7+
The edge control Enclosure kit provides a full enclosure for the Edge control.
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 Edge Control Enclosure Kit.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Kit:
2+
Name: Arduino® Edge Control Enclosure Kit
3+
SKU: AKX00031
4+
Standards:
5+
Ingress Protection: IP40
6+
Mounting System: DIN rail
7+
Operating Temperatures:
8+
Min: -40º C (104º F)
9+
Max: 85º C (185º F)
10+
Weight: 165 g
11+
Dimensions:
12+
Width: 11 mm
13+
Length: 9 mm
14+
Height: 6 mm
15+
Included components:
16+
Breakout:
17+
LCD:
18+
ID: NDS1602A
19+
Rows: 2
20+
Columns: 16
21+
Push-button:
22+
Included
23+
Flat cable: IDC Cable wired both Display and Push-button
24+
Not included: Edge Control

0 commit comments

Comments
 (0)