diff --git a/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started-connectivity/content.md b/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started-connectivity/content.md index 65a4f442d5..39a279b621 100644 --- a/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started-connectivity/content.md +++ b/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started-connectivity/content.md @@ -44,7 +44,7 @@ The Opta™ is a powerful micro PLC device with many features that can be custom 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). -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). +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). ### Wi-Fi® diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-interrupts/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-interrupts/content.md index e6af8af504..ab53ac7663 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-interrupts/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-interrupts/content.md @@ -68,7 +68,7 @@ Now that you have a better knowledge about interrupts, let's see how to use inte ### Setting up the Arduino IDE -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. +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. ### Example Setup @@ -284,6 +284,6 @@ In this tutorial, you have learned to enable and use interrupts on Opta™. On t Now that you are familiar with interrupts on the Opta™, take a look at the following documentation to learn more: -* Take a look at [getting started tutorial](/tutorials/opta/getting-started) to get a better overview of the features of Opta™ +* Take a look at the [Opta™ User Manual](/tutorials/opta/user-manual) to get a better overview of the features of Opta™ * 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) diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-modbus-rtu/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-modbus-rtu/content.md index a617da0aeb..31dbee69e5 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-modbus-rtu/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-modbus-rtu/content.md @@ -63,7 +63,7 @@ If you want more insights on the Modbus communication protocol, take a look at [ ### Setting Up the Arduino IDE -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. +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. ### Connecting the Opta™ Over RS-485 diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-rs485/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-rs485/content.md index afd427b290..caf37f389c 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-rs485/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-rs485/content.md @@ -49,7 +49,7 @@ The RS-485 does not define a data communication protocol since it does not know ### Setting up the Arduino IDE -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. +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. 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. @@ -224,7 +224,7 @@ In this tutorial, we established an RS-485 connection between two Opta™ device Now that you are familiar with the RS-485 communication interface on the Opta™, take a look at the following documentation to learn more: -* Take a look at [getting started tutorial](/tutorials/opta/getting-started) to get a better overview of the features of Opta™ +* Take a look at the [Opta™ User Manual](/tutorials/opta/user-manual) to get a better overview of the features of Opta™ * 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) diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/memory-partitioning/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/memory-partitioning/content.md index 63df58e8a3..df3904deab 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/memory-partitioning/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/memory-partitioning/content.md @@ -353,4 +353,4 @@ If everything is correct, you should see a success message in the Serial Monitor 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. -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. +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.