> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-calibration-app-manual/advanced/calibrated-sensor-resolution.md).

# Calibrated sensor resolution

The calibrated sensor resolution is a parameter that depends on the calibrated sensor type. This value must be entered correctly as it is used for the uncertainty calculation.

The table below presents the typical values for standard temperature sensors used in B3 system.

| Sensor type                                     | Node type        | <p>Calibrated sensor resolution</p><p>\[°C]</p> |
| ----------------------------------------------- | ---------------- | ----------------------------------------------- |
| FT011 and FT04x Digital temperature sensor      | BBO, WIN, S2     | 0.0625                                          |
| FH009 and FH010 Digital RH / temperature sensor | BBO, S2          | 0.01                                            |
| FT012, FT003, FT008, FT020 PT100 sensor         | BBO, WIN, S2     | 0.01                                            |
| Parent temperature sensor                       | WIN              | 0.01                                            |
| FH012 and FH013 Digital RH / temperature sensor | BBO, WIN, S2     | 0.01                                            |
| FU002 Transport Logger card Standard            | Transport Logger | 0.5                                             |
| FU003 Transport Logger card High Resolution     | Transport Logger | 0.0625                                          |
| FU004 Transport Logger card High Temperature    | Transport Logger | 0.0625                                          |
| BTiny temperature sensor                        | BTiny            | 0.05                                            |

For any other sensor types the correct resolution value must be defined.

A look at the sensor readings in B3 may be helpful as the resolution is the smallest change in the readings that can be observed for a sensor. A standard digital sensor like FT011 in stable conditions has the readings like in the example below.

<figure><img src="/files/AwxJFMxeOzrmZuHkL5Gn" alt=""><figcaption></figcaption></figure>

We can see that the minimum change here is 0.06°C. If we can confirm this observation on a longer set of values, then we may say that the resolution is 0.06°C.

The readings for a WIN node built-in parent sensor indicate that this sensor has resolution of 0.01°C.

<figure><img src="/files/dgiUXYR2KI744Ttvh2n4" alt=""><figcaption></figcaption></figure>


---

# 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://help.boomerang3.com/boomerang-3-calibration-app-manual/advanced/calibrated-sensor-resolution.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.
