Skip to content

Commit

Permalink
Getting started links updated to user manual ones (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarolinares authored Sep 27, 2024
1 parent 48db249 commit d355726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit d355726

Please sign in to comment.