> For the complete documentation index, see [llms.txt](https://docs.echook.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echook.uk/circuit-schematics/pwm-output.md).

# PWM Output

![](https://lh4.googleusercontent.com/mk6F9d-bMzF6-ahLecNQvt065uJKWdKmUQIoep-Y10aA3uWrqFt35Vax9ZluOVd9H3RqlNEyfwfk1cHga_LHQJCUswCi6vR_9bd1ienbtBoaVx3HHcQwB75tm-sYYiwiT3G6Mlc5)

The PWM output directly from the Arduino is unlikely to provide enough current to drive a motor controller some distance away, so a transistor-based PWM buffer is implemented.

R13 provides a strong pull-down to the PWM output when the transistor is off. R14 adds termination for the line between the eChook and the driven device. Ideally this is tuned to the specific harness and load.

The LED indicates PWM state: fully on at 100% duty cycle and dimmer at lower duty cycles. R15 limits LED current.

For connector-level wiring details, see [PWM Output](/connecting-the-echook-to-the-car/pwm-output.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/pwm-output.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.
