Skip to content

Getting started links updated to user manual ones #2198

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

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
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 @@ -11,7 +11,7 @@ author: Ernesto E. Lopez, Lenard George Swamy

A ball valve is a form of quarter-turn [valve](https://en.wikipedia.org/wiki/Valve) which uses a hollow, perforated and pivoting ball to control flow of liquids and gasses through it. This tutorial will guide you through connecting the board to a 3 Wire-Valve and writing a sketch that controls the basic operations such as the opening and closing of the valves.

***Tip : If this is for your first Edge Control project, we recommend you to take a look at the [Getting Started Tutorial](/tutorials/edge-control/getting-started-edge-control) to set up the development environment before you proceed.***
***Tip : If this is for your first Edge Control project, we recommend you to take a look at the [User Manual of the product](/tutorials/edge-control/user-manual) to set up the development environment before you proceed.***

## Goals

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Additionally, you may need the following accessories:

2. Download [Arduino IDE](https://www.arduino.cc/en/software#future-version-of-the-arduino-ide) and follow the [Installation Procedure](https://docs.arduino.cc/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing) and [Get Started with it](https://docs.arduino.cc/software/ide-v2/tutorials/getting-started-ide-v2).

3. Check the [Edge Control docs](https://docs.arduino.cc/hardware/edge-control) and [Enclosure kit](https://docs.arduino.cc/hardware/enclosure-kit) to retrieve the product resources. Carefully read the [datasheet](https://docs.arduino.cc/resources/datasheets/AKX00034-rev-1-datasheet.pdf), and [get started](https://docs.arduino.cc/tutorials/edge-control/getting-started-edge-control) with the product and learn how to [assemble the enclosure](https://docs.arduino.cc/tutorials/enclosure-kit/assembly-instructions). On [docs.arduino.cc](http://docs.arduino.cc) the [Pinout](https://docs.arduino.cc/resources/pinouts/AKX00034-full-pinout.pdf) and [Schematics](https://docs.arduino.cc/resources/schematics/AKX00044-schematics.pdf) are also available.
3. Check the [Edge Control docs](https://docs.arduino.cc/hardware/edge-control) and [Enclosure kit](https://docs.arduino.cc/hardware/enclosure-kit) to retrieve the product resources. Carefully read the [datasheet](https://docs.arduino.cc/resources/datasheets/AKX00034-rev-1-datasheet.pdf), and [User Manual](/tutorials/edge-control/user-manual) with the product and learn how to [assemble the enclosure](https://docs.arduino.cc/tutorials/enclosure-kit/assembly-instructions). On [docs.arduino.cc](http://docs.arduino.cc) the [Pinout](https://docs.arduino.cc/resources/pinouts/AKX00034-full-pinout.pdf) and [Schematics](https://docs.arduino.cc/resources/schematics/AKX00044-schematics.pdf) are also available.

4. Check the [MKR WAN 1310 docs](https://docs.arduino.cc/hardware/mkr-wan-1310) and [MKR WiFi 1010](https://docs.arduino.cc/hardware/mkr-wifi-1010) for more info on the boards used with Edge Control.

Expand Down