# pH探測棒重新校正(重新較正用)

### <mark style="color:orange;">Kittenbot 的pH感應器在出廠時已經進行了模板校正;</mark>&#x20;

#### <mark style="color:blue;">Microbit 用戶:</mark>

較正值 (A, B)則已貼在探測棒上, 一般用家不需要進行探測棒校正。

#### <mark style="color:blue;">未來板lite用戶:</mark>

一般在出廠前, pH探測模組及探測棒已經跟某一未來板lite配對好, 即較正值已寫入在未來板lite 的內存中

### <mark style="color:orange;">什麼時候需要用緩衝液再次為pH 探測棒較正?</mark>

<mark style="color:blue;">Microbit 用戶:</mark>&#x20;

1.當你遺失了貼在pH 探測棒上的較正值時, 你便需要自行通過較正再次取得較正值 或向Kittenbot HK 查詢。

2.當你發覺探測出來的pH值不太準確時, 可以嘗試利用緩衝液再次進行一次較正, 取得更新的一組較正值。

<mark style="color:blue;">未來板lite用戶:</mark>&#x20;

1.當你發覺探測出來的pH值不太準確時, 可以嘗試利用緩衝液再次進行一次較正, 取得更新的一組較正值。

### <mark style="color:orange;">如何再次為pH 探測棒較正?</mark>

#### <mark style="color:blue;">microbit 用戶</mark>

1. 先按[教學](/functional_modules/ph/buffersolution.md), 準備好4.0及9.18緩衝液。
2. 下載以下程式到Micro:bit。

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

#### [參考程式](https://makecode.microbit.org/_ibPKjtApFKXm)

3. 將pH感應器浸入pH4.0的緩衝液裏，並等待1分鐘然後按下A鍵。

<figure><img src="/files/2hwuhpRtyeULO0LxsD6q" alt=""><figcaption></figcaption></figure>

4. 使用蒸餾水沖洗探測棒然後紙巾徹底清潔和抹乾探測棒。
5. 將pH感應器浸入pH9.18的緩衝液裏，並等待1分鐘然後按下B鍵。

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

6. 按下A+B鍵，然後將Micro:bit顯示的AB較正值抄下來。

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

7. 下次使用時，就可以將抄下來的A和B數值寫入設定積木直接使用。

<pre><code><strong>每支pH探測棒的校正數值都可能不一樣，不可以共通使用。
</strong></code></pre>

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

#### [參考程式](https://makecode.microbit.org/_1U7VAifgsduh)

#### <mark style="color:blue;">未來板Lite 用戶</mark>

1. 先按[教學](/functional_modules/ph/buffersolution.md), 準備好4.0及9.18緩衝液。
2. 打開未來板上預載程式ph\_save\_p1.py。

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

1. 將pH感應器浸入pH4.0的緩衝液裏，並等待1分鐘然後按下A鍵。

<div><figure><img src="/files/40jwD8DNReeHGhOECnoy" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TNdDorqs5meXlZBLXRAl" alt=""><figcaption></figcaption></figure></div>

4. 使用蒸餾水沖洗探測棒然後紙巾徹底清潔和抹乾探測棒。
5. 將pH感應器浸入pH9.18的緩衝液裏，並等待1分鐘然後按下B鍵。

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

6. 校正值就會儲存到未來板Lite上。
7. 下次使用時就可以直接打開ph\_load\_p1.py使用。

<pre><code><strong>每隻pH感應器的校正數值都可能不一樣，有可能不可以共通使用
</strong></code></pre>


---

# 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://sharinghub.kittenbot.hk/functional_modules/ph/phcalibrate.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.
