# SD Card

A micro SD card is required to use custom [configurations](https://docs.humancyborgrelations.com/r2d2/platforms/embedded/sd-card/config.txt), to play [WAV files](#wav-files), and to store [vocalizer settings](https://docs.humancyborgrelations.com/r2d2/platforms/embedded/sd-card/r2d2vocalizer.txt) — such as vocalizations saved to [memory](https://docs.humancyborgrelations.com/r2d2/features/memory) — between sessions. Without an SD card, this information will be lost every time the Teensy is powered off.

An SD card rated [V30 or faster](https://www.sdcard.org/developers/sd-standard-overview/speed-class/) is required for playing WAV files.

{% hint style="warning" %}
The card must be formatted as FAT16 or FAT32. Windows 11 no longer natively supports FAT formatting for cards larger than 32 GB, so you will need a 3rd party tool such as MiniTool Partition Wizard.
{% endhint %}

{% hint style="warning" %}
The SD card must be inserted into the reader on the Teensy itself as shown below— *NOT* the reader on the Audio Adapter.
{% endhint %}

<figure><img src="https://1299249515-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbO66OwDcaX7qHDoB0sPf%2Fuploads%2FBNKzT0UIk5eydkQmOUbZ%2Fimage.png?alt=media&#x26;token=8983ffd9-9cc1-4254-aa34-522d8f8f2dda" alt=""><figcaption><p>Insert the SD card into the reader on the Teeny</p></figcaption></figure>
