Skip to content

vveliev/arduino-airgradient

 
 

Repository files navigation

Improved version of AirGradient Arduino Library for ESP8266 (Wemos D1 MINI)

This is improved fork of official airgradienthq/arduino repo this version enables Plantower PMS5003 sensor capabilities
to report PM1, PM2.5 and PM10 measurments which are not used by AirGradient project by default.

AirGradient Monitoring Dashboard in Grafana picture 1
AirGradient Monitoring Dashboard in Grafana picture 2

This fork also fixes:

  • PMS5003 bug. AirGradient sensor PM2.5 reports -1 value
  • CO2 (RCO2) sensor bug. AirGradient sensor for CO2 reports -1 value
  • CO2 (RCO2) sensor bug. AirGradient sensor for CO2 reports 65278 value
  • add temperature adjustment value

Thats how this bugs looks on the graphs:
AirGradient Monitoring Dashboard in Grafana picture 2
If you have same kind of reporting from your AirGradient - go with this version.

Installation

You have to replace included AirGradient.cpp and AirGradient.h libraries in your Arduino.app Libraries directory.

Then flash included C02_PM1_PM2_PM10_SHT_OLED_WIFI.ino as new AirGradient board firmware.

AirGradient Arduino Library for ESP8266 (Wemos D1 MINI)

Build your own low cost air quality sensor with optional display measuring PM2.5, CO2, Temperature and Humidity.

This library makes it easy to read the sensor data from the Plantower PMS5003 PM2.5 sensor, the Senseair S8 and the SHT30/31 Temperature and Humidity sensor. Visit our DIY section for detailed build instructions and PCB layout.

https://www.airgradient.com/open-airgradient/instructions/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • CMake 2.4%