-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: SCD4x Element for CO2 Sensors | ||
icon: no | ||
tags: ["Element", "Sensor", "WIP"] | ||
layout: "page.njk" | ||
excerpt: > | ||
The SCD40 and SCD41 sensors from sensirion are available on breakout boards to meassure the CO2 in the air by providing values in ppm units. | ||
--- | ||
|
||
The sensor chips are pre-adjusted to offer reasonable output values. | ||
For providing exact values the temperature and humidity is measured and available as well. | ||
|
||
The SCD40 and SCD41 sensors differ in resolution and the single measurement mode is only supported by the SCD41 version. | ||
|
||
Both sensors are using the I2C bus for communication and the SCD4XElement implementation allows configuration | ||
and creating actions by reading probe values from the sensors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters