pms5003-python icon indicating copy to clipboard operation
pms5003-python copied to clipboard

Python library for the PMS5003 particulate sensor

Results 8 pms5003-python issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting the following error after upgrading pms5003 from 0.0.5 to 1.0.0. I'm running on: ``` Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64...

I have version .5 of this library working on an rpi 4 but I'm doing some testing on an rpi 2 zero w and after downloading v1.0 I'm getting this...

Hello, I am encountering an error when running the `particulates.py` example. ``` Traceback (most recent call last): File "particulates.py", line 26, in readings = pms5003.read() File "/usr/local/lib/python3.7/dist-packages/pms5003/__init__.py", line 127, in...

I had an Enviro+ running for a year on a Pi ZeroW before I decided to upgrade the OS to latest, and completely broke the operation of the Enviro+. I...

included a long-running example. tested with a branch install: sudo -H pip3 install 'git+https://github.com/tedder/pms5003-python.git@tedder/allow_shutdown#subdirectory=library'

Hey folks, for my application I added some methods that provide aggregate output from the data class. The added methods are: - `get_all_pm` - Returns all PM measurements as a...

This library is very similar to pimoroni/pms5003-circuitpython and a lot of improvements were added to that in - https://github.com/pimoroni/pms5003-circuitpython/pull/8 - https://github.com/pimoroni/pms5003-circuitpython/issues/3 - https://github.com/pimoroni/pms5003-circuitpython/issues/4 - https://github.com/pimoroni/pms5003-circuitpython/issues/5 - https://github.com/pimoroni/pms5003-circuitpython/issues/6 With some luck...

# What When i first plugged in and used the PMS5003 sensor, it felt like it wasn't working as expected, the reading from the sensor didn't really change even when...