Skip to content

Commit 0b40d1b

Browse files
authored
Getting started links replaced by User Manual links (#1748)
* Getting started links replaced by User Manual links * Update content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-interrupts/content.md
1 parent d5650e4 commit 0b40d1b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

content/hardware/07.opta/opta-family/opta/_unlisted/getting-started-connectivity/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The Opta™ is a powerful micro PLC device with many features that can be custom
4444

4545
Using the Arduino IDE, we can easily work with the connectivity features, which have libraries that we can make use of. First, make sure the latest version of the Arduino IDE is installed. The IDE can be downloaded [here](https://www.arduino.cc/en/software).
4646

47-
Then we need to install the appropriate core for Opta™. Go to **Tools > Board > Boards Manager**, in the board's manager section search for **Opta mbed** and install it. For more detailed instructions on setting up the Opta™ with the Arduino IDE, have a look at the [Getting started with Opta™ tutorial](/tutorials/opta/getting-started).
47+
Then we need to install the appropriate core for Opta™. Go to **Tools > Board > Boards Manager**, in the board's manager section search for **Opta mbed** and install it. For more detailed instructions on setting up the Opta™ with the Arduino IDE, have a look at the [Opta™ User Manual](/tutorials/opta/user-manual).
4848

4949
### Wi-Fi®
5050

content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-interrupts/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Now that you have a better knowledge about interrupts, let's see how to use inte
6868

6969
### Setting up the Arduino IDE
7070

71-
This tutorial will need the latest version of the Arduino IDE. You can download the Arduino IDE [here](https://www.arduino.cc/en/software). Please check the [getting started with the Opta™ tutorial](/tutorials/opta/getting-started) if it is your first time setting up the Opta™ with the Arduino IDE.
71+
This tutorial will need the latest version of the Arduino IDE. You can download the Arduino IDE [here](https://www.arduino.cc/en/software). Please check the [Opta™ User Manual](/tutorials/opta/user-manual) if it is your first time setting up the Opta™ with the Arduino IDE.
7272

7373
### Example Setup
7474

@@ -284,6 +284,6 @@ In this tutorial, you have learned to enable and use interrupts on Opta™. On t
284284

285285
Now that you are familiar with interrupts on the Opta™, take a look at the following documentation to learn more:
286286

287-
* Take a look at [getting started tutorial](/tutorials/opta/getting-started) to get a better overview of the features of Opta™
287+
* Take a look at the [Opta™ User Manual](/tutorials/opta/user-manual) to get a better overview of the features of Opta™
288288

289289
* If you wish to incorporate Wi-Fi®/Bluetooth® Low Energy in your Opta™ solutions, have a look at [connectivity tutorial](/tutorials/opta/getting-started-connectivity)

content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-modbus-rtu/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you want more insights on the Modbus communication protocol, take a look at [
6363

6464
### Setting Up the Arduino IDE
6565

66-
If you haven't already, head over [here](https://www.arduino.cc/en/software) and install the most recent version of the Arduino IDE along with the necessary device drivers for your computer. For additional details on Opta™, check out [getting started tutorial](/tutorials/opta/getting-started). Make sure you install the latest version of the [ArduinoModbus](https://www.arduino.cc/reference/en/libraries/arduinomodbus/) and the [ArduinoRS485](https://www.arduino.cc/reference/en/libraries/arduinors485/) libraries, as they will be used to implement the Modbus RTU communication protocol.
66+
If you haven't already, head over [here](https://www.arduino.cc/en/software) and install the most recent version of the Arduino IDE along with the necessary device drivers for your computer. For additional details on Opta™, check out the [User Manual](/tutorials/opta/user-manual). Make sure you install the latest version of the [ArduinoModbus](https://www.arduino.cc/reference/en/libraries/arduinomodbus/) and the [ArduinoRS485](https://www.arduino.cc/reference/en/libraries/arduinors485/) libraries, as they will be used to implement the Modbus RTU communication protocol.
6767

6868
### Connecting the Opta™ Over RS-485
6969

content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-rs485/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The RS-485 does not define a data communication protocol since it does not know
4949

5050
### Setting up the Arduino IDE
5151

52-
This tutorial will need the latest version of the Arduino IDE. You can download the Arduino IDE [here](https://www.arduino.cc/en/software). Please check the [getting started with the Opta™ tutorial](/tutorials/opta/getting-started) if it is your first time setting up the Opta™ with the Arduino IDE.
52+
This tutorial will need the latest version of the Arduino IDE. You can download the Arduino IDE [here](https://www.arduino.cc/en/software). Please check the [the Opta™ User Manual](/tutorials/opta/user-manual) if it is your first time setting up the Opta™ with the Arduino IDE.
5353

5454
The [ArduinoRS485 library](https://www.arduino.cc/reference/en/libraries/arduinors485/) will be used to simplify the use of RS-485 communication interface on Opta™. This library can be installed via Arduino IDE Library Manager; make sure to install the latest version of the library.
5555

@@ -224,7 +224,7 @@ In this tutorial, we established an RS-485 connection between two Opta™ device
224224

225225
Now that you are familiar with the RS-485 communication interface on the Opta™, take a look at the following documentation to learn more:
226226

227-
* Take a look at [getting started tutorial](/tutorials/opta/getting-started) to get a better overview of the features of Opta™
227+
* Take a look at the [Opta™ User Manual](/tutorials/opta/user-manual) to get a better overview of the features of Opta™
228228

229229
* If you wish to incorporate Wi-Fi®/Bluetooth® Low Energy in your Opta™ solutions, have a look at [connectivity tutorial](/tutorials/opta/getting-started-connectivity)
230230

content/hardware/07.opta/opta-family/opta/tutorials/memory-partitioning/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,4 @@ If everything is correct, you should see a success message in the Serial Monitor
353353

354354
In this tutorial, we successfully partitioned the memory of an Opta™ device, enabling its full range of functionalities to be programmed using Arduino ecosystem tools such as the Arduino IDE and the Arduino programming language. We walked through initializing and erasing the QSPI Flash memory, partitioning and formatting the memory, and writing the Wi-Fi firmware and certificate data onto the device's memory.
355355

356-
As you move forward, you can explore the extensive Arduino ecosystem, leverage various libraries and hardware add-ons, and create powerful, connected, and secure industrial solutions using the Opta™. Check out our [getting started with the Opta™ tutorial](/tutorials/opta/getting-started) to learn more about its hardware and software features.
356+
As you move forward, you can explore the extensive Arduino ecosystem, leverage various libraries and hardware add-ons, and create powerful, connected, and secure industrial solutions using the Opta™. Check out our [Opta™ User Manual](/tutorials/opta/user-manual) to learn more about its hardware and software features.

0 commit comments

Comments
 (0)