From 12fb8e93eecfc10d9b15406f650d4f62b317ac1c Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Thu, 2 Mar 2023 19:16:26 -0600 Subject: [PATCH] Initial Commit - Opta general post update (Minor adjustments) --- .../05.pro-solutions/solutions-and-kits/opta/features.md | 8 ++++---- .../solutions-and-kits/opta/tech-specs.yml | 6 +++--- .../tutorials/getting-started-with-modbus-rtu/content.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/opta/features.md b/content/hardware/05.pro-solutions/solutions-and-kits/opta/features.md index 19b7f950a8..a0d7430118 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/opta/features.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/opta/features.md @@ -4,12 +4,12 @@ Thanks to its computing power, **Arduino Opta®** enables a wide range of real-t It allows professionals to scale up automation projects while taking advantage of the open and widely known Arduino ecosystem. -Quickly put it to work, leveraging the many available software libraries. The onboard secure element ensures over-the-air firmware updates and remote control via the Arduino Cloud or third-party services. +Quickly put it to work, leveraging the many available software libraries. The onboard secure element ensures Over-The-Air firmware updates and remote control via the Arduino Cloud or third-party services. Arduino Opta® is available in three variants: * Arduino Opta® Lite: on-board Ethernet and USB-C® ports -* Arduino Opta® RS485: on-board Ethernet and USB-C® ports, plus RS485 connectivity -* Arduino Opta® WiFi: on-board Ethernet and USB-C® ports, plus RS485 and Wi-Fi/Bluetooth® Low Energy +* Arduino Opta® RS485: on-board Ethernet and USB-C® ports, plus RS-485 connectivity +* Arduino Opta® WiFi: on-board Ethernet and USB-C® ports, plus RS-485 and Wi-Fi®/Bluetooth® Low Energy @@ -25,7 +25,7 @@ Arduino Opta® is available in three variants: - Multiple choices are available for network connectivity, including USB, Ethernet, and Wi-Fi/BLE in addition to industry specific protocols such as RS485. + Multiple choices are available for network connectivity, including USB, Ethernet, and Wi-Fi®/Bluetooth® Low Energy in addition to industry specific protocols such as RS-485. diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/opta/tech-specs.yml b/content/hardware/05.pro-solutions/solutions-and-kits/opta/tech-specs.yml index 6005cfff73..c3903b692e 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/opta/tech-specs.yml +++ b/content/hardware/05.pro-solutions/solutions-and-kits/opta/tech-specs.yml @@ -22,10 +22,10 @@ Connectivity: TCP/IP: Yes ModBus TCP: Yes Bluetooth® Low Energy: Arduino Opta® WiFi - Wi-Fi: Arduino Opta® WiFi + Wi-Fi®: Arduino Opta® WiFi Communication protocols: - RS485: Arduino Opta® RS485 & Arduino Opta® WiFi - Programmable Serial ports: RS485 + RS-485: Arduino Opta® RS485 & Arduino Opta® WiFi + Programmable Serial ports: RS-485 Power: Input voltage: 12-24 VDC Memory: diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-modbus-rtu/content.md b/content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-modbus-rtu/content.md index 54dfb8bcb1..5eea9b125c 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-modbus-rtu/content.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/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 [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. ### Connecting the Opta™ Over RS-485