opendata-stuttgart / sensors-software

sourcecode for reading sensor data
571 stars 307 forks source link

CCS811 Sensor Support #962

Open hristodobrev opened 1 year ago

hristodobrev commented 1 year ago

Hello,

Are you looking forward to adding a support of the Carbon Dioxide Detection Sensor (CCS811)?

Currently, there are PM, Temp, Humidity, Air Pressure options only.

If not, is there a way to edit the source code myself (if there is an Arduino version which I could flash later on my NodeMCU)?

image

Thanks, Chris

pjgueno commented 1 year ago

Thanx! There is the SCD30 in the beta version. There is still an issue with calibration and the project was firstly aimed at outdoor. You can do a PR in the beta branch. For another project I implemented MHZ 16 and 19.

pjgueno commented 1 year ago

For the development please use platformio. It is easier as it automatically load the libs. Be sure to git clone the current beta branch when you starts.

hristodobrev commented 1 year ago

Thanks!

I will give it a play these days and will share a feedback afterwards.