> 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/troubleshooting/incorrect-data.md).

# Incorrect Data

## Slightly wrong values being shown

If values move as expected but are slightly off, they likely need calibration.

{% content-ref url="/pages/-LChARU9CrTohXih0WNn" %}
[Calibrating the eChook](/calibrating-the-echook.md)
{% endcontent-ref %}

## Very wrong values being shown

If obviously wrong values are being reported in the app (for example, voltage when the batteries are not plugged in, or high current when the motor is off), the most likely cause is an incorrect resistor value in the circuit for that sensor. Use a multimeter and compare the resistor values to the schematics [here](/circuit-schematics.md).

If a value is far higher than expected, power off the board quickly. An incorrect circuit could be sending more voltage to the Arduino than it is designed for, with potential to cause damage.

These issues are unlikely on the V2 pre-assembled boards.

If you need help identifying the fault, contact us on the forum or webchat.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.echook.uk/troubleshooting/incorrect-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
