Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jywarren/opk-thermofisher-pdr1500-cli
An Open Pipe Kit command line interface for interacting with the ThermoFisher pDR-1500 optical dust sensor over USB
https://github.com/jywarren/opk-thermofisher-pdr1500-cli
Last synced: about 2 months ago
JSON representation
An Open Pipe Kit command line interface for interacting with the ThermoFisher pDR-1500 optical dust sensor over USB
- Host: GitHub
- URL: https://github.com/jywarren/opk-thermofisher-pdr1500-cli
- Owner: jywarren
- License: mit
- Created: 2015-06-05T19:32:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T21:53:35.000Z (over 9 years ago)
- Last Synced: 2024-10-14T08:15:35.535Z (3 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opk-thermofisher-pdr1500-cli
An Open Pipe Kit command line interface for interacting with the ThermoFisher pDR-1500 optical dust sensor over USB
Example:
./stream -i 1 -j
> {"concentrationUgM":3.12,"temperatureC":26.9,"relativeHumidityPercent":36,"pressureMmHG":763}
> {"concentrationUgM":3.27,"temperatureC":26.9,"relativeHumidityPercent":36,"pressureMmHG":763}Or to push to Phant.js:
./stream -i 1 -j | ./opk-phant-cli/push --url data.sparkfun.com --public_key g6Gn19yp9yU6WaObjlYO --private_key XXXXXXXXXXXXX --field_name misc --stream --json
In Phant, you'll need the following fields:
* "concentrationugm"
* "temperaturec"
* "relativehumiditypercent"
* "pressuremmhg"