Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"