{
  "metadata": {
    "id": "emax-rs2205-2300kv",
    "name": "EMAX RS2205 Brushless Motor",
    "type": "motor",
    "description": "Brushless racing motor (2205 class) for 5\" quadcopters, receives 3-phase power from AIO ESC.",
    "manufacturer": "EMAX",
    "part_number": "RS2205-2300KV",
    "datasheet_url": "https://emaxmodel.com/products/emax-rs2205-racespec-motor-cooling-series",
    "tags": [
      "motor",
      "esc",
      "brushless",
      "fpv",
      "quadcopter",
      "2300kv"
    ],
    "schema_version": "1.4.0",
    "version": "0.2.0",
    "taxonomy": [
      "actuator.motor.brushless",
      "robotics.rc"
    ]
  },
  "domains": [
    {
      "domain": "electrical",
      "power_domains": [
        {
          "id": "motor_power",
          "name": "Motor Power Domain",
          "nominal_voltage_V": 14.8,
          "voltage_range_V": [
            9,
            25.2
          ],
          "isolation_type": "non_isolated",
          "ground_reference": "common",
          "description": "3-phase motor input from ESC"
        }
      ],
      "resources": [
        {
          "id": "phase_a_wire",
          "name": "Phase A Wire",
          "description": "Motor phase A input wire",
          "functions": [
            {
              "name": "phase_a",
              "description": "3-phase input A from ESC",
              "direction": "sink",
              "signal_class": "power"
            }
          ],
          "power_domain_id": "motor_power",
          "current_rating": {
            "sink": {
              "max_continuous_mA": 30000,
              "max_peak_mA": 45000,
              "peak_duration_ms": 100
            }
          }
        },
        {
          "id": "phase_b_wire",
          "name": "Phase B Wire",
          "description": "Motor phase B input wire",
          "functions": [
            {
              "name": "phase_b",
              "description": "3-phase input B from ESC",
              "direction": "sink",
              "signal_class": "power"
            }
          ],
          "power_domain_id": "motor_power",
          "current_rating": {
            "sink": {
              "max_continuous_mA": 30000,
              "max_peak_mA": 45000,
              "peak_duration_ms": 100
            }
          }
        },
        {
          "id": "phase_c_wire",
          "name": "Phase C Wire",
          "description": "Motor phase C input wire",
          "functions": [
            {
              "name": "phase_c",
              "description": "3-phase input C from ESC",
              "direction": "sink",
              "signal_class": "power"
            }
          ],
          "power_domain_id": "motor_power",
          "current_rating": {
            "sink": {
              "max_continuous_mA": 30000,
              "max_peak_mA": 45000,
              "peak_duration_ms": 100
            }
          }
        }
      ],
      "interfaces": [
        {
          "id": "brushless_input",
          "name": "Brushless Motor Input",
          "protocol": {
            "type": "brushless_3phase",
            "role": "motor"
          },
          "requires": [
            {
              "function": "phase_a",
              "count": 1
            },
            {
              "function": "phase_b",
              "count": 1
            },
            {
              "function": "phase_c",
              "count": 1
            }
          ],
          "description": "3-phase brushless motor input from ESC"
        }
      ],
      "supply_voltage_V": [
        9,
        25.2
      ],
      "power_consumption_mW": 0,
      "pin_count": 3
    }
  ],
  "design_rules": [
    "Ensure motor KV and prop size keep current within ESC rating.",
    "Always secure motor wires to avoid prop strikes."
  ],
  "validation_requirements": [
    "Verify power domain and current rating compatibility.",
    "Check PWM voltage levels vs controller output."
  ],
  "usage_notes": "Represents one motor+ESC channel for a 5\" quad. Instantiate 4 copies for a full quad.",
  "application_examples": [
    "5\" quad motors"
  ],
  "compatibility_notes": "Assumes BLHeli-compatible ESC driven by standard PWM from FC.",
  "warnings": [
    "Keep clear of spinning props.",
    "Overcurrent can overheat ESC and motor."
  ],
  "node_geometry": {
    "xScale": 1.5,
    "yScale": 1.5,
    "outline": {
      "preset": "circle"
    }
  }
}