Skip to content

Commit 0c4d3a8

Browse files
Fr4ngjcarolinares
andauthored
Update content.md (#1532)
* Update content.md Added links to Arduino Cloud tutorials * Update content/hardware/07.opta/opta-family/opta/tutorials/tank-level-app-note/content.md --------- Co-authored-by: Julián Caro Linares <[email protected]>
1 parent dbfee51 commit 0c4d3a8

File tree

1 file changed

+5
-3
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/tank-level-app-note

1 file changed

+5
-3
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/tank-level-app-note/content.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The Big Tank has at least twice the capacity of the Small Tank in the experiment
6161

6262
- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor)
6363
- If you choose an offline Arduino IDE, you must install the following libraries: `ArduinoRS485`, `ArduinoModbus`, and `Scheduler`. You can install these libraries via the Library Manager of the Arduino IDE.
64-
- The [Arduino Cloud](https://create.arduino.cc/iot/things) will be required to perform remote actuation and status monitoring via Wi-Fi® connectivity using the sketch provided in the following section. The Ethernet connection is also available as a connectivity option to leverage Arduino Cloud applications. The Arduino Cloud account is free and is needed to access its features.
64+
- The [Arduino Cloud](https://create.arduino.cc/iot/things) will be required to perform remote actuation and status monitoring via Wi-Fi® connectivity using the sketch provided in the following section. The Ethernet connection is also available as a connectivity option to leverage Arduino Cloud applications. The Arduino Cloud account is free and is needed to access its features. To learn more about the Arduino Cloud visit our [Getting Started with Arduino Cloud](https://docs.arduino.cc/arduino-cloud/guides/overview)
6565
- The [tank level monitoring example code](assets/tank-level-monitoring-sketch.zip)
6666

6767
## Tank Level Monitoring Model Setup
@@ -87,7 +87,9 @@ The Opta™ responsible of the Small Tank (ST) performs the following actions:
8787
- It manages the solenoid/ball valve given the Small Tank level and the Big Tank minimum level state.
8888
- It sends the Small Tank's current maximum level state to the Big Tank while seeking the Big Tank's minimum level state.
8989

90-
In addition to these responsibilities, both Opta™ devices are connected to the Arduino Cloud via Wi-Fi® to leverage monitored functionalities and remote control.
90+
In addition to these responsibilities, both Opta™ devices are connected to the Arduino Cloud via Wi-Fi® to leverage monitored functionalities and remote control. The same can be done using the Ethernet connectivity, provided natively on all the Opta variants.
91+
92+
***To learn how to configure Opta in the Arduino Cloud using the two connectivity setup options, check out our tutorials for [Ethernet](https://docs.arduino.cc/arduino-cloud/hardware/ethernet) and [Wi-Fi](https://docs.arduino.cc/arduino-cloud/hardware/wifi)***
9193

9294
### The Small Tank (ST) Code
9395

@@ -652,4 +654,4 @@ In this application note, we have learned how to set up the communication betwee
652654

653655
### Next Steps
654656

655-
Now that you have learned how to design and build a tank level monitoring system with Opta™, using the Modbus RTU protocol and the Arduino Cloud platform for on demand remote actuation, you can explore the possibilities to scale your projects further, by integrating Opta™ as a part of a manufacturing or maintenance system.
657+
Now that you have learned how to design and build a tank level monitoring system with Opta™, using the Modbus RTU protocol and the Arduino Cloud platform for on demand remote actuation, you can explore the possibilities to scale your projects further, by integrating Opta™ as a part of a manufacturing or maintenance system.

0 commit comments

Comments
 (0)