Skip to content

Commit be13336

Browse files
committed
Chris - Table format
1 parent e831058 commit be13336

File tree

1 file changed

+9
-9
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/18.conveyor-sorting-app-note

1 file changed

+9
-9
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/18.conveyor-sorting-app-note/content.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -352,15 +352,15 @@ The first step to ensure proper functionality is to add the necessary libraries.
352352

353353
To ensure proper functionality and establish effective communication between the Opta and the Arduino Cloud, the following libraries and their respective minimum versions are required:
354354

355-
| **Library** | **Version** | **Description** |
356-
|--------------------------------|---------|-----------------------------------------------------------------------------|
357-
| **ArduinoIoTCloud** | 1.15.1 | This library allows connecting to the Arduino IoT Cloud service. It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. |
358-
| **Arduino_ConnectionHandler** | 0.8.1 | Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet]). |
359-
| **ArduinoECCX08** | 1.3.8 | Arduino Library for the Atmel/Microchip ECC508 and ECC608 crypto chips. |
360-
| **ArduinoMqttClient** | 0.1.8 | Allows you to send and receive MQTT messages using Arduino. |
361-
| **Arduino_DebugUtils** | 1.4.0 | Debugging module with different debug levels, timestamps and printf-style output. This class provides functionality useful for debugging sketches via printf-style statements. |
362-
| **Arduino_Portenta_OTA** | 1.2.1 | Firmware update for the Portenta H7. This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip. |
363-
| **Arduino_SecureElement** | 0.1.2 | This library allows usage of Arduino boards secure elements in a common and unified way. |
355+
| **Library** | **Version** | **Description** |
356+
| ----------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
357+
| **ArduinoIoTCloud** | 1.15.1 | This library allows connecting to the Arduino IoT Cloud service. It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. |
358+
| **Arduino_ConnectionHandler** | 0.8.1 | Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet]). |
359+
| **ArduinoECCX08** | 1.3.8 | Arduino Library for the Atmel/Microchip ECC508 and ECC608 crypto chips. |
360+
| **ArduinoMqttClient** | 0.1.8 | Allows you to send and receive MQTT messages using Arduino. |
361+
| **Arduino_DebugUtils** | 1.4.0 | Debugging module with different debug levels, timestamps and printf-style output. This class provides functionality useful for debugging sketches via printf-style statements. |
362+
| **Arduino_Portenta_OTA** | 1.2.1 | Firmware update for the Portenta H7. This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip. |
363+
| **Arduino_SecureElement** | 0.1.2 | This library allows usage of Arduino boards secure elements in a common and unified way. |
364364

365365
These libraries are indexed. They are certified to ensure optimal performance and reliability. Using them will accelerate your development process and strengthen the durability of your applications, especially in industrial environments. By incorporating these libraries with the specified versions, developers can efficiently establish and maintain secure and reliable communication between Opta and the Arduino Cloud, enabling robust control, monitoring, and remote updates.
366366

0 commit comments

Comments
 (0)