> For the complete documentation index, see [llms.txt](https://sharinghub-eng.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub-eng.kittenbot.hk/functional_module/ph/ph-meter-export-calibration-value.md).

# pH Meter Export Calibration Value

The pH Meter Calibration Values can be saved if you wish to skip the calibration process everytime.

### pH Meter Calibration Value Export and Load

#### The calibration values will be shown on the Micro:bit.

{% embed url="<https://makecode.microbit.org/_ibPKjtApFKXm>" %}

#### [Sample Program](https://makecode.microbit.org/_ibPKjtApFKXm)

Calibrate the pH sensor.

Write down the values shown on the Micro:bit.

![](https://kittenbothk.readthedocs.io/en/latest/_images/ph_export2.gif)

Fill in A and B values to skip the calibration process.

```
Each sensor may be different, so the same set of calibration values can't be used across different sensors.
```

{% embed url="<https://makecode.microbit.org/_1U7VAifgsduh>" %}

#### [Sample Program](https://makecode.microbit.org/_1U7VAifgsduh)


---

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

```
GET https://sharinghub-eng.kittenbot.hk/functional_module/ph/ph-meter-export-calibration-value.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.
