adafruit / Adafruit_CircuitPython_PM25

CircuitPython library for PM2.5 sensors
MIT License
28 stars 16 forks source link

Alternative serial connexion for serial PMS5003 #3

Closed dglaude closed 4 years ago

dglaude commented 4 years ago

This is based on the on the code from the learn guide for https://www.adafruit.com/product/3686

The learn guide is here: https://learn.adafruit.com/pm25-air-quality-sensor/python-and-circuitpython

The code can be found here: https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/693f8f250edef32fbd0ed44932bf9fca19277d17/PMS5003_Air_Quality_Sensor/PMS5003_CircuitPython/PMS5003_example.py

kattni commented 4 years ago

Looks good at first glance! Thanks for updating it. I will be testing this in the next couple of days and will get it merged once verified.