-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
air quality sensor #4
Comments
Today I built yet another version of the particle monitor. I used PMS7003 which analyses also PM1. There is ready to use Arduino library, only a few lines of code were needed to integrate it with Cayenne.
And the bricolage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently I purchased a few SDS011 sensors.
First one was connected to Arduino clone - Atmega wih Wiznet chip. I modified library of another sensor found on github.
I equipped it with PoE injection box and placed on my terrace. The house is heated using solid state pellet stove. I can easily observe moments when the stove switches on and switches off - the pollution level exceeds the allowable value 2...3x. My neighbour has identical heating system so things gets worse twice. Luckily, since a few months a gas pipe was laid close to my property so luckily in a few weeks I will switch to much more "eco" heating system.
Example one week plot. Values need to be divided by 10.
Then I ported ESP8266 Cayenne wifi to ESP32.
I've noticed during a few weeks of operation that ESP8266 is not very stable. It managed to hang itself.
So I started with ESP32, connected SDS011 sensors and placed them side by side.
The measurements are far from what I'd expect. For PM10 it's more or less within spec, but for PM2.5 the difference is higher than specification says which is 15% or +/- 10ug/m3.
Values are multiplied by 10.
The text was updated successfully, but these errors were encountered: