# Atmospheric pressure sensor

| Oversampling | Controls how many internal samples are taken for pressure and temperature measurements to enhance accuracy. | 0: No oversampling, 1: x2, 2: x4, 3: x8, 4: x16, 5: x32 oversampling. |
| ------------ | ----------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |


---

# 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.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/atmospheric-pressure-sensor.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.
