aqi icon indicating copy to clipboard operation
aqi copied to clipboard

Measure AQI based on PM2.5 or PM10 with a Raspberry Pi and a SDS011 particle sensor

Results 8 aqi issues
Sort by recently updated
recently updated
newest added

Hello, Thank a lot for that code. I need to make it working with Python3 but it generate this error message > File "aqi.py", line 130, in > cmd_set_sleep(0) >...

Hi , I was able to replicate your code back in the summer but now when I try to do the same again I cannot find the packages serial and...

Kind of new to all of this and followed your Openschoolsolutions post. The sensor worked after I set it up and rebooted the Raspberry Pi, but the last time the...

jfyi, https://github.com/home-things/rpi-pm2.5-sds011-mqtt It was tricky to handle python2/3 issues for me...

Hello, Thanks for this code! I've executed your code and when the air gets saturated your code reads values over 999 (it looks like it maxes out at 1999.9). According...

I'm not sure what sort of an issue this is, but, I'm trying to implement your AQI code on an SDS011 and have run into a problem. Using the version...

Hi There, I was using your script to monitor via Pi, but now Im trying to move over to the esp8266, but the sds011 is not working. Looks like it...