> ## Documentation Index
> Fetch the complete documentation index at: https://docs.primastem.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 命令チップ

> NFC コード

## 🧭 移動

| コマンド   | NFC Code |
| ------ | -------- |
| 前進     | `cfor`   |
| 左      | `clef`   |
| 右      | `crig`   |
| 後退     | `cbac`   |
| ランダム移動 | `crnd`   |

## 🔁 繰り返しと制御

| コマンド         | NFC Code      |
| ------------ | ------------- |
| リピート 2–999   | `r002`–`r999` |
| リピート 乱数（1〜6） | `rrnd`        |
| 関数           | `cfun`        |
| 一時停止         | `cwat`        |

## 🔢 数字

| 値        | NFC Code      |
| -------- | ------------- |
| 数字 1–999 | `n001`–`n999` |

## 🧮 数学演算

| 演算         | NFC Code      |
| ---------- | ------------- |
| +1 to +999 | `a001`–`a999` |
| −1 to −999 | `s001`–`s999` |
| ×N         | `m002`–`m999` |
| ÷N         | `d002`–`d999` |
| X^N        | `e002`–`e999` |
| X の平方根     | `sqrt`        |
| 階乗         | `fact`        |

## ⚙️ 設定

| コマンド          | NFC Code |
| ------------- | -------- |
| 距離キャリブレーション   | `ccal`   |
| デフォルトステップ長の設定 | `clen`   |

## 🔧 上級

| コマンド                                            | NFC Code |
| ----------------------------------------------- | -------- |
| オーディオサンプル（[オーディオファイル](/jp/sounds_reference) 参照） | `xNNN`   |
| パネルサウンドサンプル                                     | `csou`   |
| 音量レベル                                           | `clvl`   |

## NFC タグへのデータの書き込み方

独自のトークンを作成できます — NFC タグにテキストコードを書き込むだけです。任意の数値（0〜999）、任意の繰り返し、任意の算術演算用の数値を使用できます。

NFC タグにテキストデータを書き込むには、Google Play ストアを開き、スマートフォンに**RFID NFC Reader**または**NFC Tools**アプリをインストールします。

NFC タグの書き込み手順はこちら — [youtu.be/UbKaQxZs8JA](https://youtu.be/UbKaQxZs8JA)

<div
  style={{
position: 'relative',
paddingBottom: '56.25%',
height: 0,
overflow: 'hidden',
}}
>
  <iframe
    src="https://www.youtube.com/embed/UbKaQxZs8JA?si=WT8wWYBe_Ql7TovQ"
    style={{
position: 'absolute',
top: 0,
left: 0,
width: '100%',
height: '100%',
}}
    frameBorder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
    allowFullScreen
  />
</div>
