6 ms·
Relevant disclaimer: I work for QuantAQ, another distributed Air Quality Monitoring company, my opinions are my own. With proper calibration, the PMS5003 senso
by honk 3y ago
Relevant disclaimer: I work for QuantAQ, another distributed Air Quality Monitoring company, my opinions are my own.
With proper calibration, the PMS5003 sensor AirGradient uses is a real and fairly good measurement of PM1 (<1 micron), which is often fairly correlated with (and makes up much of) PM2.5. However, the sensor cannot really see particles larger than 1 micron, which sometimes matters for PM2.5 (when the PM1:PM2.5 ratio changes, like wildfires), and very much matters for PM10. That's why QuantAQ uses a PMS5003 combined with a different sensing technology (an optical particle counter) to actually measure PM2.5 and PM10, not just extrapolate from a PM1 measurement.
We have a blog post here explaining more:
https://blog.quant-aq.com/can-your-plantower-pms5003-based-air-quality-sensor-measure-pm10/ https://blog.quant-aq.com/can-your-plantower-pms5003-based-a...
I love the work that AirGradient is doing making AQ sensing technology open and accessible, especially to hardware hackers. The BOM cost of the OPC sensor we use alongside the PMS5003 is more than the cost of the entire AirGradient kit, so it is valuable to have options in the market depending on application.
- ahaucnx 3y agoThank you for sharing this. Are you using the AlphaSense OPC?
- aidenn0 3y agoI'm just going to take a minute to be happy to see this friendly exchange of information in public between two people who are both knowledgeable about the subject and competitors.
- geerlingguy 3y agoExcellent overview; I think the space for air monitoring is only going to grow as time goes on, especially after COVID and with increased awareness of the downsides of airborne particulates and high CO2 exposure.
- alias_neo 3y agoI've been setting up PM sensors in my home since installing a log-burning stove last winter; I've found a couple of interesting things thus far; Notably, despite the FUD, air quality _in_ my home isn't affected by it. What does affect air quality in my home massively, are the people parking their vehicles surrounding my home morning and afternoon as they drop off and pick up their children from the nearby school. I see a 10x ambient measure at these times. I was starting to think about how I could use BLE monitoring to track this somehow (the other thing my home is surrounded with at these times is devices broadcasting Bluetooth "beacons"(?)); could be an interesting experiment. The next step for me is really knowing what and how something can be done about the pollution (generally speaking); Monitoring is great, but what's the next step?
- hutzlibu 3y ago"Monitoring is great, but what's the next step?" Short term: install air filters Long term: banning ICE cars
- electriclove 3y agoLong term: move to a different home
- PantaloonFlames 3y agoHow much would it cost me to install a modulair-PM on my rooftop, assuming I did the work? I’m just an individual, i just want transparent information. I don’t want to “contact sales” as it says on the link from that blog post.
- getwiththeprog 3y agoYou could buy a Bosch BME680 or similar for $20 and add it to a Pi or Arduino. A commercial model is around $200. There are a lot of options so decide if you want to build it or buy it and plug it in! Then you can list your data on a site like https://explore.openaq.org/ https://explore.openaq.org/
- tlavoie 3y agoThe BME 680 does temperature, humidity, barometric pressure, and VOC gas sensing. Maybe there's something reasonably-priced that does particulates, but this doesn't seem to be it. What's a good alternative?
- Eisenstein 3y agohttps://www.adafruit.com/product/4632 https://www.adafruit.com/product/4632
- tlavoie 3y agoThat looks awesome, thanks! I already have some ESP32 devices acting as weather sensors that log to a Raspberry Pi over MQTT. I might have to add this too.
- throwaway2037 3y agoVery impressive. I looked up that Bosch device: https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors/bme680/ https://www.bosch-sensortec.com/products/environmental-senso... Then, I found a board from Adafruit. The chip is so tiny in the Adafruit photo! https://www.adafruit.com/product/3660 https://www.adafruit.com/product/3660
- cloudripper 3y agoI'm a big fan of QuantAQ. Speaking from a PM10 perspective, your monitors perform on-par with high-cost regulatory monitors in a much smaller package and far lower cost. I also love the open API. That said, I would love to see a locally-hosted variety for environments where LTE/cloud is not accessible/preferred.
- throwoutway 3y agoGreat response, I learned something new! Thanks