NewsArduino Introduces New Libraries for Enhanced Data and Storage Management in Projects

Arduino Introduces New Libraries for Enhanced Data and Storage Management in Projects

Category articles

Arduino has introduced two new libraries, Arduino_POSIXStorage and Arduino_UnifiedStorage, marking a significant advancement in data management for Arduino projects. These libraries are designed to make handling data and storage simpler, more efficient, and accessible to a broader range of developers.

Arduino_POSIXStorage: Simplifying Data Management

Arduino_POSIXStorage offers a user-friendly approach to managing data and files, especially for those familiar with the POSIX standard. This library provides an easy-to-use method for handling SD cards and USB storage, supporting various file systems and hotplug capabilities.

Key Features of Arduino_POSIXStorage

  • Effortless storage access and management.
  • Support for FAT32 and LittleFS file systems.
  • Hotplug support for USB mass storage devices.

Arduino_UnifiedStorage: User-Friendly Data Management

Building on Arduino_POSIXStorage, Arduino_UnifiedStorage introduces an intuitive API for handling data and files, simplifying complex operations and making file management more user-friendly.

Enhancements in Arduino_UnifiedStorage

  • Unified storage interface for various storage types.
  • Simplified file handling and navigation.
  • Robust file and folder actions like renaming, deleting, and copying.
  • Smooth data transfer across different storage mediums.
  • Advanced navigation through folder structures.
  • Partition support for internal QSPI storage.

Real-World Applications of Arduino Libraries

These libraries can significantly benefit projects like automated data backup for remote monitoring systems, firmware updates for IoT devices, and data collection for machine learning model training.

Automated Data Backup

Arduino_UnifiedStorage can be instrumental in setting up automated data backup routines in remote monitoring systems, ensuring data safety and accessibility.

Firmware Updates for IoT

Arduino_POSIXStorage streamlines the firmware update process for IoT devices, facilitating automatic detection and application of updates stored on SD cards or USB drives.

Data Collection for Machine Learning

The Arduino_UnifiedStorage library simplifies the process of collecting and managing sensor data for training machine learning models in various smart environments.

Library Features and Testing

Both libraries come with practical examples and have undergone rigorous testing on various devices, ensuring reliability and robustness in different applications.

Compatibility and Future Plans

Currently supported products include the Arduino Portenta H7, C33, Opta, and Machine Control. Arduino plans to extend support to additional boards in the future.

Getting Started with Arduino Libraries

Developers can download the Arduino_POSIXStorage and Arduino_UnifiedStorage libraries from the Arduino IDE library manager or directly from GitHub, with comprehensive documentation available in the repositories.

Michal Pukala
Electronics and Telecommunications engineer with Electro-energetics Master degree graduation. Lightning designer experienced engineer. Currently working in IT industry.

News