> 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/scientific-measuring-device-kit/measuring-carbon-dioxide.md).

# Measuring Carbon Dioxide

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6uJvpXC43onNIIwhMlWo%2Fuploads%2Fwz3FGxK4rQClD0JyYLy7%2Fimage.png?alt=media&#x26;token=2b5f382d-daf8-4604-bb4e-9f5b9a69cc76" alt=""><figcaption></figcaption></figure>

Human activities such as burning fossil fuels emit a large amount of of Carbon Dioxidegas, this leads to global warming.

Human activities also emit TVOC that are harmful to humans.

### Experiment Preparations

#### Prepare the following equipment:

* Futureboard Lite
* CO2 Measuring Device
* Black Connecting Cable

#### Wiring

Connect the CO2 measuring device to futureboard lite.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6uJvpXC43onNIIwhMlWo%2Fuploads%2FCqyuU6Uqn6VFqI2YKL1n%2Fco2sensor_wiring.png?alt=media&#x26;token=dbb90a81-35d7-4736-89b3-e8077b0d20a0" alt=""><figcaption></figcaption></figure>

#### Select Program

Open 「二氧化碳.py」.

{% embed url="<https://youtu.be/SaZO2MJzdlM>" %}

#### Begin Measurements

Futureboard Lite will display the levels of CO2 and TVOC(ppm)。

{% embed url="<https://youtu.be/keSccyhM_FE?si=KCR2ZkR3U05O0H81&t=261>" %}


---

# 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/scientific-measuring-device-kit/measuring-carbon-dioxide.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.
