Skip to content

Commit 2417f31

Browse files
authored
Fix metadata and links (#254)
1 parent 2d721b8 commit 2417f31

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-connectivity/content.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ libraries:
1414
software:
1515
- ide-v1
1616
- ide-v2
17+
- arduino-cli
1718
- web-editor
1819
hardware:
1920
- hardware/05.pro-solutions/solutions-and-kits/opta

content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-modbus-rtu/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libraries:
1515
software:
1616
- ide-v1
1717
- ide-v2
18-
- cli
18+
- arduino-cli
1919
- web-editor
2020
hardware:
2121
- hardware/05.pro-solutions/solutions-and-kits/opta

content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started-with-rs485/content.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ libraries:
1313
software:
1414
- ide-v1
1515
- ide-v2
16+
- arduino-cli
17+
- web-editor
1618
hardware:
1719
- hardware/05.pro-solutions/solutions-and-kits/opta
1820
---
@@ -39,7 +41,7 @@ The Arduino Opta® is equipped with the industry standard RS485 interface. Makin
3941

4042
### Setting up With Arduino IDE
4143

42-
First make sure the latest version of the Arduino IDE is installed. Download the IDE from [here](https://www.arduino.cc/en/software) if you need help setting up the Opta™ with the Arduino IDE, please have a look at our [Getting started with Opta™ tutorial](/tutorials/opta/getting-started).
44+
First make sure the latest version of the Arduino IDE is installed. Download the IDE from [here](https://www.arduino.cc/en/software) if you need help setting up the Opta™ with the Arduino IDE, please have a look at our [Getting started with Opta™ tutorial](../getting-started).
4345

4446
To make it easier to use the RS485 protocol with Opta™ let's make use of a library. The library is called [ArduinoRS485 library](https://www.arduino.cc/reference/en/libraries/arduinors485/), which can be found in the Arduino IDE library manager. Once installed let's take a look at a simple sketch to use for testing out the UART protocol.
4547

@@ -160,7 +162,7 @@ In this tutorial we went through how to establish a serial communication between
160162

161163
### Next Steps
162164

163-
Now that you are familiar with the R485 on the Opta™, have a look at our [Getting started with Opta™ tutorial](../getting-started-with-rs485/content.md) to get a better overview of other features on the device.
165+
Now that you are familiar with the R485 on the Opta™, have a look at our [Getting started with Opta™ tutorial](../getting-started-with-rs485) to get a better overview of other features on the device.
164166

165167
If you wish to incorporate connectivity in your Opta™ solutions, have a look at the [Connectivity on Opta™ tutorial](../getting-started-connectivity).
166168

content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started/content.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ author: 'Benjamin Dannegård'
1010
software:
1111
- ide-v1
1212
- ide-v2
13+
- arduino-cli
14+
- web-editor
1315
hardware:
1416
- hardware/05.pro-solutions/solutions-and-kits/opta
1517
---

content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/tank-level-app-note/content.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ tags:
77
- Opta
88
- RS-485
99
- Level sensor
10+
- Application Note
1011
author: 'José Bagur and Taddy Chung'
1112
libraries:
1213
- name: ArduinoRS485
1314
url: https://www.arduino.cc/reference/en/libraries/arduinors485/
1415
software:
1516
- ide-v1
1617
- ide-v2
18+
- arduino-cli
19+
- web-editor
1720
hardware:
1821
- hardware/05.pro-solutions/solutions-and-kits/opta
1922
---

0 commit comments

Comments
 (0)