# SD Card

## Purpose

The Micro SD card is used for recording diagnostic log file data.

{% hint style="warning" %}
Images are NOT written to the SD Card. Images are stored on the internal SSD.&#x20;
{% endhint %}

## Specifications

<figure><img src="/files/RgLREkA4DFgw6gqXeM13" alt="" width="375"><figcaption></figcaption></figure>

| Item                          | Value    |
| ----------------------------- | -------- |
| Size                          | 32GB     |
| Format                        | FAT32    |
| UHS Speed Class               | Class 3  |
| Video Speed Class             | Class 30 |
| Application Performance Class | Class 1  |
| Bus Interface                 | UHS-I    |

## Provided Card

{% embed url="<https://www.amazon.com/SanDisk-Extreme-Mobile-Gaming-microSD/dp/B089M5KV4Y/ref=sr_1_13?crid=KW6CZH7397Y6&keywords=sandisk+extreme+32gb&qid=1698793678&sprefix=san+disk+extreme+32gb,aps,113&sr=8-13&th=1>" %}

## SD Card Formatting Tool

If your SD Card is not formatted to FAT32, you will need to format the card using the tool below as Windows does not support the format natively.

{% file src="/files/SFhgkQSi9csL7ARA1j8X" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.senterasensors.com/home/65r-sensor-user-guide/65r-sensor/operation/sd-card.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
