· The Plantower PMS3003/PMS5003/PMS7003 particle sensors usually come with an 8 wire cable with male plugs on each end. The cable needs a Molex 053261-0871 female connector, which has a pitch “PicoBlade” header. You can find it at Digikey, Mouser, eBay (but don’t, the prices on eBay were ridiculous last time I looked) and even Amazon.
Feinstaubsensor PMS7003 Adapterboard JST Anschlusskabel Hinweis: Auch wenn der Sensor mit 5VDC Betriebsspannung arbeitet, darf nur mit Pegeln mit der seriellen Schnittstelle kommuniziert werden. Höhere Pegel an der seriellen Schnittstelle könnten den Sensor zerstören! Dokumente: Pin Orientierung; Anschlussbelegung
* PMS7003 sensor pin map and packet header */ # define PMS7003_TX D5 // GPIO12 # define PMS7003_RX D6 // GPIO14 # define PMS7003_PREAMBLE_1 0x42 // From PMS7003 datasheet # define PMS7003_PREAMBLE_2 0x4D # define PMS7003_DATA_LENGTH 31 /* * * Wemos serial RX - TX PMS7003 * TX - RX */ SoftwareSerial _serial (PMS7003_TX, PMS7003_RX); // RX, TX ...
4 “dupont” ( Mini PV) single pin female housings and terminals with spacing (buy a few more, just in case) a short / heat-shrink tube or an electrical tape. a good pair of needle-nose pliers or a dupont crimp tool . wire cutter pliers or a nail clipper. Pliers and "dupont" housings and terminals. Connecting PMS7003 to GPIO pins. Connect the G7 adapter to PMS7003 pins ...
The adapter allows for signal transmission from the connector IDC 10 pin on the microUSB connector that allows to connect the sensor directly to the computer. The module is designed for a sensor of the air clarity PMS7003. € . € tax excl. +-Add to cart In stock, shipping 24 hours! (Check quantity) Shipping in 24 hours. Shipping from 9,90 PLN. 30-day returns PayPal payment ...
· I am having a similar problem with the PMS7003. I am using similar code to yours. It does appear to work with the PMS5003 which is similar but a bit larger footprint. But when I use the 7003 with the same code I also am getting values that are 10x-20x larger than expected. Not sure what is causing this as it is claimed that the two sensors are electrically identical and use the same data ...
· The “Pro” version of this project (which will be part 3 in the series) uses a PMS7003 sensor and a BME680, so it gives all the particle data plus temperature, humidity, and volatile organic compound level. It also has a big colour LCD on the front, and RGB LEDs so it can glow different colours to give warnings about dangers.
Breakout board for Plantower PMS7003. It is an adapter for a 2x5-pin connector to " pins, to fit the breadboard. On the back of the PCB there is the generic pin numbers to make it suitable for other devices.
Specification sheets: and Note that the PMS x data from the Sensor comes in two flavors: '' (Standard Particles or CF-1, bytes 4-9) and '' (Atmospheric Environment, bytes 10-15). It is the second one which we use for this experiments (Thanks to Bart for the clarification). Sensor tear-down The following pictures are taken from a PMS5003 ...
* Air quality monitoring system using PMS7003 sensor * * Features: 1 Run without 3rd party library * 2 Allow delay function * * Hardware : Wemos D1 mini, PMS7003 * Software : Arduino IDE * * January 2020. Brian Kim */ # include < > /* * * PMS7003 sensor pin map and packet header */ # define PMS7003_TX D5 // GPIO12 # define ...
PMS Pin PMS5003 Pin PMS7003 ESP VCC 1 1,2 5V GND 2 3,4 GND Set 3 10 D0(GPIO16) + Resistor to Tx 4 9 D7(GPIO12) Rx 5 7 D6(GPIO13) Reset 6 5 D5(GPIO14) + Resistor to Spare 7,8 6,8 not connected This setup uses "software serial" emulating a serial port on the ESP8266. It is possible to use the hardware serial for this purpose. PMS Pin PMS5003 Pin pMS7003 ESP Tx 4 9 RX(GPIO3) …
Use the PMS7003 (About Modules) module for it. Here is an english translation of the Datasheet. For minimal configuration, you only need to provide power (5V) to the PMS sensor, and it automatically sends measurements. Hook up it's TX pin to an Espruino's serial RX pin and you are good to go!
· Turns out there are a few generations of the PlanTower products starting with the PMS3003, newer versions PMS7003, PMS1003 and with PMSA003 being the newest. The PMSA003 sensors can be bought on AliExpress for less then $20 each and roughly $35 via Amazon third party sellers. This is a very approachable price compared to what I feared. I selected a TTGO ESP32 T …