Skip to content

[PC-1471] Edge Control Maintenance 2 #1527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The **Edge control** can be positioned anywhere and is suitable for precision fa


<FeatureList>

<Feature title="Smart agriculture" image="uv-sensor">

Particularly suited to smart agriculture, the sensors can collect real-time data such as weather conditions, soil quality, crop growth, amongst others. All this data can be monitored from the cloud and control actions like irrigation can be automatically fired or remote controlled.

</Feature>

<Feature title="nRF52840" image="mcu">

The Edge Control features a powerful processor, the nRF52840 from Nordic Semiconductors, a 32-bit ARM® Cortex™-M4 CPU running at 64 MHz.
Expand All @@ -15,13 +22,37 @@ The **Edge control** can be positioned anywhere and is suitable for precision fa

<Feature title="MKR slots" image="mkr-form-factor">

The on-board MKR slots 1 & 2 can be used to connect Arduino MKR boards to extend the capabilities such as connectivity through LoRa, Wi-Fi, 2G/3G/CatM1/NBIoT, and Sigfox.
The on-board MKR slots 1 & 2 can be used to connect Arduino MKR boards to extend the capabilities such as connectivity through LoRa®, Wi-Fi®, 2G/3G/CatM1/NBIoT, and Sigfox.

</Feature>

<Feature title="Watermark Sensors" image="humidity-sensor">

The Edge Control can handle up to 16 watermark sensor inputs, being a suitable solution for soil humidity measurements on big crop fields.

</Feature>

<Feature title="Solid State Relays" image="settings">

The Edge Control features four galvanically isolated solid state relays (SSR) that can handle up to 2.5 A and 60 VAC.

</Feature>

<Feature title="4-20 mA Sensors" image="communication">

The Edge Control features four 4-20 mA sensor inputs, perfect to support a vast variety of industrial sensors.

</Feature>

<Feature title="Latching Outputs" image="connection">

The Edge Control features eight latching outputs, perfect for driving latching motorized or solenoid valves.

</Feature>

<Feature title="Smart agriculture" image="humidity-sensor">
<Feature title="Power Flexibility" image="power">

Particularly suited to smart agriculture, the sensors can collect real-time data such as weather conditions, soil quality, crop growth, amongst others. Once sent to the Arduino Cloud, the data value chain becomes valuable analytics that supports business processes at various levels (e.g. crop yield, equipment efficiency, staff performance, etc.). The Arduino Edge Control has the capability to improve crop quality and reduce human effort/error by automating processes like irrigation, fertilization, or pest control.
The Edge Control can be powered by a 12 VDC power supply or by a lead-acid battery. Also, it supports a solar panel connection to recharge the battery and ensure the device functions even in remote off-the-grid deployments.

</Feature>

Expand Down