-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
Dear sir,
in the specs it is written that DSM501A measures particles of 1 micrometer. The PM10 is measuring particles in size of 10 micrometers. In your code, you seem to measure particles 1 micrometer, but in output you call it PM10. I think it is incorrect, can you clarify please?
//get PM 1.0 - density of particles over 1 μm.
concentrationPM10=getPM(DUST_SENSOR_DIGITAL_PIN_PM10);
Serial.print("PM10: ");
Metadata
Metadata
Assignees
Labels
No labels