RalfJL / CCS811FirmwareUpdate

GNU Lesser General Public License v2.1
4 stars 1 forks source link

CCS811 Firmware Updater

This sketch can be used to update the firmware of a CCS811 Gas Sensor. See: https://ams.com/ccs811 It can only be used on a ESP32 (probably on ESP8266 too) because it needs the SPI file system as storage for the firmware file.

Usage

In the serial console:

After the upgrade the CCS811 is restarted to load the app. You may have to power cycle your device to restart the CCS811 Check the firmware version again with "a"

After a few days with the firmware 2.0.0, I am still very unhappy with the CCS811 sensor. Have a look at the chart below: CCS811 goes mad

The sensor is in a room where I do not use any sprays or something that emits VOC's. The windows is partially open almost all day. Actually there is only one human (me) that emits VOC's and a computer. A second CCS811 sensor is 20 centimeters away from the first one in a different housing with a 6 °C higher temperature (due to the heat of the ESP32).

Someone else having this experience?