(simple code for Arduino co2 sensor)
(attached code light blue if the co2 is blew 700 ppm (outdoor), **green ** from700 to 1000 ppm - accepted level indoors-, red If level is above 1000 ppm )
shopping list:
- microcontroller chip (esp8266)
- LED light ring
- CO2 sensor
wire up the components according to this diagram
before staring : it is good to check every component individually before starting your coding (for more info check attached Step by step file)
- use the arduino IDE available at https://www.arduino.cc/en/software
- Detailed tutorial step by step tutorial showing all the libraries you have to intall in addition to simple hardware tips & tricks.
- The C++ Arduino code