Purchased a Pico Enivro + Pack recently and performed tests that appeared to work
Today I received the particulate sensor module and when I run the two examples that utilize the particulate module I get an error message as follows:
ImportError: no module named ‘pms5003’
I have tried two particulate sensors with similar results.
thanks
tom
As far as I can see Enviro+ should have installed the module for the pms5003. Is your UART enabled? Try running sudo raspi-config and look in Interfaces.
After spending more time on this problem, I discovered that I didn’t install the PM drivers.
So, after installing the PM drivers, I can get the particulate sensor to work will all examples except one example program, i.e. “envir_all.py” The “envir_all.py” program is supposed to display particulate data but doesn"t show any PM data but shows other sensor info.
what is happening with program, doesn"t appear to work correctly?
please help
tom