teusH / MySense

Python based framework for collecting data from sensors and brokers to forward the json values to database, brokers, display
Other
71 stars 18 forks source link

Q: Sensirion SPS30 with LoPy4 ? #4

Closed justb4 closed 5 years ago

justb4 commented 5 years ago

Great project! Obtained a Sensirion SPS30 PM sensor , found no drivers yet, e.g. on https://github.com/Sensirion.

Question is: are you aware of any people/projects combining SPS30 with LoPy4? I also asked via Sensirion contact page (there is no support forum).

I have some Python skills and experience in other AQ projects like SmartEmission. But before I start such activity I am asking around first. Ideally we collaborate with Sensirion on their GH.

teusH commented 5 years ago

Due to the fact that I mainly use github from command line I did not notice the question about SPS30 PM sensor and LoPy-4. See the tree PyCom/lib in MySense. There you will find a fully supported driver written in Python for the SPS30 PM sensor. The driver is operational and is used in about 5 kits already. The driver has been tested under python2 and 3 on Raspberry Pi as well LoPy-4. Give feedback if there are improvements.

justb4 commented 5 years ago

Ok, thanks @teusH !