# 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: 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/troubleshooting/incorrect-data.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.
