Scd30 co2 sensor: Difference between revisions
From wikiluntti
(→Codes) |
|||
Line 2: | Line 2: | ||
CO2 sensor by Sensirion. https://sensirion.com/products/catalog/SCD30/ | CO2 sensor by Sensirion. https://sensirion.com/products/catalog/SCD30/ | ||
Based on NDIR technology. | Based on NDIR technology. Temperature and humidity according to the SHT31 sensor on board. | ||
<gallery> | <gallery> |
Revision as of 09:32, 4 September 2022
Introduction
CO2 sensor by Sensirion. https://sensirion.com/products/catalog/SCD30/ Based on NDIR technology. Temperature and humidity according to the SHT31 sensor on board.
-
Caption1
-
Caption2
Theory
Air quality
https://sensirion.com/media/documents/87EDEFB9/62601F86/Sensirion_Indoor-Air-Quality_Brochure.pdf
NDIR
Manuals
- User guide: https://sensirion.com/media/documents/84D49268/616536CB/Sensirion_CO2_Sensors_SCD30_Design-In_Guidelines_D1.pdf
- Datasheet: https://sensirion.com/media/documents/4EAF6AF8/61652C3C/Sensirion_CO2_Sensors_SCD30_Datasheet.pdf
- Interface (API): https://sensirion.com/media/documents/D7CEEF4A/6165372F/Sensirion_CO2_Sensors_SCD30_Interface_Description.pdf
Codes
Sensition sample code: https://github.com/Sensirion/embedded-scd/releases/tag/2.1.1
Arduino Coding
https://www.arduino.cc/reference/en/libraries/sparkfun-scd30-arduino-library/
https://learn.adafruit.com/adafruit-scd30/arduino
Raspberry Pi Coding
https://pypi.org/project/scd30-i2c/
https://github.com/Sensirion/raspberry-pi-i2c-scd30