All Projects → pimoroni → pms5003-python

pimoroni / pms5003-python

Licence: MIT license
Python library for the PMS5003 particulate sensor

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to pms5003-python

pycln
A formatter for finding and removing unused import statements.
Stars: ✭ 161 (+302.5%)
Mutual labels:  pypi-package
unicornhatmini-python
Python library for the Pimoroni Unicorn HAT Mini RGB LED Display
Stars: ✭ 32 (-20%)
Mutual labels:  pypi-package
as7262-python
Python library for the as7262 spectral sensor breakout
Stars: ✭ 14 (-65%)
Mutual labels:  pypi-package
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (-40%)
Mutual labels:  pypi-package
chemlib
🧪 A comprehensive chemistry library for Python.
Stars: ✭ 26 (-35%)
Mutual labels:  pypi-package
fourletter-phat
Python library for the Pimoroni Four Letter pHAT
Stars: ✭ 28 (-30%)
Mutual labels:  pypi-package
Scopy
An integrated negative design python library for desirable HTS/VS database design
Stars: ✭ 28 (-30%)
Mutual labels:  pypi-package
pypapago
🐧[Archived][Unofficial] Python wrapper for Papago translation service
Stars: ✭ 45 (+12.5%)
Mutual labels:  pypi-package
rdkit-pypi
⚛️ RDKit Python Wheels on PyPi. 💻 pip install rdkit-pypi
Stars: ✭ 62 (+55%)
Mutual labels:  pypi-package
keybow-python
Python library for the Pimoroni Keybow 3 and 12 key mechanical keyboard add-ons for Raspberry Pi
Stars: ✭ 27 (-32.5%)
Mutual labels:  pypi-package
PySDM
Pythonic particle-based (super-droplet) warm-rain/aqueous-chemistry cloud microphysics package with box, parcel & 1D/2D prescribed-flow examples in Python, Julia and Matlab
Stars: ✭ 26 (-35%)
Mutual labels:  pypi-package
ISS Info
Python wrapper for tracking information about International Space Station via http://open-notify.org
Stars: ✭ 12 (-70%)
Mutual labels:  pypi-package
sgp30-python
Python library for the SGP30 air quality sensor
Stars: ✭ 26 (-35%)
Mutual labels:  pypi-package
drum-hat
Python library for the Pimoroni Drum HAT Raspberry Pi Add-on board.
Stars: ✭ 26 (-35%)
Mutual labels:  pypi-package
TF2DeepFloorplan
TF2 Deep FloorPlan Recognition using a Multi-task Network with Room-boundary-Guided Attention. Enable tensorboard, quantization, flask, tflite, docker, github actions and google colab.
Stars: ✭ 98 (+145%)
Mutual labels:  pypi-package
lightweight-push-pip
A lightweight way to push messages to Android devices (pip library package).
Stars: ✭ 14 (-65%)
Mutual labels:  pypi-package
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+990%)
Mutual labels:  pypi-package
vfxwindow
Python Qt Window class for compatibility between VFX programs
Stars: ✭ 80 (+100%)
Mutual labels:  pypi-package
trackball-python
Python library for the Pimoroni Track Ball Breakout
Stars: ✭ 30 (-25%)
Mutual labels:  pypi-package
github-flavored-markdown-to-html
Convert markdown to HTML using the GitHub API and some additional tweaks with Python. Comes with full formula support and image compression.
Stars: ✭ 44 (+10%)
Mutual labels:  pypi-package

PMS5003 Particulate Sensor

Build Status Coverage Status PyPi Package Python Versions

Installing

Stable library from PyPi:

  • Just run sudo pip install pms5003

Latest/development library from GitHub:

  • git clone https://github.com/pimoroni/pms5003-python
  • cd pms5003-python
  • sudo ./install.sh

Requirements

The serial port on your Raspberry Pi must be enabled:

# Disable serial terminal over /dev/ttyAMA0
sudo raspi-config nonint do_serial 1

# Enable serial port
raspi-config nonint set_config_var enable_uart 1 /boot/config.txt

And additionally be using a full UART (versus the default miniUART):

Add the line dtoverlay=pi3-miniuart-bt to your /boot/config.txt

This will switch Bluetooth over to miniUART, see https://www.raspberrypi.org/documentation/configuration/uart.md for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].