Arduino Pro Boards Get a Major Upgrade with New Storage Library Features

Arduino has recently updated its filesystem libraries, significantly enhancing data management capabilities for the Arduino Pro line of boards. This update is particularly beneficial for those working with the Arduino Portenta line, which now includes three boards: the C33, the H7, and the X8.

Arduino new file system youtube.jpg
Watch, Ian discuss Arduino's new storage libraries in more detail.

Integrating Vision Shield with Arduino Pro

The update is especially relevant for users integrating the Vision Shield with the Arduino Pro. The Vision Shield's micro SD card slot is now more versatile, allowing for efficient data logging and storage. This integration is depicted in a diagram, succinctly illustrating the new capabilities.

Another key feature of this update is the ability to attach a separate USB host, such as a thumb drive or an external hard drive. This flexibility is made possible by two versions of the library: the Arduino POSIX Storage Library and the Arduino Unified Storage Library. The POSIX library, in particular, will be familiar to those experienced in C programming and Linux systems.

unified_storage_lib_blog_post

Simplified Storage Access and File System Choices

The update simplifies storage access and offers a choice of file systems, including FAT32 or LittleFS. Users can select the file system that best suits their needs. Additionally, the update provides hot plug support, enabling the detection and management of USB mass storage devices.

This update is not just about technical enhancements; it's about real-world applications and user convenience. For instance, a sensor placed in a hard-to-reach location can log data to a USB drive connected via a single USB cable, eliminating the need for complex wiring or physical access to the device.

Exploring the Code: A Closer Look

The update includes examples and detailed documentation, making it accessible for both beginners and experienced users. The code examples demonstrate the ease of mounting a USB drive, managing file systems, and handling data efficiently.

Implications for Industrial Applications

The update is particularly relevant for industrial environments, where data logging and integrity are crucial. The Arduino Portenta Machine Control, for example, can benefit significantly from these enhancements, ensuring reliable data management in sensitive applications.

This update from Arduino represents a significant step forward in data management for embedded systems. It offers flexibility, ease of use, and robustness, making it an essential tool for a wide range of applications.

Did you enjoy this article?

Make sure you subscribe to The Electromaker Show for similar content and subscribe to our monthly newsletter!

Leave your feedback...