Enviro+ with PMS5003

Hello,
I’ve bought
raspberry pi zero wh
enviro+
PMS5003
the raspberry is updated und in my wifi is logged
I use ssh
the one-line installer for the enviro+air quality is made
I checked i2c and spi
There is no display!
Please help me, excuse my school-british
Greetings
rolfrd

If your running the Lite version of Pi OS, you may be missing a dependancy.
From terminal try the following
sudo ap update
sudo apt install python-rpi.gpio python-spidev python-pip python-imaging python-numpy
sudo apt install python3-rpi.gpio python3-spidev python3-pip python3-imaging python3-numpy

sudo pip install st7735
sudo pip3 install st7735

EDIT: Forgot to mention, I am running a modified Enviro+ example on that display mated with a BME280 in a Breakout Garden Mini, i2c and SPI. No PMS5003 though.
I modified the all in one mini to show just Pressure on the display.

i am running the medium raspi-os
i have run all your devices
The st7735 was in pip and pip3 installed
No display!
Greetings and thank you

This is what I did to get my LCD running on my breakout garden. A slightly different display but I used the same procedure for the other one with good success.

i have installt pip3 st7789
st7789 was in pip3!
no error message
no active display
thank you

I just want to confirm you have also ran
curl -sSL https://get.pimoroni.com/enviroplus | bash
And what python example(s) are you running?

Hallo,
i have made a new install,
i have copied it:
pi@raspberrypi:~ $ curl -sSL https://get.pimoroni.com/enviroplus | bash This script will install everything needed to use Enviro+ Always be careful when running scripts and commands copied from the internet. Ensure they are from a trusted source. If you want to see what this script does before running it, you should run: ‘curl https://get.pimoroni.com/enviroplus-python’ Do you wish to continue? [y/N] y Checking environment… Updating apt indexes… … … Checking hardware requirements… Checking for dependencies… rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/dist/enviroplus-0.0.3-py3.7.egg’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/dist/enviroplus-0.0.3-py2.7.egg’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/enviroplus.egg-info/requires.txt’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/enviroplus.egg-info/SOURCES.txt’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/enviroplus.egg-info/top_level.txt’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/enviroplus.egg-info/dependency_links.txt’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/enviroplus.egg-info/PKG-INFO’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/build/lib/enviroplus/noise.py’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/build/lib/enviroplus/gas.py’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/build/lib/enviroplus/init.py’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/build/bdist.linux-armv6l’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/build/lib.linux-armv6l-2.7/enviroplus/noise.py’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/build/lib.linux-armv6l-2.7/enviroplus/gas.py’ ist nicht möglich: Keine Berechtigung rm: das Entfernen von ‘/home/pi/Pimoroni/enviroplus-python/library/build/lib.linux-armv6l-2.7/enviroplus/init.py’ ist nicht möglich: Keine Berechtigung Github repo already present. Updating… fatal: Kein Git-Repository (oder irgendeines der Elternverzeichnisse): .git Finalising Install… sudo: ./install.sh: Befehl nicht gefunden
You can see everything of the installation.

Just keep in mind, even after doing that, nothing is going to happen until you run some python code. You have to tell it what to do, what to display, and how to display it.
Plus, not all of the examples use the display.
I’m not sure if the Enviro installer installs the PMS5003 stuff, that’s likely a second step as per the PMS5003 product page / Github instructions.

i donot understand!
You’re best using the “One-line” install method if you want all of the UART serial configuration for the PMS5003 particulate matter sensor to run automatically.
https://github.com/pimoroni/enviroplus-python is written under “installing”

Ok, that means the Enviro+ install script also sets up the Particulate Matter Sensor. No need to install it separately. I should have went and had a look see but I had to run an errand and was pressed for time.

that have i missunderstood, excuse me.

I would now try running the combined.py example from here.
It uses the display and the particulate sensor.

I have tried it.
Here a copy:
pi@raspberrypi:~/enviroplus-python $ combined.py -bash: combined.py: Kommando nicht gefunden.
Greetings

From the terminal / command line its something like this.
python /home/pi/Pimoroni/enviroplus-python/examples/combined.py
You have to enter the correct file path to the file. You don’t need to use bash to run the example. If your running Pi OS with desktop you can run the python file from an IDE like thonny.

Hello,
i`ved list the folder:
pi@raspberrypi:~/enviroplus-python/examples $ ls adc.py all-in-one-no-pm.py combined.py gas.py lcd.py luftdaten.py noise-amps-at-freqs.py particulates.py weather.py all-in-one-enviro-mini.py all-in-one.py compensated-temperature.py icons light.py mqtt-all.py noise-profile.py weather-and-light.py
i cannot start combined.py

Are you running Pi OS Lite, or the With Desktop version?
How are you running the examples? What procedure etc?
What happens when you run the combined.py?

I have Pi OS with Desktop installed.
I use ssh. When I try to run “combined.py”,it cannot find it.
Look here:
pi@raspberrypi:~ ls Bookshelf Desktop Documents Downloads enviroplus-python KootnetSensors.deb Music Pictures Pimoroni Public ssh Templates Videos pi@raspberrypi:~ cd enviroplus-phython -bash: cd: enviroplus-phython: Datei oder Verzeichnis nicht gefunden pi@raspberrypi:~ cd enviroplus-python pi@raspberrypi:~/enviroplus-python ls Enviro-mini-pHAT.jpg Enviro-Plus-pHAT.jpg examples install.sh library LICENSE Makefile README.md uninstall.sh pi@raspberrypi:~/enviroplus-python cd examples pi@raspberrypi:~/enviroplus-python/examples ls adc.py all-in-one-no-pm.py combined.py gas.py lcd.py luftdaten.py noise-amps-at-freqs.py particulates.py weather.py all-in-one-enviro-mini.py all-in-one.py compensated-temperature.py icons light.py mqtt-all.py noise-profile.py weather-and-light.py pi@raspberrypi:~/enviroplus-python/examples pi@raspberrypi:~/enviroplus-python/examples combined.py -bash: combined.py: Kommando nicht gefunden. pi@raspberrypi:~/enviroplus-python/examples $
Thank you for your help!

Having a really hard time with that big wall of text.
Once you get to
pi@raspberrypi:~/enviroplus-python/examples
The next command you run is
python combined.py
or
python3 combined.py
You don’t use -bash.

Hello,
I `ve tried it:
pi@raspberrypi:~ cd enviroplus-python pi@raspberrypi:~/enviroplus-python ls Enviro-mini-pHAT.jpg Enviro-Plus-pHAT.jpg examples install.sh library LICENSE Makefile README.md uninstall.sh pi@raspberrypi:~/enviroplus-python python3 combined.py python3: can't open file 'combined.py': [Errno 2] No such file or directory pi@raspberrypi:~/enviroplus-python python combined.py python: can’t open file ‘combined.py’: [Errno 2] No such file or directory
Greetings

I`ve tried:
python combined.py

The display is running.
It list the date of the sensors.
I need now the gafic like the desciption