Closed
Description
I'm looking for a circuitpython library for the Sensirion SPS30, sold by Sparkfun:
- https://www.sensirion.com/en/environmental-sensors/particulate-matter-sensors-pm25/
- https://www.sparkfun.com/products/15103
I haven't found one, so planning to start development myself:
These seem good places to borrow code:
- https://github.com/Sensirion/embedded-uart-sps (nice C/C++ code, I'd prefer circuitpython)
- https://github.com/adafruit/Adafruit_CircuitPython_PM25
- https://github.com/adafruit/Adafruit_CircuitPython_SGP30
- https://github.com/adafruit/Adafruit_CircuitPython_SGP40