Skip to content

Commit

Permalink
Fixed description
Browse files Browse the repository at this point in the history
  • Loading branch information
achim committed Oct 2, 2022
1 parent 3c7180e commit d5c8af6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/*
This is the code for the AirGradient DIY Air Quality Sensor with an ESP8266 Microcontroller with Sensirion SGP30. Due to instabilities on the I2C line this is no longer the recommended TVOC module and this code will be retired soon. We recommend to switch to / use the Sensirion SGP40.
It is a high quality sensor showing PM2.5, CO2, Temperature and Humidity on a small display and can send data over Wifi.
This is the code for the AirGradient DIY BASIC Air Quality Sensor with an ESP8266 Microcontroller with Sensirion SGP30 instead of the SHT30. Due to instabilities on the I2C line running both SHT30 and SGP30 at the same time is not recommended. We recommend to switch to the DIY_PRO board and use the Sensirion SGP40.
For build instructions please visit https://www.airgradient.com/open-airgradient/instructions/
Instructions on using the TVOC sensor (SGP30) instead of the Temperature / Humidity sensor (SHT3x). Please note that if you use it with the SHT3x you need to manually remove pull-up resistors as per below instructions.
Instructions on using the TVOC sensor (SGP30) instead of the Temperature / Humidity sensor (SHT3x).
https://www.airgradient.com/open-airgradient/instructions/tvoc-on-airgradient-diy-sensor/
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AirGradient Air Quality Sensor
version=2.0.1
version=2.0.2
author=AirGradient <support@airgradient.com>
maintainer=AirGradient <support@airgradient.com>
sentence=ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.
Expand Down

0 comments on commit d5c8af6

Please sign in to comment.