Skip to main content

Quarto now supports SD Cards

BLuey

With the release of the latest 1.2.x of the board software package for the Quarto, recent versions of the Quarto now support reading and writing to the SD card. All Quarto's shipped after in Febuarary 2022 or later fully support the SD card.

To use the SD card, first in the Arduino IDE, go to Boards Manager and install the latest (1.2.x or higher) version of "qNimble iMXRT Boards by qNimble"

Once installed, open the UsageAndBenchmark example under SD,

Then you can put a SD card in the Quarto and run the example to do some basic operations and to benchmark the SD card. Or look at the example code to see how to list files, change directories, read and write files, etc.

If you aren't sure what version of the Quarto you have and if it supports the SD card, open the DeviceInfo example under Testing:

And when you run it, the output on the Serial Monitor should look something like:

Quarto Device Information
SN: 516
Device ID: qN-101.3.1
Firmware Revision: 1.26.46

If you see a Device ID of qN-101.3.1 or higher, you are ready to use the SD card. If you have qN-101.1.X or qN-101.2.X, please contact qNimble about your options for using the SD card with the Quarto.