PM Counter CLI
This is a simple reader for Particulate Matter sesnsor PMS7003, written with Qt and C++.
Plantower PMS7003 specification can be downloaded from here.
Hardware
This project assumes that PMS7003 sensor is connected to PC via USB serial port chip (you can get it here).
Build
This is a standard qmake project. Just run qmake && make
or run the project
in Qt Creator.
Only QtCore and QtSerialPort modules are necessary.
Giants
This project is build on the shoulders of these giants :-)
- serial port parsing was adapted from this Python code by Mark Benson.