# Throttle Input

![](https://lh5.googleusercontent.com/ZZ80DKpSIDq_BIzbv4uH4nYnioSEmAR0fajAoG0SSrN1zo3pzzHG_jTPJiBhohvIJzJBwHMSHbvjjYH8JP9PpJ3dIKFYpEjQlw3OQqrrHCl8tW_lE26jNz0cC21xKX3Nmvy_BNIr)

The throttle connector provides 5V and ground for the external throttle, plus a signal connection to the Arduino through a 1k protection resistor.

This resistor helps limit fault current into the Arduino input pin during wiring mistakes, but it is not a full overvoltage clamp.

For wiring methods and voltage-limiting guidance, see [Throttle Input](/connecting-the-echook-to-the-car/throttle-input.md).


---

# 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.echook.uk/circuit-schematics/throttle-input.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.
