# NEO V1

## NEO V1 Overview

The REV NEO Brushless Motor (REV-21-1650) is the first brushless motor designed to meet the unique demands of the FRC community. Offering an incredible power to weight ratio along with it's compact size it's designed to be a drop-in replacement for CIM-style motors as well as an easy install with mounting options.

<figure><img src="/files/hwUAVWdKkSqpmZpa1rCa" alt=""><figcaption></figcaption></figure>

### Features

* Drop-in replacement for CIM-style motors
* Shielded out-runner construction
* Front and rear ball bearings
* High-temperature neodymium magnets
* High-flex silicone motor wires
* Integrated motor sensor
  * 3-phase hall sensors
  * Motor temperature sensor

## Wiring Connections

Connecting the NEO V1.1 Brushless motor is fairly straightforward. Follow the guide at[ Wiring the Spark Max](/brushless/spark-max/gs/wiring.md), and don't forget to connect your sensor wire; the motor will not spin without it!

{% hint style="danger" %}
CAUTION: Improperly wiring the connectors can cause severe motor damage and is not covered by the warranty. <mark style="color:red;">DO NOT</mark> connect the motor directly to the battery.&#x20;
{% endhint %}

## Motor Specifications

| Parameter                      | Value and Units    |
| ------------------------------ | ------------------ |
| Nominal Operating Voltage      | 12 V               |
| Motor Kv                       | 473 Kv             |
| Free Speed\`                   | 5676 RPM           |
| Free Running Current           | 1.8 A              |
| Stall Current                  | 105 A              |
| Stall Torque                   | 2.6 Nm             |
| Peak Output Power              | 406 W              |
| Typical Output Power at 40 A   | 380 W              |
| Hall-Sensor Encoder Resolution | 42 counts per rev. |

### Mechanical Specifications

<table><thead><tr><th width="299">Parameter</th><th>Value and Units</th></tr></thead><tbody><tr><td>Output Shaft Diameter</td><td>8mm (keyed)</td></tr><tr><td>Output Shaft Length</td><td>35mm (1.38in)</td></tr><tr><td>Output Pilot</td><td>19.05mm (0.75in)</td></tr><tr><td>Body Length</td><td>58.25mm (2.3in)</td></tr><tr><td>Body Diameter</td><td>60mm (2.36in)</td></tr><tr><td>Weight</td><td>0.938 lbs (0.425 kg)</td></tr></tbody></table>

## NEO V1 Motor Curve

{% hint style="info" %}
The only difference between the NEO V1 and NEO V1.1 are external changes to the motor's housing.&#x20;
{% endhint %}

<figure><img src="/files/QcYnhCaiVrhpZLJWNw41" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Please read our [Locked Rotor Testing Documentation](/brushless/neo/locked-rotor-testing.md) and ensure you understand how to set an appropriate [Smart Current Limit](/brushless/spark-max/gs/make-it-spin.md#limiting-current) before using your NEO Brushless Motor.
{% endhint %}


---

# 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://docs.revrobotics.com/brushless/neo/v1.1/neo-v1.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.
