SparkFun_CCS811_Arduino_Library icon indicating copy to clipboard operation
SparkFun_CCS811_Arduino_Library copied to clipboard

A library to drive the AMS CCS811 air quality sensor

Results 9 SparkFun_CCS811_Arduino_Library issues
Sort by recently updated
recently updated
newest added

This PR fixes https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library/issues/24 by simply adding `Arduino.h` file to the header of the library. This allows to compile with new Arduino SAMD Cores (>=1.8.12, tested) and potentially other Cores...

As of new Arduino SAMD Cores >= 1.8.12 (tested), there is a change that doesn't allow to compile this library. Below there is the outcome of the compilation of the...

I'm trying to compile the code from this post: https://learn.sparkfun.com/tutorials/ccs811-air-quality-breakout-hookup-guide/all without the interrupts and Wake Up features to try to read the values from CCS811 over I2C but the code...

Has the example of storing and retrieving the baseline been tested on an ESP32? I tried it but I always get no baseline save. There are no errors reported and...

For me, being abroad, the Sparkfun board is not available but I got the CJMCU-811 board with the CCS811. I tried to get it to work but failed so far....

I found a number of timing issues on the ESP8266 and ESP32 where the simple examples would not work with the CCS811. These are likely related to the fact that...

Board: Lora32 with oled Sensor: Breakout with CCS811 and HDC1080 combined (similar like this https://irasaelec.com/en/CCS811-HDC1080/ ) IDE: PlatformIO My code is based of the BME compensated example. Wake Pin is...

Unused variable `uint8_t result` here: https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library/blob/6d00405defb168134b31b366fa0144d4502b43a1/src/SparkFunCCS811.cpp#L100

Don't know the exact reason, but I can't get any version greater than 1.0.3 to work with ESP8266. The error returned is code 2 (I2C error), I am using the...