https://www.seeedstudio.com/Grove-Dust-Sensor-p-1050.html I use the sensor mentioned in the above link and the code is import time import grovepi import atexit atexit.register(grovepi.dust_sensor_dis) print("Reading from the dust sensor") grovepi.dust_sensor_en() while True: try: [new_val,lowpulseoc...