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
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: 'Assembling the Enclosure Kit'
3+
difficulty: easy
4+
description: "Learn how to assemble the enclosure kit for the Edge Control"
5+
tags:
6+
- Assembly
7+
- Getting started
8+
author: 'Benjamin Dannegård'
9+
hardware:
10+
- hardware/04.pro/carriers/edge-control
11+
- hardware/04.pro/miscellaneous/enclosure-kit
12+
---
13+
14+
## Introduction
15+
16+
![The enclosure kit and Edge Control](assets/enclosure-kit.png)
17+
18+
The enclosure kit features an LCD screen on top and a perfectly fitted case for the Arduino Edge Control.
19+
20+
### Required Hardware and Software
21+
22+
- [Arduino® Edge Control](https://store.arduino.cc/products/arduino-edge-control)
23+
- [Arduino® Enclosure Kit]()
24+
25+
## Assemble the Kit
26+
27+
<video width="100%" controls="true">
28+
<source src="assets/edge-control-kit-assembly-animation.mp4" type="video/mp4"/>
29+
</video>
30+
31+
Once you got all the parts and an Edge Control, we can start with placing the Edge Control into the bottom part of the enclosure kit.
32+
33+
![First step](assets/1st.png)
34+
35+
Next place the LCD screen cover over the screen.
36+
37+
![Second step](assets/2nd.png)
38+
39+
Now place the LCD screen into the top part of the enclosure kit.
40+
41+
![Third step](assets/3rd.png)
42+
43+
To connect the screen to the carrier, plug one end of the cord into the under side of the LCD screen, the other end of the cord goes into the LCD connector on the Edge Control.
44+
45+
![Fourth step](assets/4th.png)
46+
![Fifth step](assets/5th.png)
47+
48+
Finally you can put the upper part that holds the screen on the bottom part that holds the Carrier.
49+
50+
![Last step](assets/6th.png)
51+
52+
There you go, a perfectly fitted enclosure for your Edge Control with an LCD screen!
53+
54+
55+
## Next Step
56+
57+
Now that you have your Edge Control hooked up to a LCD screen you might want to test the setup out. Feel free to take a look at our tutorials for the Arduino Edge Control.
58+
59+
- For simple getting started instructions for the Edge Control, look no further than our [Getting Started tutorial](https://docs.arduino.cc/tutorials/edge-control/ec-ard-gs)
60+
- For a more in-depth look at the Edge Control's features head on over to our [Connecting and Controlling a Motorized Ball Valve tutorial](https://docs.arduino.cc/tutorials/edge-control/ec-ard-3wirevalve)

0 commit comments

Comments
 (0)