#
pms7003
Here are 39 public repositories matching this topic...
Arduino library for Plantower PMS x003 family sensors.
-
Updated
Mar 13, 2022 - C++
air quality sensor based on ESP32
-
Updated
Mar 19, 2020 - C
MOPS·VIDA PM Watchdog for Web Bluetooth
-
Updated
Sep 17, 2020 - TypeScript
Indoor use particulate matter sensor on USB or Bluetooth
air-quality
pms7003
particulate-matter
particulates-sensors
plantower-devices
particulate-matter-android
plantower
plantower-7003
-
Updated
May 13, 2020 - Java
A minimal python interface for PMS7003 PM sensor
-
Updated
Nov 4, 2021 - Python
Air Quality Monitoring Station
-
Updated
Dec 21, 2018 - C++
Home Air Quality monitor and Voice Assistant running on Raspberry Pi zero
raspberry-pi
air-quality
lcd-display
pocketsphinx
humidity-sensor
pms5003
pms7003
voice-assistant
brightness-control
wttrin
-
Updated
May 8, 2022 - Shell
Weather station for an esp32 running micropython
mqtt
weather
micropython
esp32
weather-station
aprs
si7021
wunderground
pms7003
cwop
rain-gauge
sht31
sht3x
anemometer
bme680
wind-vane
micropython-esp32
pmsx003
-
Updated
May 19, 2020 - Python
PMS7003 or PMS5003 Plantower Python Interface including passive, active query, log data
-
Updated
Aug 9, 2020 - Python
-
Updated
Oct 23, 2020 - C++
Log sensor data using RPi
mqtt
esp8266
rpi3
sensors
thingspeak
wemos-d1-mini
bme280
mh-z19
pms7003
tsl2561
particle-sensor
co2-sensor
mh-z19b
-
Updated
Dec 15, 2021 - Python
Firmware for a climate control device/sensor, based on ESP32 DevKit board
iot
esp32
sensor
humidity
bme280
mh-z19
pms7003
eagle-files
sgp30
tion
mqtt-topic
tion-breazer
tion-3s
-
Updated
Feb 22, 2022 - C
ESP32 with FreeRTOS, SQLITE, SoftwareSerial, HTTPS Redirect and TinyGPS++ (SDS011 and PMS3003 double sensors)
sqlite
esp32
freertos
https-redirect
bme280
tinygps
pms3003
pms7003
sds011
esp32-arduino
softwareserial
-
Updated
Sep 7, 2020 - C++
Air quality monitor firmware
-
Updated
May 9, 2021 - C++
Improve this page
Add a description, image, and links to the pms7003 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pms7003 topic, visit your repo's landing page and select "manage topics."
Hello!
I use the same UART channel to read data from sensor (via RX pin of controller) and send debug messages (via TX pin). So there is no connection between controller's TX pin and sensor's RX pin.
In my case PMS5003 sensor works fine without sending any command to it.
Your library sends "passive mode" command in 'init' and 'trigRead' methods:
uart->write(cfg, msgLen); // set passive mode