# Circuit Schematics

This section explains the circuits on the PCB for the V1.3 board, and how each signal is adapted to one that the Arduino can read. The full schematic is shown below.

If you're building a kit, this section is mainly for understanding how it works. You have already soldered these components in the *Build Instructions* section.

![](https://lh6.googleusercontent.com/SXjFbX8bDlfKE0VODAfj_d66mGtRyzMlGTBV3yTJdEY_7hOw0RdNYhe0L4ZAfgwq7jyyWLpS7EBbUkiAnd-zgr9pi21ULzmu6KMaitzdlwpdrJA6QmWo774MKbJcPVKEzIg_H0lN)

For V2 boards the schematic and PCB files are available in [KiCad](https://www.kicad.org/) format for newer versions, and in [DesignSpark PCB](https://www.rs-online.com/designspark/home) format for legacy files. Both are free software formats, and the files are available at [github.com/eChook](https://github.com/eChook/eChook_Nano_PCB).


---

# 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.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.
