An air quality monitor reports several pollutants at once (typically PM1.0/PM2.5/PM10, CO2, VOCs, plus temperature and relative humidity) on one display, while a dust particle meter is a single-purpose counter that resolves particle counts in one or more size bins (for example small vs large, or 0.3 µm / 0.5 µm / 1.0 µm / 2.5 µm / 5.0 µm / 10 µm) and reports concentration in µg/m³ or counts per litre [S5][S3].
The two categories overlap on PM2.5/PM10, but diverge on everything else: a wall-mounted or DIY IAQ node is built for trend data over weeks or months, whereas a handheld laser particle counter is built for spot readings in cleanrooms, HVAC returns, construction dust, and outdoor fugitive-dust events [S5][S7].
Sensor Class and Pollutant Coverage
The cheapest DIY air-quality nodes use a single PMS7003 laser-scattering module on a Raspberry Pi Pico and report PM1.0, PM2.5, and PM10 plus a calculated AQI band, with a WS2812 RGB bar for visual feedback [S1]. ESPHome-based builds extend that to CO2, temperature, humidity, and VOCs on an ESP32-2432S028 touchscreen with 2 GB RAM and 100 MB storage as the documented host baseline [S3].
Dust particle meters in the prosumer tier, such as the Dylos DC1100 PRO at $289.99, are true laser particle counters with two size ranges (small for bacteria and mould, large for pollen) and an LCD that shows per-bin counts and a dynamic bar graph in minute, hour, day, and cumulative modes, with a PC interface for log export [S5]. Industrial-grade stations such as the TSI BlueSky line add CO2, ozone, and nitrogen dioxide on top of particulate matter, with cloud linkage via TSI Link Solutions for community-scale monitoring and fugitive-dust work [S7].
Resolution, Range, and Output Units
PM-only IAQ monitors typically resolve 0–1000 µg/m³ (PMS7003 class) with 1 µg/m³ resolution and report a US-EPA AQI band alongside the raw mass [S1]. That is enough to drive a colour band ("Good" to "Hazardous") and trigger ventilation, but it is not a substitute for a count-based instrument where the question is "how many 0.5 µm particles per cubic metre" [S5].
Laser particle counters report particle counts per volume (counts/ft³, counts/L, or counts/m³) in parallel with mass estimates, and split the aerosol into channels; the DC1100 PRO uses two channels (small/large) for general IAQ, while a cleanroom counter typically uses six channels at 0.3, 0.5, 1.0, 2.5, 5.0, and 10 µm to match ISO 14644-1 class limits [S5]. The DC1100 PRO also exposes a PC interface for trending across minute, hour, day, and cumulative windows — a feature most IAQ nodes lack [S5].
Decision Criteria Side-by-Side

Compare the three main device classes on the four criteria that drive a purchase: [S3]
1) Pollutant breadth — DIY IAQ node (PM only) or CO2/VOC add-on (4 channels); TSI BlueSky-class community monitor (PM + CO2 + O3 + NO2); laser dust particle meter (particles only, 2–6 size channels) [S1][S3][S5][S7]. 2) Resolution — PM mass at 1 µg/m³ increments for IAQ; particle counts per litre down to 0.3 µm for laser counters [S1][S5]. 3) Logging and export — IAQ nodes log to SD or push to Adafruit IO via serial; the DC1100 PRO exports to PC with minute/hour/day/cumulative modes; TSI BlueSky streams to TSI Link cloud [S1][S5][S6][S7]. 4) Use-case fit — IAQ for residential and office indoor air; particle meters for cleanroom certification, HVAC filter validation, and construction-dust compliance; community monitors for hyperlocal exposure and fugitive-dust [S5][S7].
The split is clean: if the spec line calls for CO2, VOCs, or T/RH in the same box, the device is an air quality monitor; if the spec line calls for a particle count in a specific size bin, it is a dust particle meter.
When Each Tool Is the Right Answer
Air quality monitors are the correct pick for indoor environmental quality (IEQ) work, smart-home automation with Home Assistant integration, and community-scale exposure mapping where PM plus gas sensors give a fuller health picture [S3][S7]. The ESPHome reference design publishes CO2, temperature, humidity, and VOCs to Home Assistant over the ESPHome native API, and runs an LVGL UI on a 2.8″ or 3.2″ ESP32 touchscreen for at-a-glance room status [S3].
Dust particle meters are the correct pick when the deliverable is a particle count, not a mass estimate: cleanroom certification per ISO 14644-1, HVAC filter change-out validation, smoke and duct leakage tracing, IAQ investigations where the source is suspected biological (mould spores, pollen) or combustion-related, and outdoor dust-compliance work for construction sites [S5]. The TSI BlueSky family is positioned for "community watch groups, local EPA organizations, fugitive dust monitoring, government agencies, and municipalities" with hyperlocal PM, CO2, O3, and NO2, which sits between the IAQ node and a full laser counter in capability and price [S7].
Limits, Failure Modes, and Constraints

Laser-scattering PM modules (PMS7003, PPD42NS) overestimate mass in high-humidity conditions because water uptake inflates the scattering cross-section; the Shinyei PPD42NS used in the pidustsensor reference reports raw counts in particles per 0.01 ft³ and must be converted to mass with a size-weighted assumption [S1][S6]. PM-only nodes will miss CO2 build-up in a meeting room at 1500 ppm long before particulates trip an AQI threshold, so a PM-only build is not adequate for ventilation control on its own [S3].
Laser particle counters priced for the prosumer market are sensitive to background light leaks, condensation on the optics, and aerosol loading; the Dylos DC1100 PRO is a "true laser" design with two size ranges, but it does not replace a six-channel cleanroom counter for ISO 14644-1 work, where 0.3 µm resolution in 10⁶ counts/m³ air classes is the baseline [S5]. A common mistake is using an IAQ node's AQI band to certify a cleanroom — the two instruments answer different questions, and substituting one for the other invalidates the result.
Standards, Sourcing, and Cross-References
Cleanroom particle counts are typically reported against ISO 14644-1 limits; community and occupational PM exposure work references US-EPA AQI breakpoints for PM2.5 (0–12.0, 12.1–35.4, 35.5–55.4, 55.5–150.4, 150.5–250.4 µg/m³ bands) and the WHO global air quality guidelines. None of the cited DIY projects claim regulatory compliance — they are reference designs for trend monitoring, not certification [S1][S3][S6][S7].
For deeper selection logic on the particle-meter side, see the dust particle meter selection map and the 2026 compliance fit guide; for the multi-pollutant side, the air quality monitor selection map lays out sensor class, pollutant target, and duty cycle. Facility-level context for the broader 8-equipment pollution-control family is in the air pollution control systems overview.
Trackable signals: watch the 2026-07 ESPHome firmware branch for SGP41/SCD41 sensor support, the next TSI BlueSky firmware drop (cloud-side TSI Link 4.x), and any DC1100 PRO PC-software release that adds CSV-export under the cumulative counter — these are the three nodes that change the IAQ-vs-particle-meter line in practice.
Spec-level background on the components involved: air quality monitor, and magnetic particle tester.