CCS811 VS arduino-i2c-scd4x

Compare CCS811 vs arduino-i2c-scd4x and see what are their differences.

CCS811

Arduino library for the CCS811 gas sensor for monitoring indoor air quality. (by maarten-pennings)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
CCS811 arduino-i2c-scd4x
1 3
162 36
- -
0.0 1.0
almost 3 years ago about 1 year ago
C++ C++
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

CCS811

Posts with mentions or reviews of CCS811. We have used some of these posts to build our list of alternatives and similar projects.

arduino-i2c-scd4x

Posts with mentions or reviews of arduino-i2c-scd4x. We have used some of these posts to build our list of alternatives and similar projects.
  • Can't enable auto-calibration of SCD41
    1 project | /r/AirQuality | 11 Dec 2023
    I want to enable the auto calibration (ASC) mode for the SCD41 but it doesn't seem to work. I connected the SCD41 to an ESP8266 and used an Arduino IDE and the Sensirion Arduino library https://github.com/Sensirion/arduino-i2c-scd4x. The code I used to enable it is scd4x.setAutomaticSelfCalibration(1) and it outputted 0, which indicates that it is enabled successfully. But when I checked the status of ASC with getAutomaticSelfCalibration(), it outputted 0, which indicates that the ASC is disabled and getAutomaticSelfCalibrationInitialPeriod always outputs16383, which indicates that there are still 16383 hours until the first ASC.
  • Very basic I2C help
    1 project | /r/arduino | 18 Feb 2023
    Depending on what you want to do, there's also a SCD4x library straight from Sensirion that you can use with Arduino. I've used it successfully with the SCD41. Sensirion's examples usually start with reading the serial numbers of their sensors, although with the help of library functions.
  • ESP-32 SCD-41 Sensor
    1 project | /r/esp32 | 27 May 2022
    Their own library: https://github.com/Sensirion/arduino-i2c-scd4x

What are some alternatives?

When comparing CCS811 and arduino-i2c-scd4x you can also consider the following projects:

Arduino-MQ131-driver - Arduino driver for gas sensor MQ131 (Ozone / O3)

arduino-sht - Repository for Sensirion humidity and temperature sensor support on Arduino

embedded-sgp - Embedded SGP Drivers for Sensirion Gas Sensors - Download the Zip Package from the Release Page

Arduino-SIM800L-driver - Arduino driver for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods

scd4x-CO2 - A library to interface esp chips with the SCD4x CO2 sensors in the Arduino (c++) Framework.

BME680 - Arduino Library to access the Bosch BME680 - temperature, pressure, humidity and gas sensor

IRremoteESP8266 - Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/

lcdgfx - Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms

sensirion-sps30 - Sensirion SPS30 Python library

ArduinoJson - 📟 JSON library for Arduino and embedded C++. Simple and efficient.